mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-20 03:45:02 +00:00
[TEST] Don't stop master node.
This commit is contained in:
parent
3573822b7e
commit
41bcb3e0d3
@ -88,7 +88,7 @@ public class SearchScrollWithFailingNodesTests extends ElasticsearchIntegrationT
|
||||
assertThat(numHits, equalTo(100l));
|
||||
clearScroll("_all");
|
||||
|
||||
cluster().stopRandomDataNode();
|
||||
cluster().stopRandomNonMasterNode();
|
||||
|
||||
searchResponse = client().prepareSearch()
|
||||
.setQuery(matchAllQuery())
|
||||
|
Loading…
x
Reference in New Issue
Block a user