From d3a8136dc78786a3804681e0d3376ee0ca5cba50 Mon Sep 17 00:00:00 2001 From: Javier Viola Date: Thu, 23 Feb 2023 10:25:28 -0300 Subject: [PATCH 1/2] update zombienet version --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 962ff6826a0..2a65919bef6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,7 +30,7 @@ variables: CI_IMAGE: "paritytech/ci-linux:production" DOCKER_OS: "debian:stretch" ARCH: "x86_64" - ZOMBIENET_IMAGE: "docker.io/paritytech/zombienet:v1.3.34" + ZOMBIENET_IMAGE: "docker.io/paritytech/zombienet:v1.3.35" .collect-artifacts: artifacts: From 20d7a1a966acf97dcac10d97ec992298977d7a61 Mon Sep 17 00:00:00 2001 From: Javier Viola Date: Thu, 23 Feb 2023 10:26:08 -0300 Subject: [PATCH 2/2] remove 'is up' assertions --- ..._blocks_from_tip_without_connected_collator.zndsl | 6 ------ zombienet/tests/0002-pov_recovery.zndsl | 12 ------------ zombienet/tests/0003-full_node_catching_up.zndsl | 5 ----- zombienet/tests/0004-runtime_upgrade.zndsl | 4 ---- zombienet/tests/0005-migrate_solo_to_para.zndsl | 4 ---- .../tests/0006-rpc_collator_builds_blocks.zndsl | 9 --------- zombienet/tests/0007-full_node_warp_sync.zndsl | 6 ------ 7 files changed, 46 deletions(-) diff --git a/zombienet/tests/0001-sync_blocks_from_tip_without_connected_collator.zndsl b/zombienet/tests/0001-sync_blocks_from_tip_without_connected_collator.zndsl index 68620d03abc..bdb475ce921 100644 --- a/zombienet/tests/0001-sync_blocks_from_tip_without_connected_collator.zndsl +++ b/zombienet/tests/0001-sync_blocks_from_tip_without_connected_collator.zndsl @@ -2,12 +2,6 @@ Description: Sync blocks from tip without connected collator test Network: ./0001-sync_blocks_from_tip_without_connected_collator.toml Creds: config - -alice: is up -bob: is up -charlie: is up -dave: is up - alice: parachain 2000 is registered within 225 seconds alice: parachain 2000 block height is at least 10 within 250 seconds diff --git a/zombienet/tests/0002-pov_recovery.zndsl b/zombienet/tests/0002-pov_recovery.zndsl index 108f437bd3c..3eb28bb2aeb 100644 --- a/zombienet/tests/0002-pov_recovery.zndsl +++ b/zombienet/tests/0002-pov_recovery.zndsl @@ -2,18 +2,6 @@ Description: PoV recovery test Network: ./0002-pov_recovery.toml Creds: config - -validator-0: is up -validator-1: is up -validator-2: is up -validator-3: is up -alice: is up within 60 seconds -bob: is up within 60 seconds -charlie: is up within 60 seconds -one: is up within 60 seconds -two: is up within 60 seconds -eve: is up within 60 seconds - # wait 20 blocks and register parachain validator-3: reports block height is at least 20 within 250 seconds validator-0: js-script ./register-para.js with "2000" within 240 seconds diff --git a/zombienet/tests/0003-full_node_catching_up.zndsl b/zombienet/tests/0003-full_node_catching_up.zndsl index de8353bb134..9c6eb0fb830 100644 --- a/zombienet/tests/0003-full_node_catching_up.zndsl +++ b/zombienet/tests/0003-full_node_catching_up.zndsl @@ -2,11 +2,6 @@ Description: Full node catching up test Network: ./0003-full_node_catching_up.toml Creds: config -alice: is up -bob: is up -charlie: is up -dave: is up -eve: is up alice: parachain 2000 is registered within 225 seconds dave: reports block height is at least 7 within 250 seconds eve: reports block height is at least 7 within 250 seconds diff --git a/zombienet/tests/0004-runtime_upgrade.zndsl b/zombienet/tests/0004-runtime_upgrade.zndsl index eca3cb33668..cdafc48fce9 100644 --- a/zombienet/tests/0004-runtime_upgrade.zndsl +++ b/zombienet/tests/0004-runtime_upgrade.zndsl @@ -2,10 +2,6 @@ Description: Runtime Upgrade test Network: ./0004-runtime_upgrade.toml Creds: config -alice: is up -bob: is up -charlie: is up -dave: is up alice: parachain 2000 is registered within 225 seconds charlie: reports block height is at least 5 within 250 seconds charlie: parachain 2000 perform upgrade with /tmp/wasm_binary_spec_version_incremented.rs.compact.compressed.wasm within 200 seconds diff --git a/zombienet/tests/0005-migrate_solo_to_para.zndsl b/zombienet/tests/0005-migrate_solo_to_para.zndsl index c546e49d1cf..677eb87a2e6 100644 --- a/zombienet/tests/0005-migrate_solo_to_para.zndsl +++ b/zombienet/tests/0005-migrate_solo_to_para.zndsl @@ -2,10 +2,6 @@ Description: Migrate solo to para Network: ./0005-migrate_solo_to_para.toml Creds: config -alice: is up -bob: is up -dave: is up -eve: is up alice: parachain 2000 is registered within 225 seconds alice: reports block height is at least 10 within 250 seconds alice: parachain 2000 block height is at least 10 within 250 seconds diff --git a/zombienet/tests/0006-rpc_collator_builds_blocks.zndsl b/zombienet/tests/0006-rpc_collator_builds_blocks.zndsl index 78886b7020b..7da8416d016 100644 --- a/zombienet/tests/0006-rpc_collator_builds_blocks.zndsl +++ b/zombienet/tests/0006-rpc_collator_builds_blocks.zndsl @@ -2,15 +2,6 @@ Description: RPC collator should build blocks Network: ./0006-rpc_collator_builds_blocks.toml Creds: config -alice: is up -bob: is up -charlie: is up -one: is up -two: is up -three: is up -dave: is up -eve: is up - alice: parachain 2000 is registered within 225 seconds alice: parachain 2000 block height is at least 10 within 250 seconds diff --git a/zombienet/tests/0007-full_node_warp_sync.zndsl b/zombienet/tests/0007-full_node_warp_sync.zndsl index 1fdb741369d..1bcc35e80c4 100644 --- a/zombienet/tests/0007-full_node_warp_sync.zndsl +++ b/zombienet/tests/0007-full_node_warp_sync.zndsl @@ -2,12 +2,6 @@ Description: Full node catching up using warp sync Network: ./0007-full_node_warp_sync.toml Creds: config -alice: is up within 30 seconds -bob: is up within 30 seconds -charlie: is up within 30 seconds -dave: is up within 30 seconds -eve: is up within 30 seconds -ferdie: is up within 30 seconds alice: parachain 2000 is registered within 225 seconds one: reports block height is at least 770 within 225 seconds two: reports block height is at least 770 within 225 seconds