Skip to content

Commit

Permalink
Bridge: fix zombienet tests (paritytech#4367)
Browse files Browse the repository at this point in the history
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
paritytech#4256, so now it makes
sense just to add this CLI option. We also need to propagate it to
running relays eventually.
  • Loading branch information
svyatonik authored and TarekkMA committed Aug 2, 2024
1 parent 7fa855e commit 5fa61d2
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ function run_finality_relay() {
--only-free-headers \
--source-host localhost \
--source-port 9942 \
--source-version-mode Auto \
--target-host localhost \
--target-port 8945 \
--target-version-mode Auto \
Expand All @@ -188,6 +189,7 @@ function run_finality_relay() {
--only-free-headers \
--source-host localhost \
--source-port 9945 \
--source-version-mode Auto \
--target-host localhost \
--target-port 8943 \
--target-version-mode Auto \
Expand All @@ -203,6 +205,7 @@ function run_parachains_relay() {
--only-free-headers \
--source-host localhost \
--source-port 9942 \
--source-version-mode Auto \
--target-host localhost \
--target-port 8945 \
--target-version-mode Auto \
Expand All @@ -214,6 +217,7 @@ function run_parachains_relay() {
--only-free-headers \
--source-host localhost \
--source-port 9945 \
--source-version-mode Auto \
--target-host localhost \
--target-port 8943 \
--target-version-mode Auto \
Expand Down

0 comments on commit 5fa61d2

Please sign in to comment.