Skip to content

Commit

Permalink
MINOR Mark a StickyAssignorTest as flaky (apache#18719)
Browse files Browse the repository at this point in the history
Mark StickyAssignorTest#testLargeAssignmentAndGroupWithNonEqualSubscription as flaky. Used data from this
report https://github.com/apache/kafka/actions/runs/12982945953

Reviewers: Andrew Schofield <[email protected]>
  • Loading branch information
mumrah authored Jan 28, 2025
1 parent c7619ef commit f18457f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
import org.apache.kafka.clients.consumer.internals.AbstractPartitionAssignorTest.RackConfig;
import org.apache.kafka.common.PartitionInfo;
import org.apache.kafka.common.TopicPartition;
import org.apache.kafka.common.test.api.Flaky;
import org.apache.kafka.common.utils.CollectionUtils;
import org.apache.kafka.common.utils.Utils;

Expand Down Expand Up @@ -741,6 +742,7 @@ public void testLargeAssignmentAndGroupWithUniformSubscription(boolean hasConsum
assignor.assignPartitions(partitionsPerTopic, subscriptions);
}

@Flaky("KAFKA-13514")
@Timeout(90)
@ParameterizedTest(name = TEST_NAME_WITH_CONSUMER_RACK)
@ValueSource(booleans = {false, true})
Expand Down

0 comments on commit f18457f

Please sign in to comment.