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 920ef696a91 Update test catalog data for GHA workflow run 13658718433
920ef696a91 is described below

commit 920ef696a91ddc1840b5bdf030a5d3ce17dbe303
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 4 19:18:39 2025 +0000

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

diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 8e3fcdfeb09..62b6819333f 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -3524,6 +3524,7 @@ kafka.server.share.DelayedShareFetchTest:
 - testPartitionMaxBytesFromUniformStrategyWhenFewPartitionsAreAcquirable
 - testReplicaManagerFetchShouldHappenOnComplete
 - testToCompleteAnAlreadyCompletedFuture
+- testTryCompleteLocksReleasedOnCompleteException
 - testTryCompleteWhenMinBytesNotSatisfiedOnFirstFetch
 - testTryCompleteWhenMinBytesNotSatisfiedOnSubsequentFetch
 - testTryCompleteWhenPartitionMaxBytesStrategyThrowsException
diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index d6c7c3e2eff..f441f075760 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -1299,6 +1299,7 @@ 
org.apache.kafka.streams.kstream.internals.KTableSourceTest:
 org.apache.kafka.streams.kstream.internals.KTableTransformValuesTest:
 - shouldCalculateCorrectOldValuesIfMaterializedEvenIfStateful
 - shouldCalculateCorrectOldValuesIfNotStatefulEvenIfNotMaterialized
+- 
shouldCalculateCorrectOldValuesIfNotStatefulEvenNotMaterializedNoQueryableName
 - shouldCloseParentGetterClose
 - shouldCloseTransformerOnGetterClose
 - shouldCloseTransformerOnProcessorClose

Reply via email to