Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
fix wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ordian committed Mar 21, 2023
1 parent aafc9b0 commit dc6452e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,9 @@ requests = { memory = "2G", cpu = "1" }
invulnerable = true # it will go offline, we don't want to disable it
args = ["-lparachain=debug,runtime=debug"]

[[relaychain.nodes]]
name = "bob"
invulnerable = true # it will go offline, we don't want to disable it
args = ["-lparachain=debug,runtime=debug"]

[[relaychain.node_groups]]
name = "honest-validator"
count = 4
count = 2
args = ["-lparachain=debug,runtime=debug"]

[[relaychain.node_groups]]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ Creds: config

alice: reports node_roles is 4

# pause alice and bob so that disputes don't conclude
# pause alice so that disputes don't conclude
alice: pause
bob: pause

# Ensure parachain is registered.
honest-validator-0: parachain 1000 is registered within 100 seconds
Expand All @@ -20,8 +19,7 @@ honest-validator-0: reports parachain_candidate_disputes_total is at least 1 wit
# But should not resolve
honest-validator-0: reports polkadot_parachain_disputes_finality_lag is at least 20 within 200 seconds

# Now resume alice and bob
bob: resume
# Now resume alice
alice: resume

# Disputes should start concluding now
Expand Down

0 comments on commit dc6452e

Please sign in to comment.