From c7c7eab4deb5a56e0ccf0b35c8cbfbda221ce423 Mon Sep 17 00:00:00 2001 From: thomascorthals Date: Wed, 30 Dec 2020 01:32:03 +0100 Subject: [PATCH] @todo for distributed search referencing #908 --- tests/Integration/AbstractTechproductsTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Integration/AbstractTechproductsTest.php b/tests/Integration/AbstractTechproductsTest.php index 8474a8899..ecc09c1c0 100644 --- a/tests/Integration/AbstractTechproductsTest.php +++ b/tests/Integration/AbstractTechproductsTest.php @@ -1567,6 +1567,7 @@ public function testAnonymouslyNestedDocuments() // in Solr 7, atomic updates of child documents aren't possible // in SolrCloud mode, this fails more often with "Async exception during distributed update" than it succeeds + // @todo get this sorted for distributed search when #908 is resolved if (8 <= self::$solrVersion && $this instanceof AbstractServerTest) { // atomic update: removing all child documents $doc = $update->createDocument();