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] Add sleep to re-indexing tests #1298

Merged
merged 1 commit into from
Jun 9, 2017
Merged

Conversation

stevendanna
Copy link
Contributor

My best guess for what is happening in Wilson is that we are hitting a
race between the queue being empty and expander posting the data to
solr.

I'm pretty skeptical of this given that the search that is failing is
often the /last/ search in a series of searches so there is already a
large amount of time between seeing an empty queue and doing the
failing search.

The other issue I'm investigating is whether our queues_empty?
function may be erroneously reporting empty queues, but perhaps this
will help in the meantime.

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

My best guess for what is happening in Wilson is that we are hitting a
race between the queue being empty and expander posting the data to
solr.

I'm pretty skeptical of this given that the search that is failing is
often the /last/ search in a series of searches so there is already a
large amount of time between seeing an empty queue and doing to
failing search.

The other issue I'm investigating is whether our queues_empty?
function may be erroneously reporting empty queues, but perhaps this
will help in the meantime.

Signed-off-by: Steven Danna <[email protected]>
@stevendanna stevendanna merged commit 15fa3b3 into master Jun 9, 2017
@stevendanna stevendanna deleted the ssd/ugh-sleep branch June 12, 2017 09:43
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.

2 participants