You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of the CI build, this test (shouldRecoverAfterErrorWhileDecodingInboundMessage) will intermittently fail. If you push another commit to the PR, half of the time it will succeed. I've been unable to reproduce this failure locally. There's already a 30 second timeout (in waitFor), so I don't think it's a slow test that's taking too long.
DiscoveryIntegrationTest > shouldRecoverAfterErrorWhileDecodingInboundMessage() FAILED
java.util.concurrent.TimeoutException at DiscoveryIntegrationTest.java:369
Description
As part of the CI build, this test (
shouldRecoverAfterErrorWhileDecodingInboundMessage) will intermittently fail. If you push another commit to the PR, half of the time it will succeed. I've been unable to reproduce this failure locally. There's already a 30 second timeout (inwaitFor), so I don't think it's a slow test that's taking too long.https://github.com/ConsenSys/discovery/blob/1ffc42f4a295f00007ec17e4db7707a29aa269bb/src/test/java/org/ethereum/beacon/discovery/integration/DiscoveryIntegrationTest.java#L367-L371
References