-
Notifications
You must be signed in to change notification settings - Fork 446
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 Firefox WebRTC test #2642
Comments
I don't think this is the case, it still happens if I add a delay in the test to ensure there are no other streams open. Investigation continues. |
looks like playwright has the latest Firefox set, but hasn't released an updated version to NPM yet: microsoft/playwright@5cc1e7b |
This looks to be resolved as I cannot get the test to fail in Firefox. The Firefox version used by playwright-core is 131. https://bugzilla.mozilla.org/show_bug.cgi?id=1902850 changes have been present since 129. |
CI is still really flaky around these tests & it’s really hard to replicate it locally 😩 |
Sometimes the receiving end of the
can send a large file
WebRTC test doesn't receive all of the bytes when running in Firefox, Chrome is fine:This fails in CI quite often and can be reproduced locally too.
It seems to happen when there are several datachannels open on the connection simultaneously so may be related to https://bugzilla.mozilla.org/show_bug.cgi?id=1902850 - the fix for this should ship in Firefox 129 on August 6th, though we need to wait for that version of FF to be included in playwright to verify the fix.
The text was updated successfully, but these errors were encountered: