We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 573df2d commit 8ecfcc3Copy full SHA for 8ecfcc3
x-pack/plugin/ccr/src/test/java/org/elasticsearch/xpack/ccr/action/ChunksCoordinatorTests.java
@@ -102,6 +102,7 @@ public void testCreateChunks() {
102
assertThat(result.get(4)[1], equalTo(8196L));
103
}
104
105
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/pull/31581")
106
public void testCoordinator() throws Exception {
107
Client client = createClientMock();
108
@@ -228,6 +229,7 @@ public void testChunkProcessor() {
228
229
assertThat(exception[0], nullValue());
230
231
232
233
public void testChunkProcessorRetry() {
234
235
Queue<long[]> chunks = new LinkedList<>();
0 commit comments