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 96f5c5f4133 Update test catalog data for GHA workflow run 22080366385
96f5c5f4133 is described below

commit 96f5c5f413362b13bc867311544f6d8aacf3fe3c
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 17 01:38:49 2026 +0000

    Update test catalog data for GHA workflow run 22080366385
    
    Commit: 
https://github.com/apache/kafka/commit/71bbe964427ae71a621fed7ca7bcc18c19fc2c2d
    GitHub Run: https://github.com/apache/kafka/actions/runs/22080366385
---
 test-catalog/clients/tests.yaml       |  3 +++
 test-catalog/server-common/tests.yaml | 15 +++++++++++++++
 2 files changed, 18 insertions(+)

diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index e80b369b10e..6fbb275bf9c 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -4096,9 +4096,12 @@ 
org.apache.kafka.common.record.internal.ByteBufferLogInputStreamTest:
 org.apache.kafka.common.record.internal.CompressionRatioEstimatorTest:
 - testUpdateEstimation
 org.apache.kafka.common.record.internal.ControlRecordTypeTest:
+- testBackwardDeserializeCompatibility
+- testForwardDeserializeCompatibility
 - testParseUnknownType
 - testParseUnknownVersion
 - testRoundTrip
+- testValueControlRecordKeySize
 org.apache.kafka.common.record.internal.ControlRecordUtilsTest:
 - testCurrentVersions
 - testDeserializeByteData
diff --git a/test-catalog/server-common/tests.yaml 
b/test-catalog/server-common/tests.yaml
index 1d7e5e0ed5e..542596703b7 100644
--- a/test-catalog/server-common/tests.yaml
+++ b/test-catalog/server-common/tests.yaml
@@ -240,6 +240,21 @@ org.apache.kafka.server.quota.QuotaUtilsTest:
 - testThrottleTimeThrowsExceptionIfProvidedNonRateMetric
 org.apache.kafka.server.record.BrokerCompressionTypeTest:
 - testTargetCompressionType
+org.apache.kafka.server.share.SharePartitionKeyTest:
+- testGetInstanceFromKeyWithColonInGroupId
+- testGetInstanceFromKeyWithGroupIdEndingWithColon
+- testGetInstanceFromKeyWithGroupIdStartingWithColon
+- testGetInstanceFromKeyWithMultipleColonsInGroupId
+- testGetInstanceFromSimpleKey
+- testRoundTripWithCoordinatorKey
+- testValidateKeyWithColonInGroupId
+- testValidateRejectsEmpty
+- testValidateRejectsEmptyGroupId
+- testValidateRejectsInvalidPartition
+- testValidateRejectsInvalidTopicId
+- testValidateRejectsNull
+- testValidateRejectsTooFewSegments
+- testValidateSimpleKey
 org.apache.kafka.server.share.persister.DefaultStatePersisterTest:
 - testDefaultPersisterClose
 - testDeleteStateResponseToResultFailedFuture

Reply via email to