elastic scaling RFC 103 end-to-end test (#6452)
Adds a new zombienet-sdk test which verifies that elastic scaling works correctly both with the MVP and the new RFC 103 implementation which sends the core selector as a UMP signal. Also enables the V2 receipts node feature for testnet genesis config. Part of https://github.com/paritytech/polkadot-sdk/issues/5049 --------- Co-authored-by:Javier Viola <javier@parity.io> Co-authored-by:
Javier Viola <363911+pepoviola@users.noreply.github.com>
Showing
- .gitlab/pipeline/zombienet/polkadot.yml 19 additions, 0 deletions.gitlab/pipeline/zombienet/polkadot.yml
- Cargo.lock 13 additions, 12 deletionsCargo.lock
- Cargo.toml 1 addition, 1 deletionCargo.toml
- cumulus/parachains/runtimes/testing/rococo-parachain/Cargo.toml 1 addition, 1 deletion...s/parachains/runtimes/testing/rococo-parachain/Cargo.toml
- cumulus/test/runtime/Cargo.toml 1 addition, 0 deletionscumulus/test/runtime/Cargo.toml
- cumulus/test/runtime/build.rs 8 additions, 0 deletionscumulus/test/runtime/build.rs
- cumulus/test/runtime/src/lib.rs 5 additions, 0 deletionscumulus/test/runtime/src/lib.rs
- cumulus/test/service/src/chain_spec.rs 10 additions, 0 deletionscumulus/test/service/src/chain_spec.rs
- cumulus/test/service/src/cli.rs 7 additions, 1 deletioncumulus/test/service/src/cli.rs
- polkadot/runtime/rococo/src/genesis_config_presets.rs 3 additions, 1 deletionpolkadot/runtime/rococo/src/genesis_config_presets.rs
- polkadot/runtime/westend/src/genesis_config_presets.rs 2 additions, 1 deletionpolkadot/runtime/westend/src/genesis_config_presets.rs
- polkadot/zombienet-sdk-tests/build.rs 44 additions, 21 deletionspolkadot/zombienet-sdk-tests/build.rs
- polkadot/zombienet-sdk-tests/tests/elastic_scaling/helpers.rs 60 additions, 0 deletions...adot/zombienet-sdk-tests/tests/elastic_scaling/helpers.rs
- polkadot/zombienet-sdk-tests/tests/elastic_scaling/mod.rs 8 additions, 0 deletionspolkadot/zombienet-sdk-tests/tests/elastic_scaling/mod.rs
- polkadot/zombienet-sdk-tests/tests/elastic_scaling/slot_based_3cores.rs 166 additions, 0 deletions...enet-sdk-tests/tests/elastic_scaling/slot_based_3cores.rs
- polkadot/zombienet-sdk-tests/tests/lib.rs 3 additions, 0 deletionspolkadot/zombienet-sdk-tests/tests/lib.rs
- polkadot/zombienet-sdk-tests/tests/smoke/coretime_revenue.rs 2 additions, 2 deletionspolkadot/zombienet-sdk-tests/tests/smoke/coretime_revenue.rs
- polkadot/zombienet-sdk-tests/tests/smoke/mod.rs 0 additions, 1 deletionpolkadot/zombienet-sdk-tests/tests/smoke/mod.rs
- prdoc/pr_6452.prdoc 16 additions, 0 deletionsprdoc/pr_6452.prdoc
Please register or sign in to comment