-
Notifications
You must be signed in to change notification settings - Fork 7
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: added missing async/await where needed #551
Conversation
Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>
Unit Test Results - Linux 1 files 19 suites 48s ⏱️ Results for commit 2e92e75. ♻️ This comment has been updated with latest results. |
Unit Test Results - Windows 1 files 19 suites 1m 38s ⏱️ Results for commit 2e92e75. ♻️ This comment has been updated with latest results. |
E2E Node PEM Stop Tests Coverage Report13 tests 13 ✅ 2m 37s ⏱️ Results for commit 2e92e75. ♻️ This comment has been updated with latest results. |
E2E Relay Tests Coverage Report1 files 1 suites 2m 42s ⏱️ Results for commit 2e92e75. ♻️ This comment has been updated with latest results. |
E2E Tests Coverage Report58 tests 58 ✅ 4m 32s ⏱️ Results for commit 2e92e75. ♻️ This comment has been updated with latest results. |
E2E Node PFX Kill Tests Coverage Report13 tests 13 ✅ 3m 6s ⏱️ Results for commit 2e92e75. ♻️ This comment has been updated with latest results. |
E2E Mirror Node Tests Coverage Report 1 files 1 suites 3m 43s ⏱️ Results for commit 2e92e75. ♻️ This comment has been updated with latest results. |
E2E Node Local Build Tests Coverage Report10 tests 10 ✅ 2m 57s ⏱️ Results for commit 2e92e75. ♻️ This comment has been updated with latest results. |
E2E Node Delete Tests Coverage Report10 tests 10 ✅ 5m 38s ⏱️ Results for commit 2e92e75. ♻️ This comment has been updated with latest results. |
E2E Node Update Tests Coverage Report12 tests 12 ✅ 5m 31s ⏱️ Results for commit 2e92e75. ♻️ This comment has been updated with latest results. |
E2E Node Add Tests Coverage Report22 tests 22 ✅ 13m 58s ⏱️ Results for commit 2e92e75. ♻️ This comment has been updated with latest results. |
Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>
Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>
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 stopped sending the deprecated coverage status on June 5th, 2024. Learn more Footnotes
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #551 +/- ##
==========================================
+ Coverage 81.66% 83.59% +1.92%
==========================================
Files 35 36 +1
Lines 4429 4950 +521
Branches 671 700 +29
==========================================
+ Hits 3617 4138 +521
Misses 812 812
|
Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>
Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>
… the same seed Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>
Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>
Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>
Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>
## [0.29.0](v0.28.1...v0.29.0) (2024-09-06) ### Features * add local build support for node add command ([#509](#509)) ([a7e778f](a7e778f)) * add node delete and update command ([#500](#500)) ([9f8549a](9f8549a)) * use k8s secrets to store node gossip and grpc tls keys and mount them ([#499](#499)) ([ede1842](ede1842)) ### Bug Fixes * added missing async/await where needed ([#551](#551)) ([d8e5032](d8e5032)) * improve types in JSDoc and fix typo in '/src/commands/account.mjs' ([#507](#507)) ([74c9e2c](74c9e2c)) * need to update agreement key together with signing key ([#539](#539)) ([f9b2e21](f9b2e21)) * removed the custom ip address logic and '@hashgraph/proto' ([#518](#518)) ([c81c76a](c81c76a))
🎉 This PR is included in version 0.29.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
This pull request changes the following:
solo node update
check for pod to be condition ready to make sure that sidecars are upRelated Issues