Open
Conversation
Signed-off-by: Alex Kehayov <aleks.kehayov@limechain.tech>
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
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 preferences |
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #23219 +/- ##
=========================================
Coverage 76.43% 76.43%
Complexity 23408 23408
=========================================
Files 2498 2498
Lines 93336 93336
Branches 9908 9908
=========================================
Hits 71343 71343
Misses 18405 18405
Partials 3588 3588 🚀 New features to boost your workflow:
|
6ad57d0 to
f4ba93b
Compare
Signed-off-by: Alex Kehayov <aleks.kehayov@limechain.tech> # Conflicts: # hedera-node/test-clients/src/main/java/com/hedera/services/bdd/suites/crypto/batch/AtomicAutoAccountCreationUnlimitedAssociationsSuite.java # hedera-node/test-clients/src/main/java/com/hedera/services/bdd/suites/hip551/allowance/AtomicBatchApproveAllowanceTest.java
f4ba93b to
f9a88a7
Compare
Signed-off-by: Alex Kehayov <aleks.kehayov@limechain.tech>
Signed-off-by: Alex Kehayov <aleks.kehayov@limechain.tech>
Signed-off-by: Alex Kehayov <aleks.kehayov@limechain.tech>
Signed-off-by: Alex Kehayov <aleks.kehayov@limechain.tech>
Signed-off-by: Alex Kehayov <aleks.kehayov@limechain.tech>
Signed-off-by: Alex Kehayov <aleks.kehayov@limechain.tech>
Signed-off-by: Alex Kehayov <aleks.kehayov@limechain.tech>
derektriley
reviewed
Feb 2, 2026
derektriley
reviewed
Feb 2, 2026
| env: | ||
| LC_ALL: en.UTF-8 | ||
| LANG: en_US.UTF-8 | ||
| # Use --rerun-tasks --no-build-cache to ensure tests actually run and aren't cached |
Contributor
There was a problem hiding this comment.
Reminder to remove these
derektriley
reviewed
Feb 2, 2026
hedera-node/test-clients/src/main/java/com/hedera/services/bdd/junit/TestTags.java
Outdated
Show resolved
Hide resolved
derektriley
reviewed
Feb 2, 2026
derektriley
reviewed
Feb 2, 2026
...ain/java/com/hedera/services/bdd/suites/crypto/AtomicBatchAutoAccountCreationBasicTests.java
Outdated
Show resolved
Hide resolved
derektriley
reviewed
Feb 2, 2026
...test-clients/src/main/java/com/hedera/services/bdd/suites/hip904/TokenCancelAirdropTest.java
Outdated
Show resolved
Hide resolved
0a0a35b to
ce0a3d7
Compare
ce0a3d7 to
892d1f0
Compare
Signed-off-by: Alex Kehayov <aleks.kehayov@limechain.tech>
…-tests-concurrently
Signed-off-by: Alex Kehayov <aleks.kehayov@limechain.tech>
Signed-off-by: Alex Kehayov <aleks.kehayov@limechain.tech>
Signed-off-by: Alex Kehayov <aleks.kehayov@limechain.tech>
Signed-off-by: Alex Kehayov <aleks.kehayov@limechain.tech>
…-tests-concurrently
Signed-off-by: Alex Kehayov <aleks.kehayov@limechain.tech>
2961200 to
3638df3
Compare
Signed-off-by: Alex Kehayov <aleks.kehayov@limechain.tech>
Signed-off-by: Alex Kehayov <aleks.kehayov@limechain.tech>
Signed-off-by: Alex Kehayov <aleks.kehayov@limechain.tech>
Signed-off-by: Alex Kehayov <aleks.kehayov@limechain.tech>
Signed-off-by: Alex Kehayov <aleks.kehayov@limechain.tech>
derektriley
reviewed
Feb 5, 2026
derektriley
reviewed
Feb 5, 2026
derektriley
reviewed
Feb 5, 2026
Signed-off-by: Alex Kehayov <aleks.kehayov@limechain.tech>
Signed-off-by: Alex Kehayov <aleks.kehayov@limechain.tech>
Signed-off-by: Alex Kehayov <aleks.kehayov@limechain.tech>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description:
Runs non-leaky tests concurrently and leaky tests in regular subprocess
Moved leaky and ordered tests to XTS, only concurrent tests run in the PR check.
Currently, cache for crypto tests is disabled for time measuring.
XTS running leaky and ordered crypto tests in 28 mins.
MATS running concurrent crypto tests in 8 mins.
PR Check running concurrent crypto tests in 8 mins.
UPDATE:
All crypto tests run in the PR check for 15 mins. Link.
Related issue(s):
#22942