Build tests are currently failing
See original GitHub issueI’m unable to build Teku when running ./gradlew build
.
Java version : java 12.0.2 2019-07-16
OS: macOS Catalina
The following tests are failing:
Eth2OutgoingRequestHandlerTest$Eth2OutgoingRequestHandlerTest_ssz > shouldCompleteExceptionallyWhenClosedWithTruncatedMessage() FAILED
io.netty.util.IllegalReferenceCountException at ReferenceCountUpdater.java:74
Eth2OutgoingRequestHandlerTest$Eth2OutgoingRequestHandlerTest_sszSnappy > shouldCompleteExceptionallyWhenClosedWithTruncatedMessage() FAILED
io.netty.util.IllegalReferenceCountException at ReferenceCountUpdater.java:74
My Java version is java 12.0.2 2019-07-16
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
unit testing - Should failing tests make the continuous build fail?
Based on that alone, yes, it should consider the build a failure and not continue. If you don't use that reasoning, then who...
Read more >How to fail a build on failing unit tests - Platform.sh Community
1. Ensure that your test framework is included in your list of project dependencies · 2. Add set -e as the first line...
Read more >Builds with all failed tests muted can still have failed status ...
Currently, this is only possible if the build script is adapted not to return non-zero exit code if all tests were run, even...
Read more >Troubleshooting Continuous Integration, or How to Debug ...
So don't relaunch the CI build - it's usually a waste of time. There is a good reason the tests failed on the...
Read more >Test failure report "Failing build" field links to wrong build
The build link goes to an older build where that test did fail, not to the build for the currently reported failure. Not...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
huh, interesting. I was seeing it fail consistently with jdk 11 and 14 on Catalina…
Stack trace I get is:
Ups my bad: was trying on a wrong branch. For me build now fails on all platforms. Wondering why it passes on CI 🤔