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 wait for reporter is executed when concurrency is enabled (closes #4894) #4942

Merged
merged 1 commit into from Apr 7, 2020

Conversation

AlexKamaev
Copy link
Contributor

@AlexKamaev AlexKamaev commented Apr 2, 2020

If we have multiple fixtures and every fixture contains small number of tests, the synchronization occurs too often. This leads to the situation when concurrent browsers wait for last test in fixture is done.
I remove the syncronization when the concurrency mode is enabled

@testcafe-build-bot
Copy link
Collaborator

@AlexKamaev
Copy link
Contributor Author

@testcafe-build-bot retest

@testcafe-build-bot
Copy link
Collaborator

@AlexKamaev AlexKamaev changed the title [WIP]revert concurrency issue Do not wait for reporter is executed when concurrency is enabled (closes #4894) Apr 3, 2020
@AlexKamaev
Copy link
Contributor Author

I created the #4951 issue about concurrency

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.

None yet

3 participants