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
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ CHANGES

2014-06-13
- Stop ClientTest->testDeleteIdsIdxStringTypeString from failing 1/3 of the time #634
- Stop ScanAndScrollTest->testQuerySizeOverride from failing frequently for no reason #635

2014-06-11
- Allow bulk API deletes to be routed #631
Expand Down
1 change: 1 addition & 0 deletions test/lib/Elastica/Test/ScanAndScrollTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ public function testQuerySizeOverride() {
$query->setSize(100);

$index = $this->_createIndex('test_1');
$index->refresh(); // Waits for the index to be fully created.
$type = $index->getType('scanAndScrollTest');

$search = new Search($this->_getClient());
Expand Down