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 1aaa5aa4b24 Update test catalog data for GHA workflow run 22878162324
1aaa5aa4b24 is described below

commit 1aaa5aa4b24d69c678956704836e27b82e7ef3c9
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 10 01:29:23 2026 +0000

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

diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index 83d0e50dfbb..97c4dd9a311 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -2666,8 +2666,11 @@ 
org.apache.kafka.clients.consumer.internals.WakeupTriggerTest:
 - testDisableWakeupWithoutPendingTask
 - testEnsureActiveFutureCanBeWakeUp
 - testExceptionTriggeredWhenTaskAsynchronouslyCancelled
+- testExceptionTriggeredWhenTaskAsynchronouslyCancelledBeforeSet
 - testExceptionTriggeredWhenTaskAsynchronouslyCompleted
+- testExceptionTriggeredWhenTaskAsynchronouslyCompletedBeforeSet
 - testExceptionTriggeredWhenTaskAsynchronouslyFailed
+- testExceptionTriggeredWhenTaskAsynchronouslyFailedBeforeSet
 - testManualTriggerWhenWakeupCalled
 - testManualTriggerWhenWakeupCalledAndActiveTaskSet
 - testManualTriggerWhenWakeupCalledAndFetchActionSet
diff --git a/test-catalog/streams/integration-tests/tests.yaml 
b/test-catalog/streams/integration-tests/tests.yaml
index f5a9320e51c..235ca1be2df 100644
--- a/test-catalog/streams/integration-tests/tests.yaml
+++ b/test-catalog/streams/integration-tests/tests.yaml
@@ -73,6 +73,7 @@ 
org.apache.kafka.streams.integration.GlobalThreadShutDownOrderTest:
 
org.apache.kafka.streams.integration.HandlingSourceTopicDeletionIntegrationTest:
 - shouldThrowErrorAfterSourceTopicDeleted
 org.apache.kafka.streams.integration.HeadersStoreUpgradeIntegrationTest:
+- 
shouldFailDowngradeFromTimestampedKeyValueStoreWithHeadersToTimestampedKeyValueStore
 - 
shouldFailDowngradeFromTimestampedWindowStoreWithHeadersToTimestampedWindowStore
 - 
shouldMigrateInMemoryTimestampedKeyValueStoreToTimestampedKeyValueStoreWithHeadersUsingPapi
 - 
shouldMigrateInMemoryTimestampedWindowStoreToTimestampedWindowStoreWithHeaders
@@ -80,6 +81,7 @@ 
org.apache.kafka.streams.integration.HeadersStoreUpgradeIntegrationTest:
 - 
shouldMigratePersistentTimestampedWindowStoreToTimestampedWindowStoreWithHeaders
 - 
shouldProxyTimestampedKeyValueStoreToTimestampedKeyValueStoreWithHeadersUsingPapi
 - shouldProxyTimestampedWindowStoreToTimestampedWindowStoreWithHeaders
+- 
shouldSuccessfullyDowngradeFromTimestampedKeyValueStoreWithHeadersToTimestampedKeyValueStoreAfterCleanup
 - shouldSuccessfullyDowngradeFromTimestampedWindowStoreWithHeadersAfterCleanup
 
org.apache.kafka.streams.integration.HighAvailabilityTaskAssignorIntegrationTest:
 - shouldScaleOutWithWarmupTasksAndInMemoryStores

Reply via email to