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 fa334a27d24 Update test catalog data for GHA workflow run 13009701465
fa334a27d24 is described below
commit fa334a27d24ca8edfaa5924a04d3f0ab766d3ef5
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Jan 28 16:31:16 2025 +0000
Update test catalog data for GHA workflow run 13009701465
Commit:
https://github.com/apache/kafka/commit/c7619ef8d1446f7f615f3cc66b2ae5d6850826b9
GitHub Run: https://github.com/apache/kafka/actions/runs/13009701465
---
test-catalog/core/tests.yaml | 3 +++
test-catalog/server/tests.yaml | 4 ++++
test-catalog/share-coordinator/tests.yaml | 11 +++++++++++
3 files changed, 18 insertions(+)
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 3897da0bdb2..abd2b222ef7 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -2751,6 +2751,8 @@ kafka.server.KafkaApisTest:
- testConsumerGroupHeartbeatRequestAuthorizationFailed
- testConsumerGroupHeartbeatRequestFutureFailed
- testConsumerGroupHeartbeatReturnsUnsupportedVersion
+- testDeleteShareGroupStateAuthorizationFailed
+- testDeleteShareGroupStateSuccess
- testDescribeClusterRequest
- testDescribeConfigsClientMetrics
- testDescribeConfigsConsumerGroup
@@ -3518,6 +3520,7 @@ kafka.server.share.SharePartitionManagerTest:
- testCachedTopicPartitionsWithNoTopicPartitions
- testCloseSharePartitionManager
- testDelayedInitializationShouldCompleteFetchRequest
+- testFetchMessagesRotatePartitions
- testGetErroneousAndValidTopicIdPartitions
- testListenerRegistration
- testMultipleConcurrentShareFetches
diff --git a/test-catalog/server/tests.yaml b/test-catalog/server/tests.yaml
index 8d1a93c770f..3b5403ed939 100644
--- a/test-catalog/server/tests.yaml
+++ b/test-catalog/server/tests.yaml
@@ -118,6 +118,10 @@
org.apache.kafka.server.share.fetch.PartitionMaxBytesStrategyTest:
- testCheckValidArguments
- testConstructor
- testUniformStrategy
+org.apache.kafka.server.share.fetch.PartitionRotateStrategyTest:
+- testRoundRobinStrategy
+- testRoundRobinStrategyWithEmptyPartitions
+- testRoundRobinStrategyWithSpecialSessionEpochs
org.apache.kafka.server.share.fetch.ShareFetchTest:
- testErrorInAllPartitions
- testErrorInAllPartitionsWithMultipleTopicIdPartitions
diff --git a/test-catalog/share-coordinator/tests.yaml
b/test-catalog/share-coordinator/tests.yaml
index f4b55aa2f5a..075474515f4 100644
--- a/test-catalog/share-coordinator/tests.yaml
+++ b/test-catalog/share-coordinator/tests.yaml
@@ -10,6 +10,7 @@
org.apache.kafka.coordinator.share.ShareCoordinatorOffsetsManagerTest:
- testUpdateStateRedundantState
org.apache.kafka.coordinator.share.ShareCoordinatorRecordHelpersTest:
- testNewShareSnapshotRecord
+- testNewShareStateTombstoneRecord
- testNewShareUpdateRecord
org.apache.kafka.coordinator.share.ShareCoordinatorRecordSerdeTest:
- testDeserialize
@@ -24,6 +25,10 @@
org.apache.kafka.coordinator.share.ShareCoordinatorRecordSerdeTest:
- testSerializeNullValue
- testSerializeValue
org.apache.kafka.coordinator.share.ShareCoordinatorServiceTest:
+- testDeleteFutureReturnsError
+- testDeleteStateSuccess
+- testDeleteStateValidationsError
+- testDeleteStateWhenNotStarted
- testPartitionFor
- testReadFutureReturnsError
- testReadStateSuccess
@@ -47,6 +52,12 @@
org.apache.kafka.coordinator.share.ShareCoordinatorServiceTest:
- testWriteStateValidationsError
- testWriteStateWhenNotStarted
org.apache.kafka.coordinator.share.ShareCoordinatorShardTest:
+- testDeleteNullMetadataImage
+- testDeletePartitionIdNonExistentInMetadataImage
+- testDeleteStateFirstRecordDeleteSuccess
+- testDeleteStateInvalidRequestData
+- testDeleteStateSuccess
+- testDeleteTopicIdNonExistentInMetadataImage
- testLastRedundantOffset
- testNonSequentialBatchUpdates
- testReadNullMetadataImage