Skip to content

Commit

Permalink
Merge pull request #635 from nik9000/fix_test3
Browse files Browse the repository at this point in the history
Stop ScanAndScrollTest from failing spuriously
  • Loading branch information
ruflin committed Jun 13, 2014
2 parents 7b34a8d + a95e85e commit 61898fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
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

0 comments on commit 61898fb

Please sign in to comment.