[ https://issues.apache.org/jira/browse/SOLR-13045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16726153#comment-16726153 ]
ASF subversion and git services commented on SOLR-13045: -------------------------------------------------------- Commit 3e87020031ec67513b442f7b99f3f41e451f2653 in lucene-solr's branch refs/heads/branch_7x from Jason Gerlowski [ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=3e870200 ] SOLR-13045: Allow SimDistribStateManager to create top-level data nodes While working on a related issue in SimDistribStateManager, I noticed that `createData()` only worked successfully on nodes nested more than one level under root. (i.e. `createData("/foo", someData, mode)` would fail, while the same with "/foo/bar" wouldn't). This was due to an edge case in SimDistribStateManager's path building logic. This commit fixes this issue. > Harden TestSimPolicyCloud > ------------------------- > > Key: SOLR-13045 > URL: https://issues.apache.org/jira/browse/SOLR-13045 > Project: Solr > Issue Type: Test > Security Level: Public(Default Security Level. Issues are Public) > Components: AutoScaling > Affects Versions: master (8.0) > Reporter: Jason Gerlowski > Assignee: Jason Gerlowski > Priority: Major > Attachments: SOLR-13045.patch, SOLR-13045.patch, jenkins.log.txt.gz > > > Several tests in TestSimPolicyCloud, but especially > {{testCreateCollectionAddReplica}}, have some flaky behavior, even after > Mark's recent test-fix commit. This JIRA covers looking into and (hopefully) > fixing this test failure. -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org