-
Notifications
You must be signed in to change notification settings - Fork 115
Comprehensive e2e testing for Component Readiness with abstracted data backends #3411
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
Draft
stbenjam
wants to merge
27
commits into
openshift:main
Choose a base branch
from
stbenjam:enhance-cr-testing
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from 9 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
c7533ef
Add PostgreSQL data provider for Component Readiness and enhance e2e …
stbenjam 2bce9f9
Fix lint: gofmt, gosec, gocyclo, gocritic warnings
stbenjam 33d7c36
Fix lint and update CI e2e to use seed data + postgres provider
stbenjam daa13f1
Address code review feedback
stbenjam c68a4fd
Fix gofmt alignment in jobrunannotator.go
stbenjam 0d59f8c
Add code coverage to e2e tests
stbenjam e821604
Improve CR e2e test coverage and merge query package into bigquery pr…
stbenjam 6a89578
Fix gofmt formatting in jiraautomator and server
stbenjam 1acebbc
Add coverage instrumentation to CI e2e test script
stbenjam 80edd64
Add sippy-cover binary to Dockerfile and coverage PVC to CI setup
stbenjam 25783e0
Address CodeRabbit review feedback
stbenjam de9f1ec
Add .out
stbenjam 1467315
Mem and remove artifact
stbenjam 2366f73
Use coverage-instrumented binary for datasync e2e test
stbenjam 0f47bcd
Add TestTriageAffectsReportStatus e2e test
stbenjam 23af877
Restore GCS credentials for datasync e2e test in CI
stbenjam aae77ac
Add coverage instrumentation to seed job and fix datasync test for CI
stbenjam 99c24ee
Merge upstream/main into enhance-cr-testing
stbenjam 685b6ee
Add missing JobLabels and TestFailures fields to crstatus.TestJobRunRows
stbenjam 4af328d
Split CR e2e tests into postgres and bigquery suites
stbenjam 6edb2b8
Update CI e2e script to run both postgres and bigquery test suites
stbenjam 1f7ba1f
Merge upstream/main into enhance-cr-testing
stbenjam 7c5f0f8
Fix CI e2e cache priming, coverage dir detection, and test comment
stbenjam 0c0c032
Replace destructive cleanupAllTriages with targeted cleanupTriages
stbenjam 508cadb
Add unit tests for 6 pure-logic packages with zero prior coverage
stbenjam 3f70be8
Add unit test phase to e2e scripts for combined coverage reporting
stbenjam ff7f2da
Move GCS secret creation back to CI setup step
stbenjam 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7,3 +7,8 @@ report.sh | |
| .vscode/ | ||
| .idea/ | ||
| /sippy-ng/build/* | ||
| .env | ||
| *.log | ||
| /e2e-coverage/ | ||
| /e2e-coverage.out | ||
| /e2e-coverage.html | ||
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.
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.
Uh oh!
There was an error while loading. Please reload this page.