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 ab262ad7629 Update test catalog data for GHA workflow run 24578823901
ab262ad7629 is described below

commit ab262ad7629a63120b2cabf6b682416f37f5e06d
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Apr 17 20:38:14 2026 +0000

    Update test catalog data for GHA workflow run 24578823901
    
    Commit: 
https://github.com/apache/kafka/commit/4d0a85f2486afa345e38ffa873a5d33cf27a8409
    GitHub Run: https://github.com/apache/kafka/actions/runs/24578823901
---
 test-catalog/streams/integration-tests/tests.yaml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/test-catalog/streams/integration-tests/tests.yaml 
b/test-catalog/streams/integration-tests/tests.yaml
index ae79da67184..cdd6af80b88 100644
--- a/test-catalog/streams/integration-tests/tests.yaml
+++ b/test-catalog/streams/integration-tests/tests.yaml
@@ -318,6 +318,12 @@ 
org.apache.kafka.streams.integration.RocksDBMetricsIntegrationTest:
 org.apache.kafka.streams.integration.SelfJoinUpgradeIntegrationTest:
 - shouldRestartWithTopologyOptimizationOn
 - shouldUpgradeWithTopologyOptimizationOff
+org.apache.kafka.streams.integration.SelfManagedOffsetLifecycleIntegrationTest:
+- shouldHandleCleanRestartWithNoDataProcessed
+- shouldNotRestoreFromChangelogOnCleanRestart
+- shouldPreserveStateAcrossCleanRestart
+- shouldPreserveStateAcrossMultipleRestartCycles
+- shouldVerifyStoreStateViaInteractiveQueriesAcrossRestart
 org.apache.kafka.streams.integration.SelfManagedOffsetRecoveryIntegrationTest:
 - shouldNotThrowTaskCorruptedOnStandbyAfterStateWipe
 - shouldRecoverFromMissingOffsetsInColumnFamilyWithEos

Reply via email to