Chris M. Hostetter created SOLR-13852:
-----------------------------------------

             Summary: TestCloudNestedDocsSort can use the same uniqueKey for 
both a parent and child doc
                 Key: SOLR-13852
                 URL: https://issues.apache.org/jira/browse/SOLR-13852
             Project: Solr
          Issue Type: Test
      Security Level: Public (Default Security Level. Issues are Public)
            Reporter: Chris M. Hostetter


TestCloudNestedDocsSort uses randomly generated "id" values for all docs, which 
not only means that two "parent" docs can be indexed with the same "id" value, 
but also that a child doc might be indexed with the same "id" value as a parent 
doc.

While nothing in Solr actively prevents this, it's documented as something 
people shouldn't do, and can cause problems.

In particular, this has caused some assertion failures for some test seeds due 
to how it interacts with SOLR-13851




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to