-
Notifications
You must be signed in to change notification settings - Fork 32
🎨E2E: adapt test to new service startup status #6363
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
🎨E2E: adapt test to new service startup status #6363
Conversation
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6363 +/- ##
=========================================
+ Coverage 84.5% 88.1% +3.6%
=========================================
Files 10 1485 +1475
Lines 214 61365 +61151
Branches 25 2066 +2041
=========================================
+ Hits 181 54119 +53938
- Misses 23 6929 +6906
- Partials 10 317 +307
Flags with carried forward coverage won't be shown. Click here to find out more. |
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.
Thanks a lot! Much appreciated.
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.
thx
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.
Thanks for fixing this!



What do these changes do?
#6353 introduced a new state in the progress status report of dynamic services.
E2E was broken because of it.
This PR fixes it.
Bonus:
Related issue/s
How to test
Dev-ops checklist