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

metrics: tests: Fix flaky runtime_can_publish_metrics #7279

Commits on May 24, 2023

  1. metrics: tests: Fix flaky runtime_can_publish_metrics

    When an re-org happens wait_for_blocks(2) would actually exit after the second
    import of blocks 1, so the conditions for the metric to exist won't be met
    hence the occasional test failure.
    
    More details in:
      paritytech#7267
    
    Signed-off-by: Alexandru Gheorghe <[email protected]>
    alexggh committed May 24, 2023
    Configuration menu
    Copy the full SHA
    fa2c486 View commit details
    Browse the repository at this point in the history
  2. metrics: tests: Cleanup un-needed box pin

    Signed-off-by: Alexandru Gheorghe <[email protected]>
    alexggh committed May 24, 2023
    Configuration menu
    Copy the full SHA
    6d42862 View commit details
    Browse the repository at this point in the history