Skip to content

Commit

Permalink
MINOR Mark a StickyAssignorTest as flaky (#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]>
mumrah authored Jan 28, 2025

Verified

This commit was signed with the committer’s verified signature.
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
@@ -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;

@@ -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})

0 comments on commit f18457f

Please sign in to comment.