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 88e91b09311 Update test catalog data for GHA workflow run 11840624375
88e91b09311 is described below

commit 88e91b09311f7753b2668820dc6bc7641413bc97
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Nov 14 18:06:58 2024 +0000

    Update test catalog data for GHA workflow run 11840624375
    
    Commit: 
https://github.com/apache/kafka/commit/1834030107b93fe2c08fcb48451f14b0d764051d
    GitHub Run: https://github.com/apache/kafka/actions/runs/11840624375
---
 test-catalog/core/tests.yaml  | 1 +
 test-catalog/share/tests.yaml | 4 ++++
 2 files changed, 5 insertions(+)

diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 1e7aec5e963..2f0554f0d33 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -3787,6 +3787,7 @@ kafka.server.share.SharePartitionManagerTest:
 - testCachedTopicPartitionsForValidShareSessions
 - testCachedTopicPartitionsWithNoTopicPartitions
 - testCloseSharePartitionManager
+- testDelayedInitializationShouldCompleteFetchRequest
 - testGetErroneousAndValidTopicIdPartitions
 - testMultipleConcurrentShareFetches
 - testMultipleSequentialShareFetches
diff --git a/test-catalog/share/tests.yaml b/test-catalog/share/tests.yaml
index 600d334e1b2..505afc9d04b 100644
--- a/test-catalog/share/tests.yaml
+++ b/test-catalog/share/tests.yaml
@@ -2,6 +2,10 @@ org.apache.kafka.server.share.CachedSharePartitionTest:
 - testCachedSharePartitionEqualsAndHashCode
 org.apache.kafka.server.share.fetch.DelayedShareFetchKeyTest:
 - testDelayedShareFetchEqualsAndHashcode
+org.apache.kafka.server.share.fetch.ShareFetchTest:
+- testErrorInAllPartitions
+- testErrorInAllPartitionsWithMultipleTopicIdPartitions
+- testFilterErroneousTopicPartitions
 org.apache.kafka.server.share.persister.DefaultStatePersisterTest:
 - testDefaultPersisterClose
 - testReadStateResponseToResultFailedFuture

Reply via email to