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 4aba83f4a3a Update test catalog data for GHA workflow run 26456648952
4aba83f4a3a is described below

commit 4aba83f4a3ac34da835fcb49719c682b4b9f1b84
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue May 26 17:52:21 2026 +0000

    Update test catalog data for GHA workflow run 26456648952
    
    Commit: 
https://github.com/apache/kafka/commit/a5620420b3a841366861e9fd3faf3c6c2d9dc76d
    GitHub Run: https://github.com/apache/kafka/actions/runs/26456648952
---
 test-catalog/storage/tests.yaml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/test-catalog/storage/tests.yaml b/test-catalog/storage/tests.yaml
index a9a25245e0f..652f5ce9ec7 100644
--- a/test-catalog/storage/tests.yaml
+++ b/test-catalog/storage/tests.yaml
@@ -893,7 +893,8 @@ 
org.apache.kafka.tiered.storage.integration.DeleteSegmentsTest:
 - testDeleteSegmentsByRetentionTimeWithClassicGroupProtocol
 - testDeleteSegmentsByRetentionTimeWithConsumerGroupProtocol
 org.apache.kafka.tiered.storage.integration.DeleteTopicTest:
-- executeTieredStorageTest
+- testDeleteTopicWithClassicGroupProtocol
+- testDeleteTopicWithConsumerGroupProtocol
 org.apache.kafka.tiered.storage.integration.DisableRemoteLogOnTopicTest:
 - executeTieredStorageTest
 org.apache.kafka.tiered.storage.integration.EnableRemoteLogOnTopicTest:
@@ -901,7 +902,8 @@ 
org.apache.kafka.tiered.storage.integration.EnableRemoteLogOnTopicTest:
 
org.apache.kafka.tiered.storage.integration.FetchFromLeaderWithCorruptedCheckpointTest:
 - executeTieredStorageTest
 org.apache.kafka.tiered.storage.integration.ListOffsetsTest:
-- executeTieredStorageTest
+- testListOffsetsWithClassicGroupProtocol
+- testListOffsetsWithConsumerGroupProtocol
 org.apache.kafka.tiered.storage.integration.OffloadAndConsumeFromLeaderTest:
 - executeTieredStorageTest
 org.apache.kafka.tiered.storage.integration.OffloadAndTxnConsumeFromLeaderTest:

Reply via email to