The Cluster is bound to a test lifecycle where tests must call {@link #beforeTest(java.util.Random,double)} and{@link #afterTest()} to initialize and reset the cluster in order to be more reproducible. The term "more" relatesto the async nature of Elasticsearch in combination with randomized testing. Once Threads and asynchronous calls are involved reproducibility is very limited. This class should only be used through {@link CrateIntegrationTest}.
|
|