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 9e20097974a Update test catalog data for GHA workflow run 14616335849
9e20097974a is described below
commit 9e20097974ae1fcb4c3680178128dd0484cf4fde
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Apr 23 13:35:15 2025 +0000
Update test catalog data for GHA workflow run 14616335849
Commit:
https://github.com/apache/kafka/commit/6fe1598e6b583938defbdc35ee3f63d108b5febc
GitHub Run: https://github.com/apache/kafka/actions/runs/14616335849
---
test-catalog/share-coordinator/tests.yaml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/test-catalog/share-coordinator/tests.yaml
b/test-catalog/share-coordinator/tests.yaml
index 41176b2fa79..c13e6c008b4 100644
--- a/test-catalog/share-coordinator/tests.yaml
+++ b/test-catalog/share-coordinator/tests.yaml
@@ -25,6 +25,8 @@
org.apache.kafka.coordinator.share.ShareCoordinatorRecordSerdeTest:
- testSerializeNullValue
- testSerializeValue
org.apache.kafka.coordinator.share.ShareCoordinatorServiceTest:
+- testColdPartitionSnapshotTaskPeriodicityWithAllSuccess
+- testColdPartitionSnapshotTaskPeriodicityWithSomeFailures
- testDeleteFutureReturnsError
- testDeleteStateSuccess
- testDeleteStateValidationsError
@@ -79,6 +81,10 @@ org.apache.kafka.coordinator.share.ShareCoordinatorShardTest:
- testReadStateSummaryInvalidRequestData
- testReadStateSummarySuccess
- testReplayWithShareSnapshot
+- testSnapshotColdPartitionsDoesNotPerpetuallySnapshot
+- testSnapshotColdPartitionsNoEligiblePartitions
+- testSnapshotColdPartitionsPartialEligiblePartitions
+- testSnapshotColdPartitionsSnapshotUpdateNotConsidered
- testSubsequentWriteStateSnapshotEpochUpdatesSuccessfully
- testWriteNullMetadataImage
- testWriteStateFencedLeaderEpochError