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

[pedant] Wait for rabbitmq before every search test #1356

Merged
merged 1 commit into from
Aug 8, 2017

Conversation

stevendanna
Copy link
Contributor

@stevendanna stevendanna commented Aug 8, 2017

The search index is eventually consistent but the test code treats it
as if it were read-after-write consistent.

To mitigate this we wait for the indexing queue to be empty before
executing a search test.

This is going to slow these tests down, but we are trying to stabilize
the tests first.

Signed-off-by: Steven Danna [email protected]

The search index in eventually consistent but the test code treats it
as if it were read-after-write consistent.

To mitigate this we wait for the indexing queue to be empty before
executing a search test.

This is going to slow these tests down, but we are trying to stabilize
the tests first.

Signed-off-by: Steven Danna <[email protected]>
@stevendanna stevendanna requested a review from a team August 8, 2017 13:15
Copy link
Contributor

@srenatus srenatus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@jaym
Copy link
Contributor

jaym commented Aug 8, 2017

👍

@stevendanna stevendanna merged commit 4320d38 into master Aug 8, 2017
@stevendanna stevendanna deleted the ssd/search-test-race-mitigation branch November 27, 2017 10:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants