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,7 +133,8 @@ public abstract class AbstractIntegrationTest extends ElasticSearchTestCase {
|
||||
assert false : "Unknonw Scope: [" + currentClusterScope + "]";
|
||||
}
|
||||
currentCluster.beforeTest(getRandom(), Double.isNaN(TRANSPORT_CLIENT_RATIO) ? randomDouble() : TRANSPORT_CLIENT_RATIO);
|
||||
wipeTemplates();
|
||||
wipeIndices();
|
||||
wipeTemplates();
|
||||
randomIndexTemplate();
|
||||
logger.info("[{}#{}]: before test", getTestClass().getSimpleName(), getTestName());
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user