Skip to content
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

test: Re-disable Firefox BiDi async events #21609

Merged

Conversation

martinpitt
Copy link
Member

Firefox 135 enabled async BiDi event dispatching [1]. This causes some regression where sometimes input events never get a response [2], which often breaks e.g. cockpit-podman's testFailingPodmanService.

Re-disable async events for the time being to stabilize tests, until this gets debugged and fixed properly.

Fixes cockpit-project/cockpit-podman#1999

[1] https://bugzilla.mozilla.org/show_bug.cgi?id=1922077
[2] https://bugzilla.mozilla.org/show_bug.cgi?id=1947402


I ran the podman test umteen times in a loop (in the latest tasks container with Firefox 135), and it seems stable now.

Firefox 135 enabled async BiDi event dispatching [1]. This causes some
regression where sometimes input events never get a response [2], which
often breaks e.g. cockpit-podman's `testFailingPodmanService`.

Re-disable async events for the time being to stabilize tests, until
this gets debugged and fixed properly.

Fixes cockpit-project/cockpit-podman#1999

[1] https://bugzilla.mozilla.org/show_bug.cgi?id=1922077
[2] https://bugzilla.mozilla.org/show_bug.cgi?id=1947402
@martinpitt martinpitt added the no-test For doc/workflow changes, or experiments which don't need a full CI run, label Feb 11, 2025
@martinpitt
Copy link
Member Author

Eh, where are my packit tests? But oh well, they wouldn't tell us much anyway, as cockpit is still using the old container with Firefox 134 (see #21600)

@allisonkarlitskaya
Copy link
Member

This fixes the issue in cockpit-project/cockpit-files#939, thanks!

@allisonkarlitskaya allisonkarlitskaya merged commit 64e7b9c into cockpit-project:main Feb 11, 2025
34 checks passed
@martinpitt martinpitt deleted the firefox-async-events branch February 11, 2025 15:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-test For doc/workflow changes, or experiments which don't need a full CI run,
Projects
None yet
Development

Successfully merging this pull request may close these issues.

testFailingPodmanService fails very often with Firefox 135
2 participants