mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-24 13:55:57 +00:00
[TEST] mark tests in IndicesCustomDataPathIT with AwaitsFix
This commit is contained in:
parent
2eebbcf450
commit
0cb3e21a3e
@ -71,6 +71,7 @@ public class IndicesCustomDataPathIT extends ESIntegTestCase {
|
||||
|
||||
@Test
|
||||
@TestLogging("_root:DEBUG,index:TRACE")
|
||||
@AwaitsFix(bugUrl = "path shenanigans, Lee is looking into it")
|
||||
public void testDataPathCanBeChanged() throws Exception {
|
||||
final String INDEX = "idx";
|
||||
Path root = createTempDir();
|
||||
@ -140,6 +141,7 @@ public class IndicesCustomDataPathIT extends ESIntegTestCase {
|
||||
}
|
||||
|
||||
@Test
|
||||
@AwaitsFix(bugUrl = "path shenanigans, Lee is looking into it")
|
||||
public void testIndexCreatedWithCustomPathAndTemplate() throws Exception {
|
||||
final String INDEX = "myindex2";
|
||||
internalCluster().startNodesAsync(1, nodeSettings(path));
|
||||
|
Loading…
x
Reference in New Issue
Block a user