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 88539a11529 Update test catalog data for GHA workflow run 26895784405
88539a11529 is described below

commit 88539a115297dcdc330842b8ac5778b38ed8fa76
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 3 18:41:22 2026 +0000

    Update test catalog data for GHA workflow run 26895784405
    
    Commit: 
https://github.com/apache/kafka/commit/d559af58d8d0be113b6a96b6367a21b3e4d04197
    GitHub Run: https://github.com/apache/kafka/actions/runs/26895784405
---
 test-catalog/core/tests.yaml    |  5 +++++
 test-catalog/streams/tests.yaml | 12 ++++++++++++
 test-catalog/tools/tests.yaml   |  1 +
 3 files changed, 18 insertions(+)

diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index b64528e07ac..f3237810eb5 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -690,6 +690,10 @@ kafka.coordinator.group.CoordinatorPartitionWriterTest:
 - testConfig
 - testDeleteRecordsResponseContainsError
 - testDeleteRecordsSuccess
+- testListenerAdapterPropagatesHighWatermarkUpdates
+- testListenerAdapterStopsPropagatingAfterBecomingFollower
+- testListenerAdapterStopsPropagatingAfterDeleted
+- testListenerAdapterStopsPropagatingAfterFailed
 - testMaybeStartTransactionVerification
 - testRegisterDeregisterListener
 - testWriteRecords
@@ -2211,6 +2215,7 @@ kafka.server.ReplicaManagerTest:
 - testOldFollowerLosesMetricsWhenReassignPartitions
 - testOldLeaderLosesMetricsWhenReassignPartitions
 - testPartitionListener
+- testPartitionListenerWhenPartitionBecomesFollower
 - testPartitionMarkedOfflineIfLogCantBeCreated
 - testPartitionMetadataFile
 - testPartitionMetadataFileCreated
diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index adbb632a046..ca11d69680f 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -4000,6 +4000,18 @@ 
org.apache.kafka.streams.state.internals.CachingInMemoryKeyValueStoreTest:
 - shouldPutGetToFromCache
 - shouldPutIfAbsent
 - shouldPutReverseAll
+- shouldReadCommittedBypassCacheForGet
+- shouldReadUncommittedViewAll
+- shouldReadUncommittedViewApproximateNumEntriesDelegatesToUnderlying
+- shouldReadUncommittedViewGetCacheShadowsStore
+- shouldReadUncommittedViewGetFromCacheOnly
+- shouldReadUncommittedViewGetFromStoreOnly
+- shouldReadUncommittedViewPrefixScan
+- shouldReadUncommittedViewRange
+- shouldReadUncommittedViewReverseAll
+- shouldReadUncommittedViewReverseRange
+- shouldReturnEmptyAndWarnOnInvertedRangeOnOuter
+- shouldReturnEmptyAndWarnOnInvertedRangeViaView
 - shouldReturnSameResultsForGetAndRangeWithEqualKeys
 - shouldReturnSameResultsForGetAndReverseRangeWithEqualKeys
 - shouldReturnUnderlying
diff --git a/test-catalog/tools/tests.yaml b/test-catalog/tools/tests.yaml
index 71b77e132c6..8114ff431a4 100644
--- a/test-catalog/tools/tests.yaml
+++ b/test-catalog/tools/tests.yaml
@@ -867,6 +867,7 @@ 
org.apache.kafka.tools.consumer.group.ResetConsumerGroupOffsetTest:
 - testResetOffsetsWithPartitionNotExist
 - testResetWithUnrecognizedNewConsumerOption
 org.apache.kafka.tools.consumer.group.SaslClientsWithInvalidCredentialsTest:
+- initializationError
 - testConsumerGroupServiceWithAuthenticationFailure
 - testConsumerGroupServiceWithAuthenticationSuccess
 org.apache.kafka.tools.consumer.group.ShareGroupCommandTest:

Reply via email to