mirror of https://github.com/apache/kafka.git
MINOR: Removing share partition manager flaky annotation (#19053)
There isn't any flaky test for SharePartitionManager in last 7 days, removing flaky annotation. Reviewers: Andrew Schofield <aschofield@confluent.io>
This commit is contained in:
parent
f6ec7df27e
commit
8b605bd362
|
@ -47,7 +47,6 @@ import org.apache.kafka.common.requests.FetchRequest;
|
||||||
import org.apache.kafka.common.requests.ShareFetchRequest;
|
import org.apache.kafka.common.requests.ShareFetchRequest;
|
||||||
import org.apache.kafka.common.requests.ShareFetchResponse;
|
import org.apache.kafka.common.requests.ShareFetchResponse;
|
||||||
import org.apache.kafka.common.requests.ShareRequestMetadata;
|
import org.apache.kafka.common.requests.ShareRequestMetadata;
|
||||||
import org.apache.kafka.common.test.api.Flaky;
|
|
||||||
import org.apache.kafka.common.utils.ImplicitLinkedHashCollection;
|
import org.apache.kafka.common.utils.ImplicitLinkedHashCollection;
|
||||||
import org.apache.kafka.common.utils.MockTime;
|
import org.apache.kafka.common.utils.MockTime;
|
||||||
import org.apache.kafka.common.utils.Time;
|
import org.apache.kafka.common.utils.Time;
|
||||||
|
@ -1260,7 +1259,6 @@ public class SharePartitionManagerTest {
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Flaky("KAFKA-18657")
|
|
||||||
@Test
|
@Test
|
||||||
public void testReplicaManagerFetchShouldProceed() {
|
public void testReplicaManagerFetchShouldProceed() {
|
||||||
String groupId = "grp";
|
String groupId = "grp";
|
||||||
|
@ -2298,7 +2296,6 @@ public class SharePartitionManagerTest {
|
||||||
shareGroupMetrics.close();
|
shareGroupMetrics.close();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Flaky("KAFKA-18657")
|
|
||||||
@Test
|
@Test
|
||||||
public void testDelayedInitializationShouldCompleteFetchRequest() {
|
public void testDelayedInitializationShouldCompleteFetchRequest() {
|
||||||
String groupId = "grp";
|
String groupId = "grp";
|
||||||
|
|
Loading…
Reference in New Issue