Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

*: fix flappy tests #2869

Merged
merged 2 commits into from
Feb 8, 2024
Merged

*: fix flappy tests #2869

merged 2 commits into from
Feb 8, 2024

Commits on Feb 8, 2024

  1. *: fix flappy tests

    This PR:
     - fixes a data race in p2p.Sender which was flapping in integration and compose tests
     - makes "prepare round 2, decide round 3" QBFT internal test more reliable; tested empirically by running the test 100.000 times, usually the flapping issue manifested itself after a couple runs
    gsora committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    421be4d View commit details
    Browse the repository at this point in the history
  2. remove unneded t.Parallel()

    gsora committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    1be9c52 View commit details
    Browse the repository at this point in the history