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

test: implement query test suite #832

Merged
merged 16 commits into from
Jun 8, 2022
Merged

test: implement query test suite #832

merged 16 commits into from
Jun 8, 2022

Conversation

lumtis
Copy link
Contributor

@lumtis lumtis commented Jun 3, 2022

Implement a test suite for the query tests where a single local network instance is created for each module (instead of one network per tests)

Hopefully this implementation solve unit test issue #484

Unit tests pass in 3m instead of 8m now

@lumtis lumtis linked an issue Jun 3, 2022 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Jun 3, 2022

Codecov Report

Merging #832 (bb93b53) into develop (2c71cca) will decrease coverage by 0.17%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #832      +/-   ##
===========================================
- Coverage    10.51%   10.34%   -0.18%     
===========================================
  Files          330      330              
  Lines        77249    77249              
===========================================
- Hits          8126     7988     -138     
- Misses       68917    69065     +148     
+ Partials       206      196      -10     
Impacted Files Coverage Δ
...articipation/client/cli/query_total_allocations.go 0.00% <0.00%> (-88.47%) ⬇️
...cipation/client/cli/query_available_allocations.go 0.00% <0.00%> (-88.47%) ⬇️
...mpaign/client/cli/query_mainnet_vesting_account.go 0.00% <0.00%> (-80.33%) ⬇️
x/campaign/client/cli/query_campaign_summary.go 0.00% <0.00%> (-78.19%) ⬇️

@lumtis lumtis marked this pull request as ready for review June 3, 2022 18:12
@lumtis lumtis merged commit ce35a59 into develop Jun 8, 2022
@lumtis lumtis deleted the test/single-network branch June 8, 2022 17:41
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.

CI: Tests failure with bind: address already in use
3 participants