Mute index and relocate concurrently
This test is failing sporadically and for now we mute it as we have a failure with additional logging that should hopefully enable us to assess the situation.
This commit is contained in:
parent
8dbf8a230e
commit
9a118691bf
|
@ -454,6 +454,7 @@ public class RelocationIT extends ESIntegTestCase {
|
|||
+ "org.elasticsearch.action.search:TRACE,"
|
||||
+ "org.elasticsearch.cluster.service:TRACE,"
|
||||
+ "org.elasticsearch.index.seqno:TRACE")
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/24599")
|
||||
public void testIndexAndRelocateConcurrently() throws ExecutionException, InterruptedException {
|
||||
int halfNodes = randomIntBetween(1, 3);
|
||||
Settings[] nodeSettings = Stream.concat(
|
||||
|
|
Loading…
Reference in New Issue