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

AsyncTwoPhaseIndexerTests race condition fixed Backport(#37830) #38195

Merged
merged 1 commit into from
Feb 4, 2019

Commits on Feb 1, 2019

  1. AsyncTwoPhaseIndexerTests race condition fixed (elastic#37830)

    The unlucky timing can cause this test to fail when the indexing is triggered from `maybeTriggerAsyncJob`. As this is asynchronous, in can finish quicker then the test stepping over to next assertion
    The introduced barrier solves the problem
    closes elastic#37695
    pgomulka committed Feb 1, 2019
    Configuration menu
    Copy the full SHA
    8065303 View commit details
    Browse the repository at this point in the history