This is an automated email from the ASF dual-hosted git repository.
github-actions[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 ecd3be8f944 Update test catalog data for GHA workflow run 26364628846
ecd3be8f944 is described below
commit ecd3be8f94489359702b48241a79d8a8fe07bd54
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun May 24 17:58:27 2026 +0000
Update test catalog data for GHA workflow run 26364628846
Commit:
https://github.com/apache/kafka/commit/fa097fa593a2a3da17bd1c234bf140565561a1b8
GitHub Run: https://github.com/apache/kafka/actions/runs/26364628846
---
test-catalog/storage/tests.yaml | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/test-catalog/storage/tests.yaml b/test-catalog/storage/tests.yaml
index 3631fa6ae90..a9a25245e0f 100644
--- a/test-catalog/storage/tests.yaml
+++ b/test-catalog/storage/tests.yaml
@@ -885,12 +885,13 @@ org.apache.kafka.storage.internals.utils.ThrottlerTest:
org.apache.kafka.tiered.storage.integration.AlterLogDirTest:
- testAlterLogDirWithClassicGroupProtocol
- testAlterLogDirWithConsumerGroupProtocol
-org.apache.kafka.tiered.storage.integration.DeleteSegmentsByRetentionSizeTest:
-- executeTieredStorageTest
-org.apache.kafka.tiered.storage.integration.DeleteSegmentsByRetentionTimeTest:
-- executeTieredStorageTest
org.apache.kafka.tiered.storage.integration.DeleteSegmentsDueToLogStartOffsetBreachTest:
- executeTieredStorageTest
+org.apache.kafka.tiered.storage.integration.DeleteSegmentsTest:
+- testDeleteSegmentsByRetentionSizeWithClassicGroupProtocol
+- testDeleteSegmentsByRetentionSizeWithConsumerGroupProtocol
+- testDeleteSegmentsByRetentionTimeWithClassicGroupProtocol
+- testDeleteSegmentsByRetentionTimeWithConsumerGroupProtocol
org.apache.kafka.tiered.storage.integration.DeleteTopicTest:
- executeTieredStorageTest
org.apache.kafka.tiered.storage.integration.DisableRemoteLogOnTopicTest: