Remove sleep from tests (#4639)
* Remove sleep and use polkadot test service Signed-off-by:Andrei Sandu <andrei-mihail@parity.io> * updates Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * Fix other tests Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * Run metrics tests separately Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * copy some substrate utilities Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * update runtime metric test Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * Remove sleep from cli tests Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * cargo Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * Polkadot companion for Substrate#10463 (#4519) * Grandpa and Beefy protocol names include chain id Signed-off-by:
acatangiu <adrian@parity.io> * chain_spec: include fork id * use simplified protocol name * fix after merge * avoid using hash default, even for protocol names * update lockfile for substrate Co-authored-by: parity-processbot <> * configuration: Update upgrade validation delay doc (#4662) * typo Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * review feedback Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * cargo lock Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * use testnet profile Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * Don't run with runtime-benchmark feature Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * conditional compile up one level Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> Co-authored-by:
Sergei Shulepov <sergei@parity.io>
Showing
- polkadot/Cargo.lock 32 additions, 0 deletionspolkadot/Cargo.lock
- polkadot/Cargo.toml 3 additions, 0 deletionspolkadot/Cargo.toml
- polkadot/cli/Cargo.toml 1 addition, 1 deletionpolkadot/cli/Cargo.toml
- polkadot/node/metrics/Cargo.toml 7 additions, 0 deletionspolkadot/node/metrics/Cargo.toml
- polkadot/node/metrics/src/lib.rs 1 addition, 1 deletionpolkadot/node/metrics/src/lib.rs
- polkadot/node/metrics/src/tests.rs 87 additions, 50 deletionspolkadot/node/metrics/src/tests.rs
- polkadot/node/test/service/Cargo.toml 3 additions, 0 deletionspolkadot/node/test/service/Cargo.toml
- polkadot/node/test/service/src/lib.rs 19 additions, 15 deletionspolkadot/node/test/service/src/lib.rs
- polkadot/node/test/service/tests/build-blocks.rs 9 additions, 7 deletionspolkadot/node/test/service/tests/build-blocks.rs
- polkadot/node/test/service/tests/call-function.rs 4 additions, 2 deletionspolkadot/node/test/service/tests/call-function.rs
- polkadot/parachain/test-parachains/adder/collator/tests/integration.rs 13 additions, 9 deletions...chain/test-parachains/adder/collator/tests/integration.rs
- polkadot/runtime/test-runtime/Cargo.toml 2 additions, 0 deletionspolkadot/runtime/test-runtime/Cargo.toml
- polkadot/scripts/gitlab/test_linux_stable.sh 5 additions, 0 deletionspolkadot/scripts/gitlab/test_linux_stable.sh
- polkadot/tests/common.rs 29 additions, 0 deletionspolkadot/tests/common.rs
- polkadot/tests/purge_chain_works.rs 8 additions, 11 deletionspolkadot/tests/purge_chain_works.rs
- polkadot/tests/running_the_node_and_interrupt.rs 10 additions, 8 deletionspolkadot/tests/running_the_node_and_interrupt.rs
Please register or sign in to comment