Skip to content

Commit a44c051

Browse files
committed
Bridge: fix zombienet tests (#4367)
Due to recent bump of Rococo/Westend versions + the fact that paritytech/parity-bridges-common#2894 has finally reached this repo, tests now fail, because we've started checking all client versions (even source) unless we specify `--source-version-mode Auto` in CLI arguments. This looks like an overkill, but all those version checks will be fixed by #4256, so now it makes sense just to add this CLI option. We also need to propagate it to running relays eventually.
1 parent ae33b05 commit a44c051

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bridges/testing/environments/rococo-westend/bridges_rococo_westend.sh

+4
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ function run_finality_relay() {
177177
--only-free-headers \
178178
--source-host localhost \
179179
--source-port 9942 \
180+
--source-version-mode Auto \
180181
--target-host localhost \
181182
--target-port 8945 \
182183
--target-version-mode Auto \
@@ -188,6 +189,7 @@ function run_finality_relay() {
188189
--only-free-headers \
189190
--source-host localhost \
190191
--source-port 9945 \
192+
--source-version-mode Auto \
191193
--target-host localhost \
192194
--target-port 8943 \
193195
--target-version-mode Auto \
@@ -203,6 +205,7 @@ function run_parachains_relay() {
203205
--only-free-headers \
204206
--source-host localhost \
205207
--source-port 9942 \
208+
--source-version-mode Auto \
206209
--target-host localhost \
207210
--target-port 8945 \
208211
--target-version-mode Auto \
@@ -214,6 +217,7 @@ function run_parachains_relay() {
214217
--only-free-headers \
215218
--source-host localhost \
216219
--source-port 9945 \
220+
--source-version-mode Auto \
217221
--target-host localhost \
218222
--target-port 8943 \
219223
--target-version-mode Auto \

0 commit comments

Comments
 (0)