SOLR-9639: CDCR Tests only fix. Wait until recovery is over before

remove the tmp_colletion.
This commit is contained in:
Mikhail Khludnev 2016-10-14 13:53:02 +03:00
parent f4d3ca8980
commit 4744673388
2 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -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);