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

e2e: remove possible race condition when parallel running #1482

Open
hj-johannes-lee opened this issue Jul 25, 2023 · 0 comments
Open

e2e: remove possible race condition when parallel running #1482

hj-johannes-lee opened this issue Jul 25, 2023 · 0 comments
Labels
tests Test (including CI) related issue

Comments

@hj-johannes-lee
Copy link
Contributor

Theoretically, ginkgo specs can run specs in parallel. In our current e2e tests (found in PR #1472, but will not be fixed in the PR), if specs run in parallel, two different processes (plugin without using operator VS plugin with using operator) may possibly require the same device resources at the same time.

We are running e2e tests with go test ~~, which does not support parallel running. So, there are no visible errors, but it should be improved.

@hj-johannes-lee hj-johannes-lee changed the title e2e: remove possible race condition from parallel running e2e: remove possible race condition when parallel running Jul 25, 2023
@mythi mythi added the tests Test (including CI) related issue label Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests Test (including CI) related issue
Projects
None yet
Development

No branches or pull requests

2 participants