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

Limit concurrency e2e tests #1690

Merged
merged 1 commit into from
Nov 20, 2024
Merged

Conversation

piyalbasu
Copy link
Contributor

Because the e2e tests actually make changes to the test account when running through test scenarios, if we run multiple instances of the tests at the same time, there can be collisions as the test account may be in an unexpected state. This limits the runTests job to only running one at a time to make sure multiple jobs can't collide

@piyalbasu piyalbasu closed this Nov 19, 2024
@piyalbasu piyalbasu deleted the limit-concurrency-e2e-tests branch November 19, 2024 22:28
@piyalbasu piyalbasu restored the limit-concurrency-e2e-tests branch November 19, 2024 22:29
@piyalbasu piyalbasu reopened this Nov 19, 2024
@piyalbasu piyalbasu changed the base branch from master to release/5.26.0 November 19, 2024 22:29
@piyalbasu piyalbasu merged commit 1f93869 into release/5.26.0 Nov 20, 2024
11 checks passed
@piyalbasu piyalbasu deleted the limit-concurrency-e2e-tests branch November 20, 2024 17:31
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.

3 participants