muted tests that will be replaced by the shard follow task refactoring:
https://github.com/elastic/elasticsearch/pull/31581
This commit is contained in:
parent
573df2dd2e
commit
8ecfcc3b80
|
@ -102,6 +102,7 @@ public class ChunksCoordinatorTests extends ESTestCase {
|
||||||
assertThat(result.get(4)[1], equalTo(8196L));
|
assertThat(result.get(4)[1], equalTo(8196L));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/pull/31581")
|
||||||
public void testCoordinator() throws Exception {
|
public void testCoordinator() throws Exception {
|
||||||
Client client = createClientMock();
|
Client client = createClientMock();
|
||||||
|
|
||||||
|
@ -228,6 +229,7 @@ public class ChunksCoordinatorTests extends ESTestCase {
|
||||||
assertThat(exception[0], nullValue());
|
assertThat(exception[0], nullValue());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/pull/31581")
|
||||||
public void testChunkProcessorRetry() {
|
public void testChunkProcessorRetry() {
|
||||||
Client client = createClientMock();
|
Client client = createClientMock();
|
||||||
Queue<long[]> chunks = new LinkedList<>();
|
Queue<long[]> chunks = new LinkedList<>();
|
||||||
|
|
Loading…
Reference in New Issue