This is an automated email from the ASF dual-hosted git repository.

github-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 a8cc9532142 Update test catalog data for GHA workflow run 24259324198
a8cc9532142 is described below

commit a8cc9532142f261319f346b7fbb5956f647245f5
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Apr 10 22:45:19 2026 +0000

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

diff --git a/test-catalog/streams/integration-tests/tests.yaml 
b/test-catalog/streams/integration-tests/tests.yaml
index 78bb08e0311..ae79da67184 100644
--- a/test-catalog/streams/integration-tests/tests.yaml
+++ b/test-catalog/streams/integration-tests/tests.yaml
@@ -318,6 +318,14 @@ 
org.apache.kafka.streams.integration.RocksDBMetricsIntegrationTest:
 org.apache.kafka.streams.integration.SelfJoinUpgradeIntegrationTest:
 - shouldRestartWithTopologyOptimizationOn
 - shouldUpgradeWithTopologyOptimizationOff
+org.apache.kafka.streams.integration.SelfManagedOffsetRecoveryIntegrationTest:
+- shouldNotThrowTaskCorruptedOnStandbyAfterStateWipe
+- shouldRecoverFromMissingOffsetsInColumnFamilyWithEos
+- shouldRecoverFromUncleanShutdownAndMissingOffsetsWithEos
+- shouldRecoverFromUncleanShutdownWithAlos
+- shouldRecoverFromUncleanShutdownWithEos
+- shouldRecoverMultipleStoresFromUncleanShutdown
+- shouldRecoverStandbyTaskFromUncleanShutdownWithEos
 org.apache.kafka.streams.integration.SessionsStoreWithHeadersTest:
 - shouldManualUpgradeFromTimestampedToHeaders
 - shouldPutFetchAndDelete

Reply via email to