You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.The text was updated successfully, but these errors were encountered: