-
Notifications
You must be signed in to change notification settings - Fork 8
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
fix: refactor waitForPod and waitForPodConditions to stabilize code timeouts during e2e tests #317
Conversation
Signed-off-by: Jeromy Cannon <[email protected]>
Signed-off-by: Jeromy Cannon <[email protected]>
Signed-off-by: Jeromy Cannon <[email protected]>
Signed-off-by: Jeromy Cannon <[email protected]>
Signed-off-by: Jeromy Cannon <[email protected]>
Signed-off-by: Jeromy Cannon <[email protected]>
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesCodacy will stop sending the deprecated coverage status from June 5th, 2024. Learn more |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #317 +/- ##
==========================================
+ Coverage 82.01% 82.02% +0.01%
==========================================
Files 34 34
Lines 3987 3973 -14
Branches 632 628 -4
==========================================
- Hits 3270 3259 -11
+ Misses 717 714 -3
|
## [0.26.0](v0.25.0...v0.26.0) (2024-05-31) ### Features * mount application.env as a configMap ([#310](#310)) ([3158436](3158436)) ### Bug Fixes * fix freeze timestamp for node add command ([#327](#327)) ([0aedeb1](0aedeb1)) * refactor waitForPod and waitForPodConditions to stabilize code timeouts during e2e tests ([#317](#317)) ([ca7b21b](ca7b21b)) * the wrong pod name ([#322](#322)) ([5c50579](5c50579)) * updates to accommodate haproxy changes in FST charts ([#321](#321)) ([8997849](8997849))
🎉 This PR is included in version 0.26.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
This pull request changes the following:
test/unit/core/k8.test.mjs
for some negative testsRelated Issues