-
Notifications
You must be signed in to change notification settings - Fork 452
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
[Tests] Error in GUI tests "test_gui.TimeoutException: Signal <bound PYQT_SIGNAL tribler_started of EventRequestManager object at 0x135dd49d0> not raised within 10 seconds" #6583
Comments
Still reproduced in #6588 even after #6573 had been merged. See https://jenkins-ci.tribler.org/job/GH_Tribler_PR_Tests/job/PR_GUI_macOS/3617/console |
Looks like the Mac version of QT can't connect QThread slots to proper signals in UpgradeManager:
We should either upgrade our QT libraries on Mac tester, or develop a workaround. I'll handle this. |
Please keep them up to date with https://github.com/Tribler/tribler/blob/main/src/tribler-gui/tribler_gui/requirements.txt Keep in mind that it is possible to specify version-per-OS: https://pip.pypa.io/en/stable/cli/pip_install/#requirements-file-format |
This issue occurred in #6594, see https://jenkins-ci.tribler.org/job/GH_Tribler_PR_Tests/job/PR_GUI_win64/3649/ |
Still occured in #6821, see https://jenkins-ci.tribler.org/job/GH_Tribler_PR_Tests/job/PR_GUI_win64/4227/console |
I fixed unstable GUI tests, you can see details in #6828. The main fix was in passing dynamically calculated condition to the |
During the test of #6580 the following error occurred:
Stacktrace
Full log
https://jenkins-ci.tribler.org/job/GH_Tribler_PR_Tests/job/PR_GUI_macOS/3593/console
The text was updated successfully, but these errors were encountered: