-
Notifications
You must be signed in to change notification settings - Fork 15
fix: updates to accommodate haproxy changes in FST charts #321
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
Conversation
Unit Test Results - Linux 1 files 19 suites 1m 43s ⏱️ Results for commit b29878c. ♻️ This comment has been updated with latest results. |
E2E Mirror Node Tests Coverage Report8 tests 8 ✅ 5m 30s ⏱️ Results for commit b29878c. ♻️ This comment has been updated with latest results. |
Unit Test Results - Windows 1 files 19 suites 1m 54s ⏱️ Results for commit b29878c. ♻️ This comment has been updated with latest results. |
E2E Node PEM Stop Add Tests Coverage Report 1 files 1 suites 8m 33s ⏱️ Results for commit b29878c. ♻️ This comment has been updated with latest results. |
E2E Tests Coverage Report54 tests 54 ✅ 4m 50s ⏱️ Results for commit b29878c. ♻️ This comment has been updated with latest results. |
E2E Relay Tests Coverage Report1 files 1 suites 3m 13s ⏱️ Results for commit b29878c. ♻️ This comment has been updated with latest results. |
E2E Node PFX Kill Add Tests Coverage Report 1 files 1 suites 10m 38s ⏱️ Results for commit b29878c. ♻️ This comment has been updated with latest results. |
E2E Node Local Build Tests Coverage Report8 tests 8 ✅ 5m 12s ⏱️ Results for commit b29878c. ♻️ This comment has been updated with latest results. |
5dd90f3
to
413741d
Compare
1e70c58
to
3142544
Compare
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 Footnotes
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #321 +/- ##
==========================================
+ Coverage 81.65% 82.23% +0.58%
==========================================
Files 34 35 +1
Lines 3973 4020 +47
Branches 628 638 +10
==========================================
+ Hits 3244 3306 +62
+ Misses 729 714 -15
|
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]>
…ode.test.mjs to verify the consensus nodes are working before kicking off the mirror node deploy Signed-off-by: Jeromy Cannon <[email protected]>
Signed-off-by: Jeromy Cannon <[email protected]>
Signed-off-by: Matt Riben <[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]>
625708b
to
205ecd6
Compare
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]>
…ress to support mirror node Signed-off-by: Jeromy Cannon <[email protected]>
…raph/sdk release with the log file constructor changes 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]>
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
## [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:
Running
phase for proxy check duringsolo network deploy
SOLO_FST_CHARTS_DIR
to point to the developers FST chart directory for running tests locally against a chart that hasn't been released yetRelated Issues
failed to recycle pod for podName haproxy-...
#312@hashgraph\sdk
once log file PR gets released #331