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

Stop ScanAndScrollTest from failing spuriously #635

Merged
merged 1 commit into from
Jun 13, 2014

Conversation

nik9000
Copy link
Contributor

@nik9000 nik9000 commented Jun 13, 2014

ScanAndScrollTest->testQuerySizeOverride used the rewind method on
ScanAndScroll which executes a scroll query on Elasticsearch without making
sure that the index is fully allocated. Apparently, this can cause
Elasticsearch to throw back an error. We work around this by adding a
refresh before the rewind.

ScanAndScrollTest->testQuerySizeOverride used the rewind method on
ScanAndScroll which executes a scroll query on Elasticsearch without making
sure that the index is fully allocated.  Apparently, this can cause
Elasticsearch to throw back an error.  We work around this by adding a
refresh before the rewind.
@nik9000
Copy link
Contributor Author

nik9000 commented Jun 13, 2014

I didn't make an issue for this one. Do you want one?

@ruflin
Copy link
Owner

ruflin commented Jun 13, 2014

No, not necessary. Lets wait for the result :-)

@nik9000
Copy link
Contributor Author

nik9000 commented Jun 13, 2014

Much better.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.52%) when pulling a95e85e on nik9000:fix_test3 into 7b34a8d on ruflin:master.

ruflin added a commit that referenced this pull request Jun 13, 2014
Stop ScanAndScrollTest from failing spuriously
@ruflin ruflin merged commit 61898fb into ruflin:master Jun 13, 2014
@ruflin
Copy link
Owner

ruflin commented Jun 13, 2014

Merged. Thx.

@ruflin
Copy link
Owner

ruflin commented Jun 15, 2014

@nik9000 Side note here: All your changes are in the newest 1.2.1.0 release https://github.com/ruflin/Elastica/releases/tag/v1.2.1.0

@nik9000
Copy link
Contributor Author

nik9000 commented Jun 16, 2014

Thanks!

On Sun, Jun 15, 2014 at 4:33 AM, Nicolas Ruflin [email protected]
wrote:

@nik9000 https://github.com/nik9000 Side note here: All your changes
are in the newest 1.2.1.0 release
https://github.com/ruflin/Elastica/releases/tag/v1.2.1.0


Reply to this email directly or view it on GitHub
#635 (comment).

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