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

Serialize soak test execution #412

Merged
merged 3 commits into from
Oct 14, 2023
Merged

Serialize soak test execution #412

merged 3 commits into from
Oct 14, 2023

Conversation

bitfaster
Copy link
Owner

@bitfaster bitfaster commented Oct 14, 2023

As the number of multi-threaded test cases has increased, started to hit issues with too many threads running parallel and tests timing out. Serialize execution of all soak tests to mitigate this.

  • Extract all multi-threaded soak tests into dedicated classes
  • Introduce a soak test collection to force all soak test execution to be serialized (see xunit docs)

@bitfaster bitfaster changed the title Extract soak tests Serialize soak test execution Oct 14, 2023
@coveralls
Copy link

coveralls commented Oct 14, 2023

Coverage Status

coverage: 97.144% (-0.07%) from 97.211% when pulling c9a62d3 on users/alexpeck/soak into 8a5aba4 on main.

@bitfaster bitfaster merged commit 4847704 into main Oct 14, 2023
14 checks passed
@bitfaster bitfaster deleted the users/alexpeck/soak branch October 14, 2023 20:52
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