Test Fails at EXPECT_GE(sleep_time, 0); #210
-
When I'm trying to run test-kens-transfer-unreliable test case TestTransfer_Connect_Send_Symmetric in my Linux machine I'm getting an error as follows
which corresponds to
This code block (EXPECT_GE(sleep_time, 0)) ++
Same as above, comment out then test pass. Also, below is the full list of test cases where this error happens
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
No, please do not comment out the lines. It seems your connection establishment is too slow (maybe due to drops?). |
Beta Was this translation helpful? Give feedback.
No, please do not comment out the lines.
It seems your connection establishment is too slow (maybe due to drops?).
Please try to shorten the connection establishment time.