Skip to content

Commit

Permalink
@todo for distributed search referencing solariumphp#908
Browse files Browse the repository at this point in the history
  • Loading branch information
thomascorthals committed Dec 30, 2020
1 parent 3a83649 commit c7c7eab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Integration/AbstractTechproductsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit c7c7eab

Please sign in to comment.