Rancho-7 commented on PR #19347: URL: https://github.com/apache/kafka/pull/19347#issuecomment-2772095318
I retained all the `serverProperties` when replacing with `@ClusterTestDefaults`,as I found that these properties play an important role in stabilizing the tests. To avoid introducing instability,it's better to keep them. Below are some of the revelant tests and the properties they rely on: **GROUP_INITIAL_REBALANCE_DELAY_MS_CONFIG** - `DeleteConsumerGroupsTest#testDeleteCmdAllGroups` - `DeleteOffsetsConsumerGroupCommandIntegrationTest#testDeleteOffsetsOfStableConsumerGroupWithTopicPartition` - `DescribeConsumerGroupTest#testDescribeStateOfExistingGroup` - `ListConsumerGroupTest#testListConsumerGroupsWithoutFilters` - `ResetConsumerGroupOffsetTest#testResetOffsetsExistingTopicSelectedGroups` **CONSUMER_GROUP_HEARTBEAT_INTERVAL_MS_CONFIG / CONSUMER_GROUP_MIN_HEARTBEAT_INTERVAL_MS_CONFIG** - `DeleteConsumerGroupsTest#testDeleteEmptyGroup` - `DeleteOffsetsConsumerGroupCommandIntegrationTest#testDeleteOffsetsOfEmptyConsumerGroupWithTopicPartition` - `DescribeConsumerGroupTest#testDescribeStateOfExistingGroupWithNoMembers` - `ListConsumerGroupTest#testListConsumerGroupsWithStates` - `ResetConsumerGroupOffsetTest#testResetOffsetsExistingTopicSelectedGroups` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org