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

Do not use global dispatch queue in tests #5448

Merged
merged 1 commit into from
Nov 16, 2023

Conversation

buggmagnet
Copy link
Contributor

@buggmagnet buggmagnet commented Nov 16, 2023

This test is flaky when the system is under a lot of pressure due to the usage of the global dispatch queue.
Use a local queue instead to avoid that problem.


This change is Reviewable

Copy link

linear bot commented Nov 16, 2023

Copy link
Contributor

@rablador rablador left a comment

Choose a reason for hiding this comment

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

Reviewed 1 of 1 files at r1, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved

@buggmagnet buggmagnet force-pushed the fix-flaky-testbatch-ios-390 branch from f03eb46 to ae201bd Compare November 16, 2023 14:44
@buggmagnet buggmagnet merged commit 75c324a into main Nov 16, 2023
5 checks passed
@buggmagnet buggmagnet deleted the fix-flaky-testbatch-ios-390 branch November 16, 2023 14:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants