This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch test-catalog in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/test-catalog by this push: new 2a4e8ddb333 Update test catalog data for GHA workflow run 14355977560 2a4e8ddb333 is described below commit 2a4e8ddb33302dd46b85be6f2ef9e88904786fe1 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Wed Apr 9 15:36:31 2025 +0000 Update test catalog data for GHA workflow run 14355977560 Commit: https://github.com/apache/kafka/commit/2a370ed7213c7de74acef8b66955c4b91ba791e2 GitHub Run: https://github.com/apache/kafka/actions/runs/14355977560 --- test-catalog/core/tests.yaml | 2 -- test-catalog/server/tests.yaml | 2 ++ test-catalog/streams/tests.yaml | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml index 2242603bfcb..9bd7a09037c 100644 --- a/test-catalog/core/tests.yaml +++ b/test-catalog/core/tests.yaml @@ -7,8 +7,6 @@ integration.kafka.api.PlaintextConsumerCallbackTest: - testConsumerRebalanceListenerBeginningOffsetsOnPartitionsRevoked - testGetPositionOfNewlyAssignedPartitionOnPartitionsAssignedCallback - testSeekPositionAndPauseNewlyAssignedPartitionOnPartitionsAssignedCallback -integration.kafka.server.DelayedFutureTest: -- testDelayedFuture kafka.KafkaConfigTest: - testBrokerRequiredProperties - testBrokerRoleNodeIdValidation diff --git a/test-catalog/server/tests.yaml b/test-catalog/server/tests.yaml index 94a73626cbf..9f87362c904 100644 --- a/test-catalog/server/tests.yaml +++ b/test-catalog/server/tests.yaml @@ -129,6 +129,8 @@ org.apache.kafka.server.metrics.ClientMetricsReceiverPluginTest: org.apache.kafka.server.metrics.LinuxIoMetricsCollectorTest: - testReadProcFile - testUnableToReadNonexistentProcFile +org.apache.kafka.server.purgatory.DelayedFutureTest: +- testDelayedFuture org.apache.kafka.server.quota.ThrottledChannelTest: - testThrottledChannelDelay org.apache.kafka.server.share.CachedSharePartitionTest: diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml index 81d138bf161..39027426c4e 100644 --- a/test-catalog/streams/tests.yaml +++ b/test-catalog/streams/tests.yaml @@ -288,6 +288,9 @@ org.apache.kafka.streams.StreamsConfigTest: - shouldSetDefaultNumStandbyReplicas - shouldSetDefaultProbingRebalanceInterval - shouldSetDifferentDefaultsIfEosV2Enabled +- shouldSetGroupProtocolToClassic +- shouldSetGroupProtocolToClassicByDefault +- shouldSetGroupProtocolToStreams - shouldSetInternalLeaveGroupOnCloseConfigToFalseInConsumer - shouldSetRackAwareAssignmentTags - shouldSpecifyCorrectKeySerdeClassOnError