-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
ref(tests): Update replay integration tests to avoid flakes. #9025
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
Conversation
2d93c08
to
d225f13
Compare
size-limit report 📦
|
48079eb
to
ecc6429
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great! -- anything else you're waiting on for this?
packages/browser-integration-tests/suites/replay/bufferMode/test.ts
Outdated
Show resolved
Hide resolved
506d20c
to
c2007e5
Compare
…st.ts Co-authored-by: Billy Vong <[email protected]>
c2007e5
to
d5c0ba3
Compare
@billyvg, this still does not cover all potentially flaky tests. But after including |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's get these merged then, I can check my list of flakes and update them as necessary. Thanks!
Resolves: #8975 Refactored most flaky replay tests to `Promise.all` pattern to reduce flakiness.
Resolves: #8975 Refactored most flaky replay tests to `Promise.all` pattern to reduce flakiness.
Resolves: #8975
Refactored most flaky replay tests to
Promise.all
pattern to reduce flakiness.