-
Notifications
You must be signed in to change notification settings - Fork 173
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
test: reduce duration of E2E tests #2562
Comments
|
2 tasks
lucasrod16
pushed a commit
that referenced
this issue
May 30, 2024
## Description Removes `TestMismatchedArchitectures` e2e test and refactors `TestValidatePackageArchitecture` unit test ## Related Issue Relates to #2562 ## Checklist before merging - [x] Test, docs, adr added or updated as needed - [x] [Contributor Guide Steps](https://github.com/defenseunicorns/zarf/blob/main/.github/CONTRIBUTING.md#developer-workflow) followed
2 tasks
2 tasks
lucasrod16
pushed a commit
that referenced
this issue
May 31, 2024
## Description Removes `TestMismatchedVersions` and adds `TestPrintBreakingChanges` unit test ## Related Issue Relates to #2562 ## Checklist before merging - [x] Test, docs, adr added or updated as needed - [x] [Contributor Guide Steps](https://github.com/defenseunicorns/zarf/blob/main/.github/CONTRIBUTING.md#developer-workflow) followed
lucasrod16
pushed a commit
that referenced
this issue
May 31, 2024
## Description I believe this test is no longer necessary since we've added unit tests to the agent Relates to #2562 ## Checklist before merging - [ ] Test, docs, adr added or updated as needed - [ ] [Contributor Guide Steps](https://github.com/defenseunicorns/zarf/blob/main/.github/CONTRIBUTING.md#developer-workflow) followed
AustinAbro321
pushed a commit
that referenced
this issue
Jun 10, 2024
## Description Simplify `TestMain` and update the `build-examples` make target to build only the binary for the local system. ## Related Issue Relates to #2562 ## Checklist before merging - [x] Test, docs, adr added or updated as needed - [x] [Contributor Guide Steps](https://github.com/defenseunicorns/zarf/blob/main/.github/CONTRIBUTING.md#developer-workflow) followed
2 tasks
AustinAbro321
pushed a commit
that referenced
this issue
Jul 23, 2024
## Description Removes `TestMismatchedArchitectures` e2e test and refactors `TestValidatePackageArchitecture` unit test ## Related Issue Relates to #2562 ## Checklist before merging - [x] Test, docs, adr added or updated as needed - [x] [Contributor Guide Steps](https://github.com/defenseunicorns/zarf/blob/main/.github/CONTRIBUTING.md#developer-workflow) followed Signed-off-by: Austin Abro <[email protected]>
AustinAbro321
pushed a commit
that referenced
this issue
Jul 23, 2024
## Description Removes `TestMismatchedVersions` and adds `TestPrintBreakingChanges` unit test ## Related Issue Relates to #2562 ## Checklist before merging - [x] Test, docs, adr added or updated as needed - [x] [Contributor Guide Steps](https://github.com/defenseunicorns/zarf/blob/main/.github/CONTRIBUTING.md#developer-workflow) followed Signed-off-by: Austin Abro <[email protected]>
AustinAbro321
added a commit
that referenced
this issue
Jul 23, 2024
## Description I believe this test is no longer necessary since we've added unit tests to the agent Relates to #2562 ## Checklist before merging - [ ] Test, docs, adr added or updated as needed - [ ] [Contributor Guide Steps](https://github.com/defenseunicorns/zarf/blob/main/.github/CONTRIBUTING.md#developer-workflow) followed Signed-off-by: Austin Abro <[email protected]>
AustinAbro321
pushed a commit
that referenced
this issue
Jul 23, 2024
## Description Simplify `TestMain` and update the `build-examples` make target to build only the binary for the local system. ## Related Issue Relates to #2562 ## Checklist before merging - [x] Test, docs, adr added or updated as needed - [x] [Contributor Guide Steps](https://github.com/defenseunicorns/zarf/blob/main/.github/CONTRIBUTING.md#developer-workflow) followed Signed-off-by: Austin Abro <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe what should be investigated or refactored
Our E2E tests currently take about 20 minutes to run. We should aim to speed up this feedback loop by removing low-value tests and parallelizing where possible.
The text was updated successfully, but these errors were encountered: