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 453b2ac6c46 Update test catalog data for GHA workflow run 28252385964
453b2ac6c46 is described below

commit 453b2ac6c46c1784e1b8cac180714ddac3ad5955
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 26 20:36:15 2026 +0000

    Update test catalog data for GHA workflow run 28252385964
    
    Commit: 
https://github.com/apache/kafka/commit/4a2edef51415883fc6539981d5860b4efc13f6a6
    GitHub Run: https://github.com/apache/kafka/actions/runs/28252385964
---
 test-catalog/clients/clients-integration-tests/tests.yaml | 6 ++++++
 test-catalog/share-coordinator/tests.yaml                 | 6 +++++-
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/test-catalog/clients/clients-integration-tests/tests.yaml 
b/test-catalog/clients/clients-integration-tests/tests.yaml
index f7120ba6539..c37414aae20 100644
--- a/test-catalog/clients/clients-integration-tests/tests.yaml
+++ b/test-catalog/clients/clients-integration-tests/tests.yaml
@@ -355,8 +355,14 @@ 
org.apache.kafka.clients.consumer.ShareConsumerCallbackTest:
 - testAcknowledgementCommitCallbackThrowsException
 - testAcknowledgementSentOnSubscriptionChange
 org.apache.kafka.clients.consumer.ShareConsumerDLQTest:
+- testDlqNotTriggeredWhenGatedOff
+- testDlqRecordsRoutedToCorrectDlqPartition
+- testDlqStopsAfterDisablingForGroup
+- testManyRejectedRecordsAllWrittenToDlq
+- testMixedAcknowledgementTypesWrittenToDlq
 - testRejectedRecordsWrittenToAutoCreatedDlq
 - testRejectedRecordsWrittenToDlqWithCopyRecordDisabled
+- testRejectedRecordsWrittenToDlqWithCopyRecordEnabled
 - testReleasedRecordsExceedingDeliveryCountWrittenToDlq
 org.apache.kafka.clients.consumer.ShareConsumerDeliveryTest:
 - testAlterReadCommittedToReadUncommittedIsolationLevelWithRejectAck
diff --git a/test-catalog/share-coordinator/tests.yaml 
b/test-catalog/share-coordinator/tests.yaml
index 49ac6e2020d..64bb1d21bf7 100644
--- a/test-catalog/share-coordinator/tests.yaml
+++ b/test-catalog/share-coordinator/tests.yaml
@@ -80,6 +80,7 @@ org.apache.kafka.coordinator.share.ShareCoordinatorShardTest:
 - testInitializeNullMetadataImage
 - testInitializePartitionIdNonExistentInMetadataImage
 - testInitializeStateInvalidRequestData
+- testInitializeStateInvalidStateEpochRequestData
 - testInitializeStateSuccess
 - testInitializeTopicIdNonExistentInMetadataImage
 - testLastRedundantOffset
@@ -92,6 +93,7 @@ org.apache.kafka.coordinator.share.ShareCoordinatorShardTest:
 - testReadStateInvalidRequestData
 - testReadStateLeaderEpochUpdateNoUpdate
 - testReadStateLeaderEpochUpdateSuccess
+- testReadStateNegativeLeaderEpochDisallowed
 - testReadStateSuccess
 - testReadStateSummaryInvalidRequestData
 - testReadStateSummarySuccess
@@ -106,7 +108,9 @@ 
org.apache.kafka.coordinator.share.ShareCoordinatorShardTest:
 - testWriteNullMetadataImage
 - testWriteStateFencedLeaderEpochError
 - testWriteStateFencedStateEpochError
-- testWriteStateInvalidRequestData
+- testWriteStateInvalidLeaderEpochRequestData
+- testWriteStateInvalidPartitionRequestData
+- testWriteStateInvalidStateEpochRequestData
 - testWriteStateSuccess
 org.apache.kafka.coordinator.share.metrics.ShareCoordinatorMetricsTest:
 - testCoordinatorGlobalSensors

Reply via email to