-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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: Try and make e2e more robust. Fixes #2125 #2127
Conversation
@@ -71,8 +71,6 @@ func (s *E2ESuite) BeforeTest(_, _ string) { | |||
s.Diagnostics = &Diagnostics{} | |||
|
|||
s.DeleteResources(Label) | |||
// create database collection | |||
s.Persistence.DeleteEverything() |
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.
I've removed this because it was often deleting offloaded data in non-e2e test. Now we delete specifically the e2e workflows.
@simster7 do you think you could be the reviewer for this please? |
Oh - if this passes CI - just merge it! |
Codecov Report
@@ Coverage Diff @@
## master #2127 +/- ##
=======================================
Coverage 11.69% 11.69%
=======================================
Files 52 52
Lines 26353 26353
=======================================
Hits 3081 3081
Misses 22877 22877
Partials 395 395 Continue to review full report at Codecov.
|
Checklist:
"fix(controller): Updates such and such. Fixes #1234"
.Fixes #2125