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

Commit cfe4be4

Browse files
author
Andronik
committed
add a comment and search logs on all nodes
1 parent 4bd06fb commit cfe4be4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

node/core/dispute-coordinator/src/initialized.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,8 @@ impl Initialized {
440440
}
441441

442442
if !key_ownership_proofs.is_empty() {
443+
// If we found a parent that we can use, stop searching.
444+
// If one key ownership was resolved successfully, all of them should be.
443445
debug_assert_eq!(key_ownership_proofs.len(), pending.keys.len());
444446
break
445447
}

zombienet_tests/functional/0004-parachains-disputes-past-session.zndsl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,4 @@ honest-validator-0: reports parachain_candidate_dispute_concluded{validity="inva
3434
honest-validator-0: reports parachain_candidate_dispute_concluded{validity="valid"} is 0
3535

3636
# Check an unsigned extrinsic is submitted
37-
# TODO: how to match on all honest validator logs?
38-
honest-validator-0: log line contains "Successfully reported pending slash" within 180 seconds
37+
honest-validator: log line contains "Successfully reported pending slash" within 180 seconds

0 commit comments

Comments
 (0)