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 72f8f982729 Update test catalog data for GHA workflow run 24112611496
72f8f982729 is described below

commit 72f8f982729023368114c1753ee5bba9bc48a1f4
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Apr 8 05:25:34 2026 +0000

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

diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index 97126f1b647..c5358f1bab8 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -1202,6 +1202,7 @@ 
org.apache.kafka.clients.consumer.internals.AsyncKafkaConsumerTest:
 - testPartitionsAssignedEventSendsErrorWhenApplyAssignmentFails
 - testPollDoesNotAddNewAsyncPollEventWhenOneIsAlreadyInFlight
 - testPollThrowsInterruptExceptionIfInterrupted
+- testPollWaitsForReconciliationCheckComplete
 - testProcessBackgroundEventsTimesOut
 - testProcessBackgroundEventsWithInitialDelay
 - testProcessBackgroundEventsWithoutDelay
diff --git a/test-catalog/streams/integration-tests/tests.yaml 
b/test-catalog/streams/integration-tests/tests.yaml
index a9ee5fa6df6..78bb08e0311 100644
--- a/test-catalog/streams/integration-tests/tests.yaml
+++ b/test-catalog/streams/integration-tests/tests.yaml
@@ -318,6 +318,11 @@ 
org.apache.kafka.streams.integration.RocksDBMetricsIntegrationTest:
 org.apache.kafka.streams.integration.SelfJoinUpgradeIntegrationTest:
 - shouldRestartWithTopologyOptimizationOn
 - shouldUpgradeWithTopologyOptimizationOff
+org.apache.kafka.streams.integration.SessionsStoreWithHeadersTest:
+- shouldManualUpgradeFromTimestampedToHeaders
+- shouldPutFetchAndDelete
+- shouldRestore
+- shouldSetChangelogTopicProperties
 org.apache.kafka.streams.integration.SlidingWindowedKStreamIntegrationTest:
 - shouldAggregateWindowedWithGrace
 - shouldAggregateWindowedWithNoGrace

Reply via email to