Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DiscoveryNetworkTest intermittently fails #73

Open
Nashatyrev opened this issue Sep 23, 2020 · 0 comments
Open

DiscoveryNetworkTest intermittently fails #73

Nashatyrev opened this issue Sep 23, 2020 · 0 comments

Comments

@Nashatyrev
Copy link
Contributor

Description

The DiscoveryNetworkTest .test() fails in ~25% of cases on Mac OS with the following exception:

org.opentest4j.AssertionFailedError: expected: <false> but was: <true>
    at org.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:55)
    at org.junit.jupiter.api.AssertFalse.assertFalse(AssertFalse.java:40)
    at org.junit.jupiter.api.AssertFalse.assertFalse(AssertFalse.java:35)
    at org.junit.jupiter.api.Assertions.assertFalse(Assertions.java:210)
    at org.ethereum.beacon.discovery.DiscoveryNetworkTest.test(DiscoveryNetworkTest.java:151)

Frequency: 25%

Versions

  • Software version: 5bb7c5a
  • Java version: java 11.0.8 2020-07-14 LTS
    Java(TM) SE Runtime Environment 18.9 (build 11.0.8+10-LTS)
    Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.8+10-LTS, mixed mode)
  • OS Name & Version: Mac OS Catalina 10.15.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant