-
Notifications
You must be signed in to change notification settings - Fork 33
e2e improvements #987
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
Closed
Closed
e2e improvements #987
Changes from 18 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
3903e2e
fix(e2e): pin nip.io baseDomain in /etc/hosts
bennyz 2fda3f7
fix(e2e): don't treat kubectl stderr as query output
bennyz 74a44ff
ci(e2e): retry a failed spec once before failing the job
bennyz ad447fc
test(e2e): continue after a failure in independent suites
bennyz 82778ee
fix(grpc): separate DNS resolution timeout from connect timeout
bennyz beb50b7
test(e2e): accept every beforeLease hook failure outcome
bennyz 5343f58
fix(shell): stop waiting when the exporter reports itself OFFLINE
bennyz 0bcb0ec
test(e2e): create pagination fixtures with one kubectl apply
bennyz 64a0630
test(e2e): reuse the hooks exporter when the config is unchanged
bennyz 9c200ad
test(e2e): allow running containers in parallel behind E2E_PROCS
bennyz 74eaff3
test(grpc): cover the insecure TLS resolve and connect paths
bennyz b559af2
fix(shell): stop waiting when the exporter goes offline after the lease
bennyz a811ac6
test(e2e): stop exporters gracefully and wait on real conditions
bennyz 47e74f9
ci: restore the go module cache
bennyz ec5548d
test(e2e): scope the orphan exporter sweep to this tracker
bennyz b09cd1b
test(e2e): run the core suite in parallel with the other containers
bennyz 8830bff
ci(e2e): cache controller tools and load kind images in parallel
bennyz eec87c6
try to reduce python test runtime
bennyz c6e4db8
fix(ci): add --no-network to virt-customize
bennyz 9fc9088
perf(mitmproxy): share proxy process across tests in a class
bennyz 8ee5c11
perf(ci): parallelize e2e operator build prerequisites
bennyz 85a2808
perf(ci): compile Go on host with cached modules instead of inside co…
bennyz 23e89f8
fix(ci): fix QEMU SSH failure and test-report race condition
bennyz 1ac04ee
perf(ci): remove unnecessary disk cleanup + consolidate apt installs
bennyz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win
🧩 Analysis chain
🏁 Script executed:
Repository: jumpstarter-dev/jumpstarter
Length of output: 1268
🏁 Script executed:
Repository: jumpstarter-dev/jumpstarter
Length of output: 1884
🏁 Script executed:
Repository: jumpstarter-dev/jumpstarter
Length of output: 2989
🏁 Script executed:
Repository: jumpstarter-dev/jumpstarter
Length of output: 268
🏁 Script executed:
Repository: jumpstarter-dev/jumpstarter
Length of output: 3380
🏁 Script executed:
Repository: jumpstarter-dev/jumpstarter
Length of output: 1940
🏁 Script executed:
Repository: jumpstarter-dev/jumpstarter
Length of output: 872
🏁 Script executed:
Repository: jumpstarter-dev/jumpstarter
Length of output: 469
Validate E2E runner integer settings.
E2E_PROCSis passed through an integer comparison, so a non-numeric value emits[: integer expression expectedand Ginkgo runs without--procs. Fail early for bothE2E_FLAKE_ATTEMPTSandE2E_PROCSbefore constructing the Ginkgo command.🤖 Prompt for AI Agents