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

Fix flaky test in dispute-coordinator #6524

Merged
merged 1 commit into from
Jan 9, 2023

Commits on Jan 9, 2023

  1. Fix flaky test in dispute-coordinator

    #6494 updates disputes
    participation priority on Active Leaves update. This operation might
    trigger participation in some cases and as a result some of the message
    ordering is not as nice as it used to be.
    
    As a side effect of this `resume_dispute_without_local_statement` was
    failing occasionally. The solution is not to expect that `BlockNumber`,
    `CandidateEvents`, `FetchOnChainVotes` and `Ancestors` messages are
    executed after `FinalizedBlockNumber` and in any specific order.
    
    This should be okay as the code is in helper function and doesn't affect
    the actual test behaviour.
    
    Fixes #6514
    tdimitrov committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    cca141e View commit details
    Browse the repository at this point in the history