mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 08:11:04 +00:00
zombienet: warp-sync tests for validators (#13078)
* zombienet validators warp sync draft Sketch of warp-sync test for validators. Not tested. Follow-up of: #12769 * yet another warp-sync scenario added - all validators are synced from DB, - some full nodes are synced from DB, - full-node is warp-synced * fixes * fixes * missing files * path fixed --------- Co-authored-by: parity-processbot <>
This commit is contained in:
committed by
GitHub
parent
fc2fda8d19
commit
cad4982afd
@@ -50,3 +50,21 @@ zombienet-0001-basic-warp-sync:
|
||||
- /home/nonroot/zombie-net/scripts/ci/run-test-env-manager.sh
|
||||
--github-remote-dir="${GH_DIR}/0001-basic-warp-sync"
|
||||
--test="test-warp-sync.zndsl"
|
||||
|
||||
|
||||
zombienet-0002-validators-warp-sync:
|
||||
extends:
|
||||
- .zombienet-common
|
||||
script:
|
||||
- /home/nonroot/zombie-net/scripts/ci/run-test-env-manager.sh
|
||||
--github-remote-dir="${GH_DIR}/0002-validators-warp-sync"
|
||||
--test="test-validators-warp-sync.zndsl"
|
||||
|
||||
|
||||
zombienet-0003-block-building-warp-sync:
|
||||
extends:
|
||||
- .zombienet-common
|
||||
script:
|
||||
- /home/nonroot/zombie-net/scripts/ci/run-test-env-manager.sh
|
||||
--github-remote-dir="${GH_DIR}/0003-block-building-warp-sync"
|
||||
--test="test-block-building-warp-sync.zndsl"
|
||||
|
||||
Reference in New Issue
Block a user