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

CI: run flaky tests on firefox browsers #6411

Merged
merged 1 commit into from
Jul 17, 2024
Merged

CI: run flaky tests on firefox browsers #6411

merged 1 commit into from
Jul 17, 2024

Conversation

potatowagon
Copy link
Contributor

Description

Describe the changes in this pull request

to see if putting flaky test in a less crowded run helps with the flakiness since most of the flaky tests are on firefox

Test plan

wait for CI to run, there should be a FF job for flaky test

Copy link

vercel bot commented Jul 17, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
lexical ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 17, 2024 6:34am
lexical-playground ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 17, 2024 6:34am

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Jul 17, 2024
Copy link

size-limit report 📦

Path Size
lexical - cjs 28.75 KB (0%)
lexical - esm 28.61 KB (0%)
@lexical/rich-text - cjs 37.2 KB (0%)
@lexical/rich-text - esm 28.13 KB (0%)
@lexical/plain-text - cjs 35.81 KB (0%)
@lexical/plain-text - esm 25.48 KB (0%)
@lexical/react - cjs 39.05 KB (0%)
@lexical/react - esm 29.48 KB (0%)

@@ -146,8 +146,7 @@ jobs:
strategy:
matrix:
node-version: [18.18.0]
# Currently using single browser & os combination for flaky tests to reduce cost impact
browser: ['chromium']
browser: ['chromium', 'firefox']
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we use all browsers ? Not just Firefox

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry just saw this, the other is webkit, we can see how it goes with adding firefox. just alittle weary there will be alot of flaky jobs (since its 3 per browser)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the workflow anyways run separately for all browsers after isolation, so running 2 or 3 browser will not make a difference, but the objective was to see if flakyness appears in isolation or not and fix it ..

@potatowagon potatowagon added this pull request to the merge queue Jul 17, 2024
Merged via the queue into main with commit 2c90ee0 Jul 17, 2024
46 of 48 checks passed
2wheeh pushed a commit to 2wheeh/lexical that referenced this pull request Jul 17, 2024
@potatowagon potatowagon deleted the ff branch July 26, 2024 05:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants