intel / intel/intel-device-plugins-for-kubernetes
e2e: remove possible race condition when parallel running
Open
tests
- Dominant language
- Go
- Stars
- 147
- Forks
- 223
- Avg merge
- 3d 23h
- Merged PRs (30d)
- 18
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.