incubator-hugegraph-computer icon indicating copy to clipboard operation
incubator-hugegraph-computer copied to clipboard

[flaky-test] NettyTransportClientTest.testHandlerException

Open coderzc opened this issue 2 years ago • 0 comments
trafficstars

Bug Type (问题类型)

data inconsistency (计算结果不合预期)

Before submit

Environment (环境信息)

CI failed: https://github.com/apache/incubator-hugegraph-computer/actions/runs/5120435420/jobs/9207800445?pr=249#step:16:3035

Expected & Actual behavior (期望与实际表现)

Error:  Tests run: 563, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 209.732 s <<< FAILURE! - in org.apache.hugegraph.computer.suite.unit.UnitTestSuite
Error:  testHandlerException(org.apache.hugegraph.computer.core.network.netty.NettyTransportClientTest)  Time elapsed: 0.045 s  <<< FAILURE!
java.lang.AssertionError: No exception was thrown(expected org.apache.hugegraph.computer.core.common.exception.TransportException)
	at org.apache.hugegraph.computer.core.network.netty.NettyTransportClientTest.testHandlerException(NettyTransportClientTest.java:326)

coderzc avatar May 30 '23 11:05 coderzc