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

remove retries #3769

Merged
merged 1 commit into from
Jun 21, 2023
Merged

remove retries #3769

merged 1 commit into from
Jun 21, 2023

Conversation

dlockhart
Copy link
Member

Removing these retries now that we've uncovered the source of the problem -- that Firefox + Playwright in a multithreaded environment causes focus to be randomly lost. The testing library has been updated such that Firefox always runs single-threaded.

@dlockhart dlockhart requested a review from a team as a code owner June 21, 2023 19:17
@github-actions
Copy link
Contributor

Thanks for the PR! 🎉

We've deployed an automatic preview for this PR - you can see your changes here:

URL https://pr-3769-brightspace-ui-core.d2l.dev/

Note
The build needs to finish before your changes are deployed.
Changes to the PR will automatically update the instance.

@dlockhart
Copy link
Member Author

Interestingly this didn't affect the time it took in CI to run the tests at all, which likely means they're always single-threaded... which doesn't bode well for our visual-diff tests being faster.

@dlockhart dlockhart enabled auto-merge (squash) June 21, 2023 19:31
@dlockhart dlockhart merged commit 8442ee2 into main Jun 21, 2023
5 checks passed
@dlockhart dlockhart deleted the dlockhart/remove-retry branch June 21, 2023 19:31
@ghost
Copy link

ghost commented Jun 21, 2023

🎉 This PR is included in version 2.131.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

@ghost ghost added the released label Jun 21, 2023
@svanherk
Copy link
Contributor

Interestingly this didn't affect the time it took in CI to run the tests at all, which likely means they're always single-threaded... which doesn't bode well for our visual-diff tests being faster.

That's definitely worrisome 😟

bearfriend pushed a commit that referenced this pull request Jun 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants