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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase timeout and add logging #10868

Merged
merged 2 commits into from
Oct 31, 2022
Merged

Increase timeout and add logging #10868

merged 2 commits into from
Oct 31, 2022

Commits on Oct 31, 2022

  1. Configuration menu
    Copy the full SHA
    06ccc2c View commit details
    Browse the repository at this point in the history
  2. test(qa): increase timeout of complete topology

    Increases the timeout we wait for the topology to be complete from 15
    seconds to 30 seconds. The idea is that 15 may be right on the cusp of
    the minimum limit we've observed, due to possibly requiring up to 5
    seconds for a node to be elected, and hypothetical long GC pauses. This
    doesn't not unflake the test, but hopefully the next time it fails we
    have a better idea of what is happening.
    
    At the same time, the test is updated to junit 5, and the gateway (from
    which we get the topology) is also configured for faster gossip, like
    the broker.
    npepinpe committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    9d30d71 View commit details
    Browse the repository at this point in the history