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 flaky investments order spec #4669

Merged
merged 1 commit into from
Sep 3, 2021
Merged

Fix flaky investments order spec #4669

merged 1 commit into from
Sep 3, 2021

Commits on Sep 1, 2021

  1. Fix flaky investments order spec

    We were clicking links and visiting pages without checking the previous
    request had already finished. This might cause concurrent requests,
    leading to unpredictable results.
    
    It might be the reason why this test failed once when running our
    continuous integration [1].
    
    [1] https://github.com/consul/consul/runs/3295502777
    javierm committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    ed3ad35 View commit details
    Browse the repository at this point in the history