Skip to content
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

feat: parallel testing #2821

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open

feat: parallel testing #2821

wants to merge 9 commits into from

Conversation

ivaylonikolov7
Copy link
Contributor

@ivaylonikolov7 ivaylonikolov7 commented Jan 23, 2025

Description:

  • Parallel testing in miltiple threads to increase test execution speed.
  • Use MirrorNodeContractCallQuery where applicable to circumvent throttle mechanic
  • reduce stress iteration count to improve unit test speed
  • remove backoff mechanism when running on local-node
  • increase retry attempts when running on local node

Fixes #2710

Checklist

  • Documented (Code comments, README, etc.)
  • Tested (unit, integration, etc.)

@ivaylonikolov7 ivaylonikolov7 marked this pull request as ready for review January 27, 2025 12:48
@ivaylonikolov7 ivaylonikolov7 requested review from a team as code owners January 27, 2025 12:48
@@ -143,11 +143,6 @@ jobs:
if: ${{ steps.build-sdk.conclusion == 'success' && steps.stop-local-node.conclusion == 'success' && !cancelled() && always() }}
run: ${{ env.CG_EXEC }} task build

- name: Unit Test @hashgraph/cryptography
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are the unit tests removed?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We run them twice, the second time is when we run the codecov tests so I don't see a reason to run them twice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants