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

Problem: not using the latest SDK pre-release #341

Merged
merged 1 commit into from
Jan 5, 2021

Conversation

tomtau
Copy link
Contributor

@tomtau tomtau commented Jan 5, 2021

Solution: bumped the dependencies to rc6

@tomtau
Copy link
Contributor Author

tomtau commented Jan 5, 2021

/runsim

@github-actions
Copy link

github-actions bot commented Jan 5, 2021

Simulation tests started and triggered by /runsim.
Will update here when it succeeds or fails.
Can further check progress here

@codecov
Copy link

codecov bot commented Jan 5, 2021

Codecov Report

Merging #341 (cecddea) into master (4e94e2c) will increase coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #341   +/-   ##
=======================================
  Coverage   10.25%   10.26%           
=======================================
  Files          35       35           
  Lines        5351     5349    -2     
=======================================
  Hits          549      549           
+ Misses       4649     4648    -1     
+ Partials      153      152    -1     
Flag Coverage Δ
integration_tests 10.56% <ø> (+<0.01%) ⬆️
unit_tests 5.30% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
x/supply/keeper/grpc_query.go 10.89% <0.00%> (+0.21%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4e94e2c...cecddea. Read the comment docs.

Copy link
Collaborator

@yihuang yihuang left a comment

Choose a reason for hiding this comment

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

the vendorSha256 in default.nix also needs to be updated.

@tomtau tomtau force-pushed the update/rc6 branch 2 times, most recently from 1632882 to 0bdc23b Compare January 5, 2021 03:34
@tomtau tomtau requested a review from yihuang January 5, 2021 03:38
@github-actions
Copy link

github-actions bot commented Jan 5, 2021

/runsim simulation test has succeeded 🎉
Can further check here

@tomtau
Copy link
Contributor Author

tomtau commented Jan 5, 2021

will reopen when this gets resolved: cosmos/cosmos-sdk#8251 as it breaks the integration tests

@tomtau tomtau closed this Jan 5, 2021
@tomtau tomtau reopened this Jan 5, 2021
@yihuang
Copy link
Collaborator

yihuang commented Jan 5, 2021

diff --git a/integration_tests/test_upgrade.py b/integration_tests/test_upgrade.py
index e292efa..1fe498f 100644
--- a/integration_tests/test_upgrade.py
+++ b/integration_tests/test_upgrade.py
@@ -16,6 +16,7 @@ from .utils import (
     parse_events,
     wait_for_block,
     wait_for_block_time,
+    wait_for_new_blocks,
     wait_for_port,
 )

@@ -171,6 +172,8 @@ def test_manual_upgrade(cosmovisor_cluster):
     cluster.reload_supervisor()
     time.sleep(5)  # FIXME the port seems still exists for a while after process stopped
     wait_for_port(rpc_port(cluster.config["validators"][0]["base_port"]))
+    # wait for a new block to make sure chain started up
+    wait_for_new_blocks(cluster, 1)

     target_height = cluster.block_height() + 15
     print("upgrade height", target_height)

Solution: bumped the dependencies to rc6
+ workaround for gentx in integration tests
@tomtau tomtau merged commit ee3bdab into crypto-org-chain:master Jan 5, 2021
@tomtau tomtau deleted the update/rc6 branch January 5, 2021 10:27
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.

2 participants