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

Start system tests #1410

Merged
merged 5 commits into from
Jun 15, 2023
Merged

Start system tests #1410

merged 5 commits into from
Jun 15, 2023

Conversation

alpe
Copy link
Contributor

@alpe alpe commented May 18, 2023

This PR ports the system test framework from Tgrade into wasmd to give us more confidence and faster feedback towards a more effective release process.
The Tgrade system test framework is using the CLI binary only to start a 4 validator cluster and interact with it as a black box.

@alpe alpe requested a review from pinosu May 18, 2023 09:27
@alpe alpe added this to the v0.41.0 milestone May 18, 2023
alpe and others added 2 commits May 18, 2023 11:41
* Add tests

* Add test-system to CI

* Fix path

* Remove store artifact steps

* Add small fixes

* Add stake/unstake tests

* Add unsafe-reset-all extention + system test

* Replace ustake with stake

* Add more tests + fix bug in cli

* Fix comments and add multi contract system test

* Updates and fixes to system tests (#1449)

* Updates

* Minor cleanup

* Make tests pass

---------

Co-authored-by: Alexander Peters <alpe@users.noreply.github.com>
@alpe alpe marked this pull request as ready for review June 14, 2023 12:23
@codecov
Copy link

codecov bot commented Jun 14, 2023

Codecov Report

Merging #1410 (2a00592) into main (f3f69a6) will decrease coverage by 0.14%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1410      +/-   ##
==========================================
- Coverage   60.14%   60.00%   -0.14%     
==========================================
  Files          60       61       +1     
  Lines        7557     7571      +14     
==========================================
- Hits         4545     4543       -2     
- Misses       2676     2691      +15     
- Partials      336      337       +1     
Impacted Files Coverage Δ
x/wasm/client/cli/new_tx.go 0.00% <0.00%> (ø)
x/wasm/client/cli/utils.go 0.00% <0.00%> (ø)

... and 1 file with indirect coverage changes

Copy link
Contributor

@pinosu pinosu left a comment

Choose a reason for hiding this comment

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

Good work! LGTM 👍

@alpe alpe merged commit a4548ba into main Jun 15, 2023
@alpe alpe deleted the 1362_tests branch June 15, 2023 14:55
@faddat faddat mentioned this pull request Jul 16, 2023
da1suk8 added a commit to da1suk8/wasmd that referenced this pull request Mar 28, 2024
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.

Remove wasm cache dir on unsafe reset all Add tgrade like system tests
2 participants