-
Notifications
You must be signed in to change notification settings - Fork 27
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
FAIL - Test Failed #227
Comments
Do you have additional scroll back? Unfortunately that screen-shot shows only passing tests. |
@johnsonjh Edited to post screenshots showing exact issue. |
Is this from the Could you provide the output of Also, what architecture and OS? A 64-bit architect? If it's Linux, can you also give the output of Also, if a 64-bit Linux, is this a distribution provided toolchain? If this is a distribution provided toolchain, can you reproduce the test failure with the official release? Sorry to ask for so much detail, but it's a test failure I've not encountered and one strange enough that I want to fully understand your build environment. |
@cjdelisle Verified with @Caztiel that whatever the root cause was (bad test or actual deadlock), it's already fixed in |
@cjdelisle safe to close |
I don't think it is safe to close this issue. I checked the master branch, and there are lots of errors, files with no tests, and low test coverage, see attached file: Also the test output is very noisy with the syncer and gossiper programs etc. The info and debug messages of these programs should be suppressed in test mode, to see the test results more clearly. |
Instead of fixing all broken tests, they should be at least disabled. Then the remaining tests are useful for regression testing. Because now there are 91 times "FAIL" in the output. How can you find a new FAIL, if you change some code, and it breaks a different test? Of course, all disabled tests should be fixed before the next release, or removed if not relevant anymore. |
When executed ./do
The text was updated successfully, but these errors were encountered: