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

Adjust Fuzz honest multi-instance to avoid intermittent failures #277

Merged
merged 1 commit into from
May 27, 2024

Commits on May 24, 2024

  1. Fuzz honest multi-instance with incremental network sizes

    `FuzzHonestMultiInstance_AsyncAgreement` intermittently fails on CI,
    most likely due to taking too long to complete a test.
    
    To avoid intermittent failures:
    * change the honest multi instance tests to cover incremental network
      sizes, up to 4
    * reduce the length of randomly generated EC chains at each instance as
      this should not affect the test quality for what it is testing. But it
      should make it run faster due to less GC.
    
    Additionally, add static corpus that failed locally after extended fuzz
    time to the fuzz test.
    
    Fixes #251
    masih committed May 24, 2024
    Configuration menu
    Copy the full SHA
    10c5d22 View commit details
    Browse the repository at this point in the history