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 test in issue 2825 #2834

Merged
merged 1 commit into from
Jul 6, 2020
Merged

Fix flaky test in issue 2825 #2834

merged 1 commit into from
Jul 6, 2020

Commits on Jul 3, 2020

  1. Fix flaky test.

    To simulate the original bug, we need push sample during
    sweep-flush(achieved by doing push from preFlushChunks).
    
    Shutdown is used to trigger another sweep-flush, and not critical part
    of the test. Imporant part is that second flush doesn't ignore just-pushed sample (buggy version dropped it completely).
    
    Signed-off-by: Peter Štibraný <peter.stibrany@grafana.com>
    pstibrany committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    f2c3126 View commit details
    Browse the repository at this point in the history