mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-09 14:35:04 +00:00
parent
c4cf98c538
commit
a09389c511
@ -211,6 +211,7 @@ public class GatewayIndexStateIT extends ESIntegTestCase {
|
|||||||
client().prepareIndex("test", "type1", "2").setSource("field1", "value1").execute().actionGet();
|
client().prepareIndex("test", "type1", "2").setSource("field1", "value1").execute().actionGet();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/44416")
|
||||||
public void testJustMasterNode() throws Exception {
|
public void testJustMasterNode() throws Exception {
|
||||||
logger.info("--> cleaning nodes");
|
logger.info("--> cleaning nodes");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user