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 378383191b2 Update test catalog data for GHA workflow run 28871626628
378383191b2 is described below

commit 378383191b2f24ecd21411244e2d0f558c6d50ac
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 7 17:18:37 2026 +0000

    Update test catalog data for GHA workflow run 28871626628
    
    Commit: 
https://github.com/apache/kafka/commit/8c0ca4ae35e6cbcd3326ab43d4a0f28787d273f3
    GitHub Run: https://github.com/apache/kafka/actions/runs/28871626628
---
 test-catalog/clients/tests.yaml            |  5 +++++
 test-catalog/connect/transforms/tests.yaml | 10 ++++++++++
 test-catalog/storage/tests.yaml            |  1 +
 test-catalog/tools/tests.yaml              |  2 +-
 4 files changed, 17 insertions(+), 1 deletion(-)

diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index bad37dc1194..7010fa754a2 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -1186,6 +1186,7 @@ 
org.apache.kafka.clients.consumer.internals.AcknowledgementsTest:
 - testSingleStateSingleGap
 - testSingleStateSingleRecord
 org.apache.kafka.clients.consumer.internals.ApplicationEventHandlerTest:
+- testAddThrowsWhenBackgroundThreadDead
 - testDelayInInitializeResources
 - testFailOnInitializeResources
 - testInterruptInInitializeResources
@@ -1546,6 +1547,7 @@ 
org.apache.kafka.clients.consumer.internals.ConsumerNetworkThreadTest:
 - testMaximumTimeToWait
 - testNetworkClientDelegateAndRequestManagersInitializeResourcesError
 - testNetworkClientDelegateInitializeResourcesError
+- testProcessEventFailureCompletesFutureExceptionally
 - testRequestManagersInitializeResourcesError
 - testRequestsTransferFromManagersToClientOnThreadRun
 - testRunOnceInvokesReaper
@@ -2118,6 +2120,9 @@ org.apache.kafka.clients.consumer.internals.FetcherTest:
 - testUpdatePositionWithLastRecordMissingFromBatch
 - testWhenFetchResponseReturnsALeaderShipChangeErrorAndNewLeaderInformation
 - testWhenFetchResponseReturnsALeaderShipChangeErrorButNoNewLeaderInformation
+org.apache.kafka.clients.consumer.internals.GroupCoordinatorNodeTest:
+- testIdString
+- testValidation
 org.apache.kafka.clients.consumer.internals.HeartbeatRequestStateTest:
 - testCanSendRequestAndTimeToNextHeartbeatMs
 - testOnFailedAttempt
diff --git a/test-catalog/connect/transforms/tests.yaml 
b/test-catalog/connect/transforms/tests.yaml
index 350e85a5ef7..d0fe11a488f 100644
--- a/test-catalog/connect/transforms/tests.yaml
+++ b/test-catalog/connect/transforms/tests.yaml
@@ -199,11 +199,21 @@ org.apache.kafka.connect.transforms.TimestampRouterTest:
 - defaultConfiguration
 - testTimestampRouterVersionRetrievedFromAppInfoParser
 org.apache.kafka.connect.transforms.ValueToKeyTest:
+- nonExistentNestedFieldWithSchemaV2
 - nonExistingField
 - schemaless
+- schemalessBacktickedFieldNameV2
+- schemalessNestedFieldNotFoundV2
+- schemalessNestedFieldV2
+- schemalessNestedStructToKeyV2
 - testReplaceNullWithDefaultConfig
 - testValueToKeyVersionRetrievedFromAppInfoParser
+- v1BackwardCompatibilityDottedFieldName
 - withSchema
+- withSchemaBacktickedFieldNameV2
+- withSchemaMultipleNestedFieldsV2
+- withSchemaNestedFieldV2
+- withSchemaNestedStructToKeyV2
 org.apache.kafka.connect.transforms.field.FieldPathNotationTest:
 - shouldBuildV1WithDotsAndBacktickPair
 - shouldBuildV2AndEscapeBackticks
diff --git a/test-catalog/storage/tests.yaml b/test-catalog/storage/tests.yaml
index a03f0104719..53c968534d1 100644
--- a/test-catalog/storage/tests.yaml
+++ b/test-catalog/storage/tests.yaml
@@ -27,6 +27,7 @@ 
org.apache.kafka.server.log.remote.metadata.storage.ConsumerTaskTest:
 - testAddAssignmentsForPartitions
 - testCanProcessRecord
 - testCanReprocessSkippedRecords
+- testCloseBeforeAssignmentDoesNotPollConsumer
 - testCloseOnNoAssignment
 - testConcurrentAccess
 - testConcurrentPartitionAssignments
diff --git a/test-catalog/tools/tests.yaml b/test-catalog/tools/tests.yaml
index c8667e5d6d5..b75543f48ae 100644
--- a/test-catalog/tools/tests.yaml
+++ b/test-catalog/tools/tests.yaml
@@ -759,7 +759,7 @@ 
org.apache.kafka.tools.consumer.ShareGroupMessageFormatterTest:
 - testMessageFormatter
 org.apache.kafka.tools.consumer.TransactionLogMessageFormatterTest:
 - testMessageFormatter
-org.apache.kafka.tools.consumer.group.AuthorizerIntegrationTest:
+org.apache.kafka.tools.consumer.group.ConsumerGroupCommandAuthorizationTest:
 - testDescribeGroupCliWithGroupDescribe
 org.apache.kafka.tools.consumer.group.ConsumerGroupCommandTest:
 - testValidateRegexCommandWithInvalidRegex

Reply via email to