We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On both Windows, Python 3.9 and Windows, Python 3.10 the integration tests sometimes get stuck forever:
Windows, Python 3.9
Windows, Python 3.10
python run_unit_tests.py -a -k tribler/test_integration -p 2
My first thought is that the instances on the two processes might be finding each other because they have the same download:
tribler/src/tribler/test_integration/test_anon_download.py
Lines 178 to 179 in 2c8eae2
tribler/src/tribler/test_integration/test_hidden_services.py
Lines 209 to 210 in 2c8eae2
These instances should never connect to each other but we can give them different file contents + names just to be sure.
Of course, there may still be something entirely different going on.
The text was updated successfully, but these errors were encountered:
qstokkink
Successfully merging a pull request may close this issue.
On both
Windows, Python 3.9
andWindows, Python 3.10
the integration tests sometimes get stuck forever:My first thought is that the instances on the two processes might be finding each other because they have the same download:
tribler/src/tribler/test_integration/test_anon_download.py
Lines 178 to 179 in 2c8eae2
tribler/src/tribler/test_integration/test_hidden_services.py
Lines 209 to 210 in 2c8eae2
These instances should never connect to each other but we can give them different file contents + names just to be sure.
Of course, there may still be something entirely different going on.
The text was updated successfully, but these errors were encountered: