-
Notifications
You must be signed in to change notification settings - Fork 451
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
Flaky core tests #7495
Comments
The flakiness of |
Failed |
FAILED |
Most of the flaky tests were fixed. The frozen tests detected during real PR checks are listed here: #7706 |
I'm trying to find flaky tests in the Tribler test suite by using this tool: https://github.com/dropbox/pytest-flakefinder
Here is the description of the experiment: Each test was run 50 times (no parallel), using macOS as the operating system and Python version 3.9.6.
The founded flaky tests are the following:
core/tests (test_enable_fault_handler)false positivecore/utilities (test_show_system_popup_win)false positiveFrom real PRs:
metadata_store
Another issue with the same test:
libtorrent
➜ pytest src/tribler/core/components/libtorrent --flake-finder
A freeze was detected during the execution of
test_move_to_non_existing_dir
intest_downloads_endpoint.py.
The test appears to freeze indefinitely:restapi
tunnel
core/tests
core/utilities
This issue is related to #7132 and #7134
The text was updated successfully, but these errors were encountered: