mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 18:35:25 +00:00
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.action.search:TRACE,"
|
||||||
+ "org.elasticsearch.cluster.service:TRACE,"
|
+ "org.elasticsearch.cluster.service:TRACE,"
|
||||||
+ "org.elasticsearch.index.seqno:TRACE")
|
+ "org.elasticsearch.index.seqno:TRACE")
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/24599")
|
||||||
public void testIndexAndRelocateConcurrently() throws ExecutionException, InterruptedException {
|
public void testIndexAndRelocateConcurrently() throws ExecutionException, InterruptedException {
|
||||||
int halfNodes = randomIntBetween(1, 3);
|
int halfNodes = randomIntBetween(1, 3);
|
||||||
Settings[] nodeSettings = Stream.concat(
|
Settings[] nodeSettings = Stream.concat(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user