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 840f8ffde3d Update test catalog data for GHA workflow run 26827785909
840f8ffde3d is described below

commit 840f8ffde3dd295ed3d980a5e28b034fefacb494
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Jun 2 17:58:37 2026 +0000

    Update test catalog data for GHA workflow run 26827785909
    
    Commit: 
https://github.com/apache/kafka/commit/d766d554aee1674ca7ea528e3f6f8b8b0f1335c9
    GitHub Run: https://github.com/apache/kafka/actions/runs/26827785909
---
 test-catalog/clients/tests.yaml           |  3 +++
 test-catalog/core/tests.yaml              |  2 ++
 test-catalog/group-coordinator/tests.yaml |  2 ++
 test-catalog/streams/tests.yaml           | 21 +++++++++++++++++++++
 4 files changed, 28 insertions(+)

diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index da05d5eb87b..20a3a1b91e6 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -3329,6 +3329,9 @@ 
org.apache.kafka.clients.producer.internals.TransactionManagerTest:
 - testTransitionToAbortableErrorOnBatchExpiry
 - testTransitionToAbortableErrorOnMultipleBatchExpiry
 - testTransitionToFatalErrorWhenRetriedBatchIsExpired
+- testTxnOffsetCommitDowngradesToV5WhenAnyTopicIdIsMissing
+- testTxnOffsetCommitNegotiatesV6WhenAllTopicIdsAreAvailable
+- testTxnOffsetCommitRetriesOnUnknownTopicIdAtV6
 - testUnknownMemberIdInTxnOffsetCommitByGroupMetadata
 - testUnsupportedFindCoordinator
 - testUnsupportedForMessageFormatInTxnOffsetCommit
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index d713d73dbaa..b64528e07ac 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -2605,6 +2605,7 @@ kafka.server.share.SharePartitionTest:
 - testAcknowledgePerOffsetRejectWithDlqEnabled
 - testAcknowledgeRejectWithDlqDisabled
 - testAcknowledgeRejectWithDlqEnabled
+- testAcknowledgeRejectWithDlqSupplierEnabledButNoDlqTopicConfigured
 - testAcknowledgeRollbackWithFullBatchError
 - testAcknowledgeRollbackWithSubsetError
 - testAcknowledgeSingleRecordBatch
@@ -2831,6 +2832,7 @@ kafka.server.share.SharePartitionTest:
 - testReleaseAcquiredRecordsBatchesPostStartOffsetMovementToStartOfBatch
 - testReleaseAcquiredRecordsDoNotDecreaseDeliveryCount
 - testReleaseAcquiredRecordsForEmptyCachedData
+- 
testReleaseAcquiredRecordsMaxDeliveryWithDlqSupplierEnabledButNoDlqTopicConfigured
 - testReleaseAcquiredRecordsPerOffsetWithDifferentMemberId
 - testReleaseAcquiredRecordsSubsetWithAnotherMember
 - testReleaseAcquiredRecordsWithAnotherMember
diff --git a/test-catalog/group-coordinator/tests.yaml 
b/test-catalog/group-coordinator/tests.yaml
index 7472a5f77bd..6c8a914f4a3 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -1117,6 +1117,8 @@ 
org.apache.kafka.coordinator.group.modern.share.ShareGroupConfigProviderTest:
 - testPartitionMaxRecordLocksOrDefaultWithoutGroupConfig
 - testRecordLockDurationMsOrDefaultWithGroupConfig
 - testRecordLockDurationMsOrDefaultWithoutGroupConfig
+- testShareGroupDLQTopicWithGroupConfig
+- testShareGroupDLQTopicWithoutGroupConfig
 org.apache.kafka.coordinator.group.modern.share.ShareGroupConfigTest:
 - testConfigs
 - testInvalidConfigs
diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index 4de3993a190..41495f18423 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -5001,7 +5001,15 @@ 
org.apache.kafka.streams.state.internals.MeteredSessionStoreTest:
 - shouldNotThrowNullPointerExceptionIfFetchSessionReturnsNull
 - shouldPassChangelogTopicNameToStateStoreSerde
 - shouldPassDefaultChangelogTopicNameToStateStoreSerdeIfLoggingDisabled
+- shouldPassReadCommittedThroughToInner
 - shouldPassRecordHeadersToValueDeserializerWhenFlushListenerIsSet
+- shouldReadOnlyViewBackwardFetchApplySerdesAndRecordMetric
+- shouldReadOnlyViewBackwardFindSessionsApplySerdesAndRecordMetric
+- shouldReadOnlyViewFetchApplySerdesAndRecordMetric
+- shouldReadOnlyViewFetchRangeApplySerdesAndRecordMetric
+- shouldReadOnlyViewFetchSessionApplySerdesAndRecordMetric
+- shouldReadOnlyViewFindSessionsApplySerdesAndRecordMetric
+- shouldReadOnlyViewFindSessionsRangeApplySerdesAndRecordMetric
 - shouldRecordRestoreLatencyOnRecordRestoreTime
 - shouldRemoveFromStoreAndRecordRemoveMetric
 - shouldRemoveMetricsEvenIfWrappedStoreThrowsOnClose
@@ -5009,6 +5017,7 @@ 
org.apache.kafka.streams.state.internals.MeteredSessionStoreTest:
 - shouldReturnNoSessionsInBackwardOrderWhenFetchedKeyHasExpired
 - shouldReturnNoSessionsWhenFetchedKeyHasExpired
 - shouldSetFlushListenerOnWrappedCachingStore
+- shouldThrowNpeOnNullIsolationLevel
 - shouldThrowNullPointerOnBackwardFetchIfFromIsNull
 - shouldThrowNullPointerOnBackwardFetchIfKeyIsNull
 - shouldThrowNullPointerOnBackwardFetchIfToIsNull
@@ -5182,14 +5191,26 @@ 
org.apache.kafka.streams.state.internals.MeteredWindowStoreTest:
 - shouldNotThrowNullPointerExceptionIfFetchReturnsNull
 - shouldPassChangelogTopicNameToStateStoreSerde
 - shouldPassDefaultChangelogTopicNameToStateStoreSerdeIfLoggingDisabled
+- shouldPassReadCommittedThroughToInner
 - shouldPassRecordHeadersToValueDeserializerWhenFlushListenerIsSet
 - shouldPutToInnerStoreAndRecordPutMetrics
+- shouldReadOnlyViewAllApplySerdesAndRecordMetric
+- shouldReadOnlyViewBackwardAllApplySerdesAndRecordMetric
+- shouldReadOnlyViewBackwardFetchAllApplySerdesAndRecordMetric
+- shouldReadOnlyViewBackwardFetchRangeApplySerdesAndRecordMetric
+- shouldReadOnlyViewBackwardFetchSingleKeyApplySerdesAndRecordMetric
+- shouldReadOnlyViewFetchAllApplySerdesAndRecordMetric
+- shouldReadOnlyViewFetchPointInTimeApplySerdesAndRecordMetric
+- shouldReadOnlyViewFetchRangeApplySerdesAndRecordMetric
+- shouldReadOnlyViewFetchSingleKeyApplySerdesAndRecordMetric
 - shouldRecordCommitLatency
+- shouldRecordOpenIteratorMetricsOnReadOnlyViewIterators
 - shouldRecordRestoreLatencyOnRecordRestoreTime
 - shouldRemoveMetricsEvenIfWrappedStoreThrowsOnClose
 - shouldRemoveMetricsOnClose
 - shouldReturnNoRecordWhenFetchedKeyHasExpired
 - shouldSetFlushListenerOnWrappedCachingStore
+- shouldThrowNpeOnNullIsolationLevel
 - shouldThrowNullPointerOnBackwardFetchIfKeyIsNull
 - shouldThrowNullPointerOnFetchIfKeyIsNull
 - shouldThrowNullPointerOnPutIfKeyIsNull

Reply via email to