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 51f2a2ac3bb Update test catalog data for GHA workflow run 28532644395
51f2a2ac3bb is described below

commit 51f2a2ac3bbf553fa3a2673caa654af3b3e5a808
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 1 20:39:20 2026 +0000

    Update test catalog data for GHA workflow run 28532644395
    
    Commit: 
https://github.com/apache/kafka/commit/be4d31c869ab56d8473d78b6512773cfb78b798b
    GitHub Run: https://github.com/apache/kafka/actions/runs/28532644395
---
 test-catalog/clients/tests.yaml | 1 +
 test-catalog/streams/tests.yaml | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index bc72e920e02..e1dec6e7ec5 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -2567,6 +2567,7 @@ 
org.apache.kafka.clients.consumer.internals.StreamsGroupHeartbeatRequestManagerT
 - testStreamsRebalanceDataHeartbeatIntervalMsUpdatedOnSuccess
 - testStreamsRebalanceDataTopologyPushRequiredNotClearedOnRequiredFalse
 - testStreamsRebalanceDataTopologyPushRequiredSetOnRequiredTrue
+- testTaskOffsetIntervalNotAdvancedWhenNothingSent
 - testTaskOffsetsAndEndOffsetsReportedIndependently
 - testTaskOffsetsForAllWarmupsAreReportedWhenAtLeastOneIsHot
 - testTaskOffsetsNotResentWhenUnchangedAcrossInterval
diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index b6e20ffef40..254925dee2d 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -4510,6 +4510,7 @@ 
org.apache.kafka.streams.state.internals.DualColumnFamilyAccessorTest:
 - shouldCreateRangeIterator
 - shouldDeleteFromBothColumnFamiliesWhenValueIsNull
 - shouldDeleteRangeFromBothColumnFamilies
+- shouldDetectStaleOpenMarkerFromPriorNonTransactionalCrash
 - shouldGetFromOldColumnFamilyWithReadOptionsAndConvert
 - shouldGetOnlyFromOldColumnFamilyAndConvertWithoutMigration
 - shouldGetOnlyReturnNullWhenNotFound
@@ -4519,6 +4520,8 @@ 
org.apache.kafka.streams.state.internals.DualColumnFamilyAccessorTest:
 - shouldIgnoreExceptionAfterUncleanClose
 - shouldMergeEntriesFromBothColumnFamiliesInForwardOrder
 - shouldMergeEntriesFromBothColumnFamiliesInReverseOrder
+- shouldNotWriteClosedMarkerForTransactionalStore
+- shouldNotWriteOpenMarkerForTransactionalStore
 - shouldOpenClean
 - shouldPreferNewFormatValueWhenSameKeyExistsInBothColumnFamilies
 - shouldPrepareBatchWithMultipleEntries

Reply via email to