This is an automated email from the ASF dual-hosted git repository.
github-actions[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 fd204db3e29 Update test catalog data for GHA workflow run 28123488712
fd204db3e29 is described below
commit fd204db3e29b50f387bc756fcab96580c664ca12
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 24 22:43:47 2026 +0000
Update test catalog data for GHA workflow run 28123488712
Commit:
https://github.com/apache/kafka/commit/a3362c491e9d36b4dcc4827232d3e11af50a20c4
GitHub Run: https://github.com/apache/kafka/actions/runs/28123488712
---
test-catalog/clients/tests.yaml | 25 +++++++++++++++++++++--
test-catalog/connect/mirror-client/tests.yaml | 3 +++
test-catalog/core/tests.yaml | 3 ---
test-catalog/server/tests.yaml | 9 ++++++++
test-catalog/streams/integration-tests/tests.yaml | 9 ++++++++
test-catalog/streams/tests.yaml | 4 +++-
6 files changed, 47 insertions(+), 6 deletions(-)
diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index 582d6f7aef4..6a1a37ab559 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -2262,8 +2262,8 @@
org.apache.kafka.clients.consumer.internals.RequestFutureTest:
- testRuntimeExceptionInComplete
- testVoidFuture
org.apache.kafka.clients.consumer.internals.RequestManagersTest:
-- testMemberStateListenerRegistered
-- testStreamMemberStateListenerRegistered
+- testConsumerGroupRequestManagersAndListenersWired
+- testStreamsGroupRequestManagersAndListenersWired
org.apache.kafka.clients.consumer.internals.RequestStateTest:
- testRequestStateSimple
- testTrackInflightOnFailedAttempt
@@ -2526,6 +2526,7 @@
org.apache.kafka.clients.consumer.internals.StreamsGroupHeartbeatRequestManagerT
- testCoordinatorDisconnectFailureWhileSending
- testCoordinatorLoadInProgressErrorResponse
- testFatalFailureWhileSending
+- testFencedInstanceIdErrorResponse
- testFencedMemberOrUnknownMemberIdErrorResponse
- testGroupAuthorizationFailedErrorResponse
- testKnownFatalErrorResponse
@@ -2542,6 +2543,7 @@
org.apache.kafka.clients.consumer.internals.StreamsGroupHeartbeatRequestManagerT
- testOtherErrorResponse
- testPollOnCloseWhenIsLeaving
- testPollOnCloseWhenIsNotLeaving
+- testPollOnCloseWhenStaticMemberIsLeaving
- testPropagateCoordinatorFatalErrorToApplicationThread
- testResetPollTimer
- testResetPollTimerWhenExpired
@@ -2555,8 +2557,24 @@
org.apache.kafka.clients.consumer.internals.StreamsGroupHeartbeatRequestManagerT
- testSendingLeaveHeartbeatRequestWhenPollTimerExpired
- testSkipLeaveHeartbeatForRemainInGroupWithDynamicMember
- testStreamsRebalanceDataHeartbeatIntervalMsUpdatedOnSuccess
+- testStreamsRebalanceDataTopologyPushRequiredNotClearedOnRequiredFalse
+- testStreamsRebalanceDataTopologyPushRequiredSetOnRequiredTrue
- testTopicAuthorizationFailedErrorResponse
- testUnsupportedVersionFailureWhileSending
+org.apache.kafka.clients.consumer.internals.StreamsGroupTopologyDescriptionRequestManagerTest:
+- testCoordinatorErrorTriggersRediscovery
+- testCoordinatorLoadInProgressDoesNotTriggerRediscovery
+- testCoordinatorUnknown
+- testFlagClearedOnSuccess
+- testFlagClearedOnUnknownMemberId
+- testMemberIdNull
+- testNetworkExceptionLeavesFlagSetWithBackoff
+- testNoSecondRequestWhileInflight
+- testSendRequestWhenAllPreconditionsMet
+- testTerminalErrorsClearFlag
+- testThrottleDelayBlocksSubsequentRequest
+- testTopologyDescriptionWhenPushFlagNotSet
+- testWireTopologyDescriptionNull
org.apache.kafka.clients.consumer.internals.StreamsMembershipManagerTest:
- testActiveTasksAreNullInHeartbeatResponse
- testAssignedPartitionCountMetricRegistered
@@ -2642,6 +2660,7 @@
org.apache.kafka.clients.consumer.internals.StreamsMembershipManagerTest:
- testReconcilingWhenReconciliationAbortedBeforeAssignmentDueToNotInReconciling
- testReconcilingWhenReconciliationAbortedBeforeAssignmentDueToRejoin
- testStandbyTasksAreNullInHeartbeatResponse
+- testStaticMemberUsesExpectedLeaveEpochOnClose
- testTransitionToFatalMarksPendingRevocationBeforeCallback
- testTransitionToFatalWhenInAcknowledging
- testTransitionToFatalWhenInJoining
@@ -3638,6 +3657,8 @@ org.apache.kafka.common.config.provider.AllowedPathsTest:
- testNotAllowedPath
- testNullAllowedPaths
- testNullAllowedPathsTraversal
+- testSymlinkInsideAllowedDirAllowed
+- testSymlinkOutsideAllowedDirRejected
org.apache.kafka.common.config.provider.DirectoryConfigProviderTest:
- testAllowedPath
- testEmptyPath
diff --git a/test-catalog/connect/mirror-client/tests.yaml
b/test-catalog/connect/mirror-client/tests.yaml
index f386b149611..1fab43d0c83 100644
--- a/test-catalog/connect/mirror-client/tests.yaml
+++ b/test-catalog/connect/mirror-client/tests.yaml
@@ -13,6 +13,9 @@ org.apache.kafka.connect.mirror.MirrorClientTest:
- testRemoteConsumerOffsets
- testRemoteConsumerOffsetsIllegalArgs
- upstreamClustersTest
+org.apache.kafka.connect.mirror.MirrorRecordVersionTest:
+- checkpointDeserializeRejectsUnsupportedValueVersion
+- heartbeatDeserializeRejectsUnsupportedValueVersion
org.apache.kafka.connect.mirror.ReplicationPolicyTest:
- checkpointsTopic_shouldBeEffectedByInternalTopicSeparatorEnabled
- heartbeatsTopic_shouldNotBeEffectedByInternalTopicSeparatorConfig
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 48b3f6d3c5b..067f9fe233a 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -1437,9 +1437,6 @@ kafka.server.DelayedFetchTest:
- testDivergingEpoch
- testFetchWithFencedEpoch
- testNotLeaderOrFollower
-kafka.server.DelayedProduceTest:
-- testRemovePartitionMetrics
-- testRemovePartitionMetricsForNonExistentPartition
kafka.server.DelegationTokenRequestsOnPlainTextTest:
- testDelegationTokenRequests
kafka.server.DelegationTokenRequestsTest:
diff --git a/test-catalog/server/tests.yaml b/test-catalog/server/tests.yaml
index 8c33a4e2452..495370169ec 100644
--- a/test-catalog/server/tests.yaml
+++ b/test-catalog/server/tests.yaml
@@ -461,6 +461,15 @@
org.apache.kafka.server.partition.AlterPartitionManagerTest:
- testUnknownTopicPartition
org.apache.kafka.server.purgatory.DelayedFutureTest:
- testDelayedFuture
+org.apache.kafka.server.purgatory.DelayedProduceTest:
+- testConstructorMarksPendingPartitionsAsTimedOut
+- testRemovePartitionMetrics
+- testRemovePartitionMetricsForNonExistentPartition
+- testTryCompleteSkipsValidationForNonPendingPartitions
+- testTryCompleteWaitsWhileAnyPartitionPending
+- testTryCompleteWhenAllPartitionsHaveEnoughReplicas
+- testTryCompleteWhenReplicasNotCaughtUp
+- testTryCompleteWhenValidationReturnsError
org.apache.kafka.server.quota.ClientQuotasRequestTest:
- testAlterClientQuotasBadIp
- testAlterClientQuotasInvalidEntityCombination
diff --git a/test-catalog/streams/integration-tests/tests.yaml
b/test-catalog/streams/integration-tests/tests.yaml
index 7d9f214accb..41ed77d6627 100644
--- a/test-catalog/streams/integration-tests/tests.yaml
+++ b/test-catalog/streams/integration-tests/tests.yaml
@@ -191,6 +191,15 @@
org.apache.kafka.streams.integration.KafkaStreamsCloseOptionsIntegrationTest:
- testCloseOptionsLeaveGroupStreamsProtocol
- testCloseOptionsRemainInGroupClassicProtocol
- testCloseOptionsRemainInGroupStreamsProtocol
+- testStaticMemberCloseUsesStaticLeaveEpochStreamsProtocol
+- testStaticMemberLeaveGroupStreamsProtocol
+org.apache.kafka.streams.integration.KafkaStreamsStaticMemberIntegrationTest:
+- testDuplicateStaticInstanceIdDoesNotReplaceExistingStreamsMember
+- testStaticMemberCanRejoinAfterLeaveGroupStreamsProtocol
+- testStaticMemberCanRejoinAfterRemainInGroupStreamsProtocol
+- testStaticMemberCloseWithLeaveGroupTriggersRebalanceStreamsProtocol
+- testStaticMemberJoinRegistersThreadScopedInstanceIdsStreamsProtocol
+- testStaticMemberRemainingInGroupExpiresAndTriggersRebalanceStreamsProtocol
org.apache.kafka.streams.integration.KafkaStreamsTelemetryIntegrationTest:
- passedMetricsShouldNotLeakIntoClientMetrics
- shouldPassCorrectMetricsDynamicInstances
diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index 29c81111b7b..04ac7cf3f80 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -242,6 +242,7 @@ org.apache.kafka.streams.StreamsConfigTest:
- shouldAllowMultipleOptimizations
- shouldAllowSettingConsumerIsolationLevelIfEosDisabled
- shouldAllowSettingProducerEnableIdempotenceIfEosDisabled
+- shouldAllowStaticMembershipWhenStreamsProtocolUsed
- shouldAllowToSpecifyMaxInFlightRequestsPerConnectionAsStringIfEosV2Enabled
- shouldAllowWhitespacesInRackAwareAssignmentTagsList
- shouldBeSupportNonPrefixedConsumerConfigs
@@ -352,7 +353,6 @@ org.apache.kafka.streams.StreamsConfigTest:
-
shouldThrowConfigExceptionWhenMainConsumerMetricsDisabledStreamsMetricsPushEnabled
- shouldThrowConfigExceptionWhenOptimizationConfigNotValueInRange
- shouldThrowConfigExceptionWhenStoreTypeConfigNotValueInRange
-- shouldThrowConfigExceptionWhenStreamsProtocolUsedWithStaticMembership
- shouldThrowConfigExceptionWithInvalidApplicationServerConfigValue
- shouldThrowExceptionIfApplicationIdIsNotSet
- shouldThrowExceptionIfBootstrapServersIsNotSet
@@ -2869,6 +2869,7 @@
org.apache.kafka.streams.processor.internals.StreamThreadTest:
- shouldNotEnforceRebalanceOnTaskCorruptedExceptionUnderStreamsProtocol
- shouldNotEnforceRebalanceWhenCurrentlyRebalancing
- shouldNotEnforceRebalanceWhenTaskCorruptedExceptionIsThrownForAnInactiveTask
+- shouldNotPopulateWireTopologyDescriptionWhenPushDisabled
- shouldNotProcessWhenPartitionRevoked
- shouldNotPurgeBeforeThePurgeInterval
- shouldNotRecordFailedStreamThread
@@ -2876,6 +2877,7 @@
org.apache.kafka.streams.processor.internals.StreamThreadTest:
- shouldNotThrowWhenStandbyTasksAssignedAndNoStateStoresForTopology
- shouldOnlyCompleteShutdownAfterRebalanceNotInProgress
- shouldOnlyShutdownOnce
+- shouldPopulateWireTopologyDescriptionWhenPushEnabled
- shouldProcessWhenPartitionAssigned
- shouldProcessWhenRunning
- shouldProcessWhenStarting