23528 concurrent smart contracts copy#24040
Draft
Grigorov-Georgi wants to merge 5 commits intohiero-ledger:mainfrom
Draft
23528 concurrent smart contracts copy#24040Grigorov-Georgi wants to merge 5 commits intohiero-ledger:mainfrom
Grigorov-Georgi wants to merge 5 commits intohiero-ledger:mainfrom
Conversation
Split hapiTestSmartContract into concurrent and serial tasks: - hapiTestSmartContract runs ~63 non-SERIAL test classes via testSubprocessConcurrent (4 parallel threads) - hapiTestSmartContractSerial runs ~30 SERIAL test classes via testSubprocess Workflow changes: - Move smart contract from XTS to MATS/PR checks with dedicated enable flag - Run both tasks sequentially in zxc-execute-hapi-tests - Add enable-hapi-tests-smart-contract input to zxc-mats-tests and propagate through all calling workflows Remove @tag(MATS) from 93 SMART_CONTRACT test files since concurrent tasks skip MATS variant generation. Signed-off-by: Petar Tonev <petar.tonev@limechain.tech> Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Petar Tonev <petar.tonev@limechain.tech>
# Conflicts: # .github/workflows/flow-dry-run-mats-suite.yaml # .github/workflows/node-flow-build-application.yaml # .github/workflows/node-flow-pull-request-checks.yaml # .github/workflows/zxc-mats-tests.yaml # .github/workflows/zxc-xts-tests.yaml # hedera-node/test-clients/build.gradle.kts
Signed-off-by: Grigorov-Georgi <georgi.grigorov@limechain.tech>
|
Merging to
|
✅ 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. |
Signed-off-by: Grigorov-Georgi <georgi.grigorov@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:
Related issue(s):
Fixes #
Notes for reviewer:
Checklist