Azure / Azure/orkestra

Parallelize E2E Tests

Open
#315 2 comments 0 reactions 1 assignee Claimed by @mahalrs View on GitHub
enhancement size : M
Dominant language
Go
Stars
112
Forks
21
PR merge metrics
No merged PRs in 30d

Description

**Is your feature request related to a problem? Please describe.**

Our tests are currently running ~20m for E2E and will take longer as we add more features. We should parallelize the testing with `ginkgo -p` so that we creates tests with this in mind. Currently, it seems there is some failure that is hard to track down when running this. It's possible there is some pointer that is polluting the isolation between test cases.

**Describe the solution you'd like**

Use `ginkgo -p` to cutdown on the runtime of E2E testing

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.