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 f0e9af80907 Update test catalog data for GHA workflow run 15179914089
f0e9af80907 is described below
commit f0e9af8090758070db1b371417d39bc2bcf7131c
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu May 22 09:03:26 2025 +0000
Update test catalog data for GHA workflow run 15179914089
Commit:
https://github.com/apache/kafka/commit/239dce3e0415061d070b71874ece23ae5df14687
GitHub Run: https://github.com/apache/kafka/actions/runs/15179914089
---
test-catalog/core/tests.yaml | 2 ++
test-catalog/streams/tests.yaml | 7 +++++++
2 files changed, 9 insertions(+)
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 6190ab7c766..11dea6a23d2 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -2948,6 +2948,8 @@ kafka.server.share.DelayedShareFetchTest:
- testPartitionMaxBytesFromUniformStrategyInCombineLogReadResponse
- testPartitionMaxBytesFromUniformStrategyWhenAllPartitionsAreAcquirable
- testPartitionMaxBytesFromUniformStrategyWhenFewPartitionsAreAcquirable
+-
testRemoteStorageFetchCompletionPostRegisteringCallbackByPendingFetchesCompletion
+- testRemoteStorageFetchCompletionPostRegisteringCallbackByTimerTaskCompletion
- testRemoteStorageFetchHappensForAllTopicPartitions
- testRemoteStorageFetchRequestCompletionAlongWithLocalLogRead
- testRemoteStorageFetchRequestCompletionOnFutureCompletionFailure
diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index befc8501de6..06836a56d62 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -1613,6 +1613,13 @@
org.apache.kafka.streams.kstream.internals.graph.GraphGraceSearchUtilTest:
- shouldFailIfThereIsNoGraceAncestor
- shouldThrowOnNull
- shouldUseMaxIfMultiParentsDoNotAgreeOnGrace
+org.apache.kafka.streams.kstream.internals.graph.GraphNodeTest:
+- testAddChild
+- testClearChildren
+- testCopyParentsCollection
+- testParentsWrittenToTopology
+- testRemoveValidChild
+- testToString
org.apache.kafka.streams.kstream.internals.graph.StreamsGraphTest:
- shouldBeAbleToBuildTopologyIncrementally
- shouldBeAbleToProcessNestedMultipleKeyChangingNodes