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 98d3e95c760 Update test catalog data for GHA workflow run 26579863406
98d3e95c760 is described below
commit 98d3e95c760ea02ea69c177979b85562cc00828d
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu May 28 17:03:32 2026 +0000
Update test catalog data for GHA workflow run 26579863406
Commit:
https://github.com/apache/kafka/commit/76ab0cf480400db865f7d82fb9dee1f4171a39d2
GitHub Run: https://github.com/apache/kafka/actions/runs/26579863406
---
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 098df23caaf..afbc2e4b4dd 100644
--- a/test-catalog/storage/tests.yaml
+++ b/test-catalog/storage/tests.yaml
@@ -907,9 +907,11 @@
org.apache.kafka.tiered.storage.integration.ListOffsetsTest:
- testListOffsetsWithClassicGroupProtocol
- testListOffsetsWithConsumerGroupProtocol
org.apache.kafka.tiered.storage.integration.OffloadAndConsumeFromLeaderTest:
-- executeTieredStorageTest
+- testOffloadAndConsumeFromLeaderWithClassicGroupProtocol
+- testOffloadAndConsumeFromLeaderWithConsumerGroupProtocol
org.apache.kafka.tiered.storage.integration.OffloadAndTxnConsumeFromLeaderTest:
-- executeTieredStorageTest
+- testOffloadAndTxnConsumeFromLeaderWithClassicGroupProtocol
+- testOffloadAndTxnConsumeFromLeaderWithConsumerGroupProtocol
org.apache.kafka.tiered.storage.integration.PartitionsExpandTest:
- executeTieredStorageTest
org.apache.kafka.tiered.storage.integration.ReassignReplicaMoveAndExpandTest: