Skip to content

E2E test suite should be parallelized #2032

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

Open
pwschuurman opened this issue Apr 2, 2025 · 0 comments
Open

E2E test suite should be parallelized #2032

pwschuurman opened this issue Apr 2, 2025 · 0 comments

Comments

@pwschuurman
Copy link
Contributor

The e2e test suite has 60 tests and runs on two separate machine types (gen-2 machines for PD types, and gen-4 machines for Hyperdisk types). These set up separate test contexts and run on separate VMs, so are totally execution independent.

The tests should be refactored to be parallelizeable, so the gen-2/gen-4 tests run concurrently. The test files can remain the same, but the test main (setup_e2e_test.go) should be pulled into separate packages, with machine type specific skips.

The test main will need to be moved to a separate packages (eg: gen-2 and gen-4 TestMain). This will also help with refactoring, as tests may need to be consolidated as older machine types are removed in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant