mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
One too many...
This commit is contained in:
parent
16cde6f10a
commit
362c3f7895
@ -133,6 +133,7 @@ public abstract class AbstractIntegrationTest extends ElasticSearchTestCase {
|
|||||||
assert false : "Unknonw Scope: [" + currentClusterScope + "]";
|
assert false : "Unknonw Scope: [" + currentClusterScope + "]";
|
||||||
}
|
}
|
||||||
currentCluster.beforeTest(getRandom(), Double.isNaN(TRANSPORT_CLIENT_RATIO) ? randomDouble() : TRANSPORT_CLIENT_RATIO);
|
currentCluster.beforeTest(getRandom(), Double.isNaN(TRANSPORT_CLIENT_RATIO) ? randomDouble() : TRANSPORT_CLIENT_RATIO);
|
||||||
|
wipeIndices();
|
||||||
wipeTemplates();
|
wipeTemplates();
|
||||||
randomIndexTemplate();
|
randomIndexTemplate();
|
||||||
logger.info("[{}#{}]: before test", getTestClass().getSimpleName(), getTestName());
|
logger.info("[{}#{}]: before test", getTestClass().getSimpleName(), getTestName());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user