This repository was archived by the owner on Nov 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Fix try-runtime follow-chain, try-runtime upgrade tuple tests, cli test utils
#13794
Merged
Merged
Changes from 30 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
cf0874d
new test for try-runtime tuple stuff
kianenigma b62c68c
fix
kianenigma 7ccae6c
Merge branch 'master' of github.com:paritytech/substrate into liam-fi…
liamaharon d1ac703
remove development comment
liamaharon e826168
formatting
liamaharon cfd0dd7
remove todo comment
liamaharon d5d58bc
follow-chain working test
liamaharon 8094ba8
refactor common cli testing utils
liamaharon b2ad590
fix comment
liamaharon f644dfa
revert Cargo.lock changes
liamaharon b9a6eba
update Cargo.lock
liamaharon 90f135e
improve doc comment
liamaharon 00aa83b
fix error typo
liamaharon cd56330
Merge branch 'master' of github.com:paritytech/substrate into liam-fi…
liamaharon 0f79142
update Cargo.lock
liamaharon 44b456b
feature gate try-runtime test
liamaharon 38dee61
build_substrate cli test util
liamaharon 5532ee6
feature gate follow_chain tests
liamaharon 3ca75d3
move fn start_node to test-utils
liamaharon 2a6d812
improve test pkg name
liamaharon 7b3ca6f
use tokio Child and Command
liamaharon a1907b3
Merge branch 'master' of github.com:paritytech/substrate into liam-fi…
liamaharon 391b741
remove redundant import
liamaharon 99e23ae
fix ci
liamaharon b122fe6
Merge branch 'master' of github.com:paritytech/substrate into liam-fi…
liamaharon 28dab86
fix ci
liamaharon ffeb781
don't leave hanging processes
liamaharon 99c62a7
improved child process cleanup
liamaharon 8c351c2
use existing KillChildOnDrop
liamaharon 10a7b9e
remove redundant comment
liamaharon a01da35
Update test-utils/cli/src/lib.rs
liamaharon File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,23 @@ | ||
| [package] | ||
| name = "substrate-cli-test-utils" | ||
| description = "CLI testing utilities" | ||
| version = "0.1.0" | ||
| authors = ["Parity Technologies <[email protected]>"] | ||
| edition = "2021" | ||
| license = "Apache-2.0" | ||
| homepage = "https://substrate.io" | ||
| repository = "https://github.com/paritytech/substrate/" | ||
| publish = false | ||
|
|
||
| [package.metadata.docs.rs] | ||
| targets = ["x86_64-unknown-linux-gnu"] | ||
|
|
||
| [dependencies] | ||
| substrate-rpc-client = { path = "../../utils/frame/rpc/client" } | ||
| assert_cmd = "2.0.10" | ||
| nix = "0.26.2" | ||
| regex = "1.7.3" | ||
| tempfile = "3.5.0" | ||
| tokio = { version = "1.22.0", features = ["full"] } | ||
| node-primitives = { path = "../../bin/node/primitives" } | ||
| futures = "0.3.28" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.