mirror of https://github.com/apache/kafka.git
MINOR: Marking testVerifyFetchAndCloseImplicit flaky (#18893)
Reviewers: Andrew Schofield <aschofield@confluent.io>, Chia-Ping Tsai <chia7712@gmail.com>
This commit is contained in:
parent
3aae6f5402
commit
e6b835f0b4
|
@ -142,7 +142,7 @@ public class KafkaShareConsumerTest {
|
||||||
|
|
||||||
@Flaky("KAFKA-18488")
|
@Flaky("KAFKA-18488")
|
||||||
@Test
|
@Test
|
||||||
public void testVerifyFetchAndCommitSyncImplicit() throws InterruptedException {
|
public void testVerifyFetchAndCommitSyncImplicit() {
|
||||||
ConsumerMetadata metadata = new ConsumerMetadata(0, 0, Long.MAX_VALUE, false, false,
|
ConsumerMetadata metadata = new ConsumerMetadata(0, 0, Long.MAX_VALUE, false, false,
|
||||||
subscription, new LogContext(), new ClusterResourceListeners());
|
subscription, new LogContext(), new ClusterResourceListeners());
|
||||||
MockClient client = new MockClient(time, metadata);
|
MockClient client = new MockClient(time, metadata);
|
||||||
|
@ -215,8 +215,9 @@ public class KafkaShareConsumerTest {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Flaky("KAFKA-18794")
|
||||||
@Test
|
@Test
|
||||||
public void testVerifyFetchAndCloseImplicit() throws InterruptedException {
|
public void testVerifyFetchAndCloseImplicit() {
|
||||||
ConsumerMetadata metadata = new ConsumerMetadata(0, 0, Long.MAX_VALUE, false, false,
|
ConsumerMetadata metadata = new ConsumerMetadata(0, 0, Long.MAX_VALUE, false, false,
|
||||||
subscription, new LogContext(), new ClusterResourceListeners());
|
subscription, new LogContext(), new ClusterResourceListeners());
|
||||||
MockClient client = new MockClient(time, metadata);
|
MockClient client = new MockClient(time, metadata);
|
||||||
|
|
Loading…
Reference in New Issue