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

Execute testnet tests in parallel #5695

Draft
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

carbolymer
Copy link
Contributor

@carbolymer carbolymer commented Feb 28, 2024

Description

This PR serves as a testbed for running testnet test cases in parallel.

Checklist

  • Commit sequence broadly makes sense and commits have useful messages
  • New tests are added if needed and existing tests are updated. These may include:
    • golden tests
    • property tests
    • roundtrip tests
    • integration tests
      See Runnings tests for more details
  • Any changes are noted in the CHANGELOG.md for affected package
  • The version bounds in .cabal files are updated
  • CI passes. See note on CI. The following CI checks are required:
    • Code is linted with hlint. See .github/workflows/check-hlint.yml to get the hlint version
    • Code is formatted with stylish-haskell. See .github/workflows/stylish-haskell.yml to get the stylish-haskell version
    • Code builds on Linux, MacOS and Windows for ghc-8.10.7 and ghc-9.2.7
  • Self-reviewed the diff

Note on CI

If your PR is from a fork, the necessary CI jobs won't trigger automatically for security reasons.
You will need to get someone with write privileges. Please contact IOG node developers to do this
for you.

@carbolymer carbolymer force-pushed the mgalazyn/test/improve-parallel-execution branch 6 times, most recently from 05949c0 to f57f1f5 Compare February 29, 2024 16:54
@carbolymer carbolymer force-pushed the mgalazyn/test/improve-parallel-execution branch from f57f1f5 to e8dbed8 Compare March 6, 2024 18:13
@carbolymer carbolymer changed the title Improve parallel testnet tests execution Execute testnet tests in parallel Mar 6, 2024

This comment was marked as off-topic.

@github-actions github-actions bot added the Stale label Apr 21, 2024
@carbolymer carbolymer removed the Stale label Apr 23, 2024
@carbolymer carbolymer force-pushed the mgalazyn/test/improve-parallel-execution branch 5 times, most recently from 9a52165 to baee90f Compare May 3, 2024 11:50
@carbolymer carbolymer force-pushed the mgalazyn/test/improve-parallel-execution branch 2 times, most recently from a533463 to 7f7403d Compare May 9, 2024 09:37
@carbolymer carbolymer force-pushed the mgalazyn/test/improve-parallel-execution branch 2 times, most recently from 1ebf528 to e919cfc Compare May 16, 2024 13:42
@carbolymer carbolymer force-pushed the mgalazyn/test/improve-parallel-execution branch 10 times, most recently from 25bebb3 to 437aabe Compare September 23, 2024 15:30
@carbolymer carbolymer force-pushed the mgalazyn/test/improve-parallel-execution branch 3 times, most recently from 61e8ead to cfe15c7 Compare September 26, 2024 16:06
@carbolymer carbolymer force-pushed the mgalazyn/test/improve-parallel-execution branch from cfe15c7 to 5faedcb Compare September 30, 2024 11:05
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.

1 participant