Skip to content

Commit 0a22982

Browse files
committed
Create a fresh index for the memcache test
1 parent 798ee48 commit 0a22982

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/lib/Elastica/Test/Transport/MemcacheTest.php

+2
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,8 @@ public function testRequestWithLongPath()
151151
{
152152
$client = $this->_getMemcacheClient();
153153
$index = $client->getIndex('memcache-test');
154+
$index->create();
155+
154156
$this->_waitForAllocation($index);
155157

156158
$queryString = new QueryString(str_repeat('z', 300));

0 commit comments

Comments
 (0)