-
Notifications
You must be signed in to change notification settings - Fork 16
ci(solo-e2e): Various Improvements to Solo E2E CI Test #1589
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
d9b7121 to
4c26b95
Compare
e75ab57 to
bb0cbf5
Compare
ffd690a to
6a5114e
Compare
Signed-off-by: Alfredo Gutierrez Grajeda <[email protected]>
Signed-off-by: Alfredo Gutierrez Grajeda <[email protected]>
Using parameter published version of MN instead of custom image provided by Xin. Signed-off-by: Alfredo Gutierrez Grajeda <[email protected]>
Signed-off-by: Alfredo Gutierrez Grajeda <[email protected]>
Signed-off-by: Alfredo Gutierrez Grajeda <[email protected]>
…ration Signed-off-by: Alfredo Gutierrez Grajeda <[email protected]>
Signed-off-by: Alfredo Gutierrez Grajeda <[email protected]>
Signed-off-by: Alfredo Gutierrez Grajeda <[email protected]>
…s some work to make simpler. Signed-off-by: Alfredo Gutierrez Grajeda <[email protected]>
Signed-off-by: Alfredo Gutierrez Grajeda <[email protected]>
Signed-off-by: Alfredo Gutierrez Grajeda <[email protected]>
Signed-off-by: Alfredo Gutierrez Grajeda <[email protected]>
Printing troubleshooting info. Do port forward in a single command for all necessary services for other possible uses, including TCK Client regression test suite. Reduced the time of sleep just to produce more empty blocks Added MN Validation for last block queried on previous step Added TCK conditional steps for regression suite limited to test-contract-execute-transaction.ts test Added Stop step Signed-off-by: Alfredo Gutierrez Grajeda <[email protected]>
…rge to main Signed-off-by: Alfredo Gutierrez Grajeda <[email protected]>
Signed-off-by: Alfredo Gutierrez Grajeda <[email protected]>
57fcd5d to
be10ea2
Compare
jsync-swirlds
approved these changes
Nov 6, 2025
Contributor
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.
Looks good, one item to follow up in a separate PR/Issue.
Also, E2E tests need a fix.
mustafauzunn
approved these changes
Nov 7, 2025
ata-nas
approved these changes
Nov 7, 2025
Nana-EC
approved these changes
Nov 12, 2025
andrewb1269
approved these changes
Nov 12, 2025
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #1589 +/- ##
============================================
- Coverage 80.76% 80.56% -0.21%
+ Complexity 1154 1151 -3
============================================
Files 126 126
Lines 5417 5417
Branches 573 573
============================================
- Hits 4375 4364 -11
- Misses 789 801 +12
+ Partials 253 252 -1 see 2 files with indirect coverage changes 🚀 New features to boost your workflow:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
CI/CD
Issues related to the CI/CD.
github_actions
Pull requests that update Github Actions code.
Tests
issue related to enhancing the tests
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Reviewer Notes
Pending to decide the cadence of the run for this WF, right now only under demand
Recent pass with TCK Regression Suites enabled:
https://github.com/hiero-ledger/hiero-block-node/actions/runs/19021065941
Related Issue(s)
Fixes #1818