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 8b223ca5d4a Update test catalog data for GHA workflow run 13053511713
8b223ca5d4a is described below
commit 8b223ca5d4a4dbdbad720d750020043cdc1eef1f
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 30 17:44:17 2025 +0000
Update test catalog data for GHA workflow run 13053511713
Commit:
https://github.com/apache/kafka/commit/be96807ac8ee81b586b6b565ea34f369b02805b3
GitHub Run: https://github.com/apache/kafka/actions/runs/13053511713
---
test-catalog/core/tests.yaml | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index ba3bb688684..dee7121e1ff 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -3504,6 +3504,17 @@ kafka.server.share.DelayedShareFetchTest:
- testTryCompleteWhenMinBytesNotSatisfiedOnFirstFetch
- testTryCompleteWhenMinBytesNotSatisfiedOnSubsequentFetch
- testTryCompleteWhenPartitionMaxBytesStrategyThrowsException
+kafka.server.share.ShareCoordinatorMetadataCacheHelperImplTest:
+- testConstructorThrowsErrorOnNullArgs
+- testContainsTopicReturnsFalseOnException
+- testContainsTopicSuccess
+- testGetClusterNodesEmptyListOnException
+- testGetClusterNodesSuccess
+- testShareCoordinatorReturnsNoNodeIfTopicMetadataInvalid
+- testShareCoordinatorReturnsNoNodeOnGetAliveNodeEmptyResponse
+- testShareCoordinatorReturnsNoNodeOnGetAliveNodeException
+- testShareCoordinatorReturnsNoNodeWhenNoInternalTopicInCache
+- testShareCoordinatorSuccess
kafka.server.share.ShareFetchUtilsTest:
- testProcessFetchResponse
- testProcessFetchResponseWhenNoRecordsAreAcquired