Skip to content

e2e: remove possible race condition when parallel running #1482

Open
@hj-johannes-lee

Description

@hj-johannes-lee

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    testsTest (including CI) related issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions