-
-
Notifications
You must be signed in to change notification settings - Fork 672
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
Intermittent test failure on Wayland testbed tests #2807
Comments
The error is occurring because this toga/core/src/toga/documents.py Lines 373 to 380 in 069557c
|
Whoops...ctrl+enter submits your post apparently. Anyway, I was able to replicate this with: while true; do WAYLAND_DISPLAY=toga briefcase run linux --log --test -- tests/app/test_document_app.py; sleep 1; done While I haven't fully digested all of the |
Oh sure - the question is why that test fails sometimes, and only on the save-as test - the save and save-all tests do almost exactly the same thing. I guess adding deliberate I guess there's precedent in |
In the case of As for
|
Describe the bug
There is an intermittent error on the linux-wayland testbed backend test.
Steps to reproduce
Difficult to reproduce; it occurs in CI on the linux-wayland testbed target:
Expected behavior
The test should pass. It usually does pass if you re-run the Wayland test.
Screenshots
No response
Environment
Logs
Additional context
The error is presumably timing related; something is happening too quickly (or too slowly) under CI conditions. However, I've been unable to replicate the error locally.
The text was updated successfully, but these errors were encountered: