Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Update test scripts and CI #657

Merged
merged 14 commits into from
Oct 21, 2021
Merged

Conversation

yijiasu-crypto
Copy link
Contributor

Closes: #XXX

Description

This PR introduced a parallelized testing pattern to run all solidity tests in multiple threads (current max threads = 3) to reduce testing time cost.


For contributor use:

  • Targeted PR against correct branch (see CONTRIBUTING.md)
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
  • Code follows the module structure standards.
  • Wrote unit and integration tests
  • Updated relevant documentation (docs/) or specification (x/<module>/spec/)
  • Added relevant godoc comments.
  • Added a relevant changelog entry to the Unreleased section in CHANGELOG.md
  • Re-reviewed Files changed in the Github PR explorer

For admin use:

  • Added appropriate labels to PR (ex. WIP, R4R, docs, etc)
  • Reviewers assigned
  • Squashed all commits, uses message "Merge pull request #XYZ: [title]" (coding standards)

Copy link
Contributor

@fedekunze fedekunze left a comment

Choose a reason for hiding this comment

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

Nice 👍 thanks!

@fedekunze
Copy link
Contributor

@yijiasu-crypto the third job takes more than 40 min to run, can you split the batches so that the tests are distributed uniformly

@yijiasu-crypto
Copy link
Contributor Author

Yes. Going to update it a bit

@fedekunze
Copy link
Contributor

Thanks @yijiasu-crypto 🙏

@fedekunze fedekunze enabled auto-merge (squash) October 21, 2021 11:04
@fedekunze
Copy link
Contributor

we should probably also get rid of the aragon test suite dependency

@fedekunze fedekunze merged commit 8bf8d34 into evmos:main Oct 21, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants