zombienet: use another collator image for the slashing test (#1386)

* zombienet: use test-parachain image for the slashing test

* use the right image

* try polkadot-parachain image

* try naming collator alice 🙈

* add needed job for the pipeline

* fix user id in polkadot-parachain-debug image

* small tweaks to the test

* another small tweak

* yet another small tweak

* bump zombienet version

---------

Co-authored-by: Javier Viola <javier@parity.io>
This commit is contained in:
ordian
2023-09-06 20:39:42 +02:00
committed by GitHub
parent 0090152386
commit a47943983f
5 changed files with 12 additions and 9 deletions
@@ -21,18 +21,18 @@ malus-validator: resume
malus-validator: log line matches "Suggesting malicious candidate" within 200 seconds
# Pause first flaky node
# Availability and finality will continue with 3/4 nodes online (incl. malus)
# Availability will continue with 3/4 nodes online (incl. malus)
honest-flaky-validator-0: pause
# Wait for the dispute
honest-flaky-validator-1: reports parachain_candidate_disputes_total is at least 1 within 40 seconds
honest-flaky-validator-1: reports parachain_candidate_disputes_total is at least 1 within 60 seconds
# Pause second flaky node so that we do not revert blocks due to f+1 invalid votes
# Availability and finality will stop
honest-flaky-validator-1: pause
# Wait for 1 full session to pass after the last unconcluded dispute.
sleep 120 seconds
sleep 110 seconds
# Now resume flaky validators
honest-flaky-validator: resume