mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
[TEST] mark test awaitsfix
This commit is contained in:
parent
047e3b9b69
commit
46bec2785e
@ -331,6 +331,7 @@ public class IndexShardTests extends ESSingleNodeTestCase {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@TestLogging("indices.flush:TRACE,index.shard:TRACE,index.engine:TRACE")
|
@TestLogging("indices.flush:TRACE,index.shard:TRACE,index.engine:TRACE")
|
||||||
|
@AwaitsFix(bugUrl = "simonw is working on this")
|
||||||
public void testMarkAsInactiveTriggersSyncedFlush() throws Exception {
|
public void testMarkAsInactiveTriggersSyncedFlush() throws Exception {
|
||||||
assertAcked(client().admin().indices().prepareCreate("test")
|
assertAcked(client().admin().indices().prepareCreate("test")
|
||||||
.setSettings(SETTING_NUMBER_OF_SHARDS, 1, SETTING_NUMBER_OF_REPLICAS, 0, IndexShard.INDEX_SHARD_INACTIVE_TIME_SETTING, "0s"));
|
.setSettings(SETTING_NUMBER_OF_SHARDS, 1, SETTING_NUMBER_OF_REPLICAS, 0, IndexShard.INDEX_SHARD_INACTIVE_TIME_SETTING, "0s"));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user