mirror of https://github.com/apache/lucene.git
SOLR-9639: CDCR Tests only fix. Wait until recovery is over before
remove the tmp_colletion.
This commit is contained in:
parent
f4d3ca8980
commit
4744673388
|
@ -271,6 +271,8 @@ Other Changes
|
|||
|
||||
* SOLR-9610: New AssertTool in SolrCLI for easier cross platform assertions from command line (janhoy)
|
||||
|
||||
* SOLR-9639: Test only fix. Prevent CDCR tests from removing collection during recovery that used to blow up jvm (Mikhail Khludnev)
|
||||
|
||||
================== 6.2.1 ==================
|
||||
|
||||
Bug Fixes
|
||||
|
|
|
@ -593,6 +593,7 @@ public class BaseCdcrDistributedZkTest extends AbstractDistribZkTestBase {
|
|||
}
|
||||
}
|
||||
|
||||
this.waitForRecoveriesToFinish(temporaryCollection,zkStateReader, true);
|
||||
// delete the temporary collection - we will create our own collections later
|
||||
this.deleteCollection(temporaryCollection);
|
||||
this.waitForCollectionToDisappear(temporaryCollection);
|
||||
|
|
Loading…
Reference in New Issue