-
Notifications
You must be signed in to change notification settings - Fork 61
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
2.0.15: Many failing tests #49
Comments
Okay, scratch that. The tests are actually randomly failing no matter what I do. This is rather bad and I will not run tests at all because of this :( |
With the following I can at least disable the broken tests from the subdirs:
Although it is not ideal, it at least allows me to run the remaining tests. 🎉 |
@dajobe fixing or at least acknowledging these test problems before a new release would have been really great :) With 2.0.16 the tests are still broken and even with the above disabled tests I still have a flaky test (fails 50% of the time):
I will now also disable the turtle tests:
|
Remove patches for fixed issues. Update patch for disabling broken test suites: dajobe/raptor#49 git-svn-id: file:///srv/repos/svn-packages/svn@470140 eb2447ed-0c53-47e4-bac8-5bc4a241df78
Remove patches for fixed issues. Update patch for disabling broken test suites: dajobe/raptor#49 git-svn-id: file:///srv/repos/svn-packages/svn@470140 eb2447ed-0c53-47e4-bac8-5bc4a241df78
These are not broken for me, I test this regularly on several different linux distributions (Debian, Ubuntu, Fedora, Gentoo). I don't happen to have/use Arch. So you'll need to expand on "broken". Maybe try 'make -j1 check' to avoid any multi-threaded test running issues, although that seems to be ok these days, it just makes the output easier to read and diagnose. |
Good catch! That seems to fix the tests (and I guess also explains the flakiness/ random behavior). Either way, I can drop the patch and run the tests using only one job now! Thanks! 🎉 |
Tests have been flaky with more than one job, so just use one job: dajobe/raptor#49 git-svn-id: file:///srv/repos/svn-packages/svn@470142 eb2447ed-0c53-47e4-bac8-5bc4a241df78
Tests have been flaky with more than one job, so just use one job: dajobe/raptor#49 git-svn-id: file:///srv/repos/svn-packages/svn@470142 eb2447ed-0c53-47e4-bac8-5bc4a241df78
Hi! I'm packaging raptor for Arch Linux.
To be able to run tests I have to remove man files from the test setup unfortunately:
I am not sure whether these files are still useful or are failing due to changes in the dependencies of raptor.
Having so many failing test files is not great though and eventually leads to downstreams disabling test suites altogether.
It would be amazing if you could create a new release (see #48 ) so that the failing files can subsequently be identified and fixed/removed.
The text was updated successfully, but these errors were encountered: