-
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 account initialization and mirror node setup from node command #159
Conversation
… making it killable Signed-off-by: Lenin Mehedy <[email protected]>
Signed-off-by: Lenin Mehedy <[email protected]>
Signed-off-by: Lenin Mehedy <[email protected]>
Signed-off-by: Lenin Mehedy <[email protected]>
E2E Test Results 1 files ± 0 7 suites +1 4m 27s ⏱️ - 1m 34s Results for commit 8bca857. ± Comparison against base commit b0d5f8b. This pull request removes 713 and adds 24 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
ee8fcc8
to
6e34fc1
Compare
Signed-off-by: Lenin Mehedy <[email protected]>
Signed-off-by: Lenin Mehedy <[email protected]>
6e34fc1
to
e14d1c3
Compare
Signed-off-by: Lenin Mehedy <[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 preferencesYou may notice some variations in coverage metrics with the latest Coverage engine update. For more details, visit the documentation Footnotes
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #159 +/- ##
==========================================
+ Coverage 65.55% 65.88% +0.33%
==========================================
Files 29 30 +1
Lines 2720 2864 +144
Branches 414 488 +74
==========================================
+ Hits 1783 1887 +104
- Misses 937 977 +40
|
Signed-off-by: Lenin Mehedy <[email protected]>
6c8e903
to
d4ee604
Compare
Signed-off-by: Lenin Mehedy <[email protected]>
Signed-off-by: Lenin Mehedy <[email protected]>
d4ee604
to
c9c2dde
Compare
Signed-off-by: Lenin Mehedy <[email protected]>
c9c2dde
to
0ad0610
Compare
test: remove unused function `resetHapiDirectories` to avoid test errors Signed-off-by: Lenin Mehedy <[email protected]> #151
544a3c0
to
c6474de
Compare
Signed-off-by: Lenin Mehedy <[email protected]>
c6474de
to
47ce2ac
Compare
Need to implement |
Signed-off-by: Lenin Mehedy <[email protected]>
Signed-off-by: Lenin Mehedy <[email protected]>
## [0.22.1](v0.22.0...v0.22.1) (2024-03-22) ### Bug Fixes * download JRE for keytool dependency and allow generation of pfx keys ([#152](#152)) ([1d3dcf4](1d3dcf4)) * refactor account initialization and mirror node setup from node command ([#159](#159)) ([b1d1e2d](b1d1e2d)) * solo should use a fixed FST chart version ([#139](#139)) ([b0d5f8b](b0d5f8b)) * update HAProxy UP check to use HAProxy Data Plane API ([#173](#173)) ([a27d1d2](a27d1d2)) * use FST chart version v0.23.0 ([#170](#170)) ([54efab3](54efab3))
🎉 This PR is included in version 0.22.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
This pull request changes the following:
_stopPortForwards
) as the actual issue was with hedera-sdk-js:resetHapiDirectories
to avoid test errors: Fix test error #151Related Issues
Todo: