We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0d07218 + 8f1579c commit 085478cCopy full SHA for 085478c
tests/Documents/Operations/Indexes/IndexOperationsTest/IndexOperationsTest.php
@@ -281,6 +281,10 @@ public function testCanListErrors(): void
281
return count($store->maintenance()->send(new GetIndexErrorsOperation())[0]->getErrors());
282
}, 1);
283
284
+ $this->waitForValue(function () use ($store, $indexDef) {
285
+ return count($store->maintenance()->send(new GetIndexErrorsOperation([$indexDef->getName()]))[0]->getErrors());
286
+ }, 1);
287
+
288
/** @var IndexErrorsArray $indexErrors */
289
$indexErrors = $store->maintenance()->send(new GetIndexErrorsOperation());
290
0 commit comments