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 96114bef22a Update test catalog data for GHA workflow run 26522207384
96114bef22a is described below
commit 96114bef22a29ceae9a5ff3366a6c755db56d820
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed May 27 19:08:00 2026 +0000
Update test catalog data for GHA workflow run 26522207384
Commit:
https://github.com/apache/kafka/commit/c0041e9c9e9386ad7e3f70b7c09c7a0b9c858827
GitHub Run: https://github.com/apache/kafka/actions/runs/26522207384
---
test-catalog/connect/runtime/tests.yaml | 3 +++
test-catalog/storage/tests.yaml | 12 ++++++++----
2 files changed, 11 insertions(+), 4 deletions(-)
diff --git a/test-catalog/connect/runtime/tests.yaml
b/test-catalog/connect/runtime/tests.yaml
index 4046dc1f5e5..2b225d26f0c 100644
--- a/test-catalog/connect/runtime/tests.yaml
+++ b/test-catalog/connect/runtime/tests.yaml
@@ -1338,6 +1338,9 @@
org.apache.kafka.connect.storage.MemoryStatusBackingStoreTest:
- deleteTaskStatus
- putAndGetConnectorStatus
- putAndGetTaskStatus
+org.apache.kafka.connect.storage.OffsetStorageReaderTest:
+- testClosingOffsetReaderWhenOffsetStoreHangs
+- testClosingOffsetReaderWhenOffsetStoreHangsAndHasIncompleteFutures
org.apache.kafka.connect.storage.OffsetStorageWriterTest:
- testAlreadyFlushing
- testCancelAfterAwaitFlush
diff --git a/test-catalog/storage/tests.yaml b/test-catalog/storage/tests.yaml
index 652f5ce9ec7..098df23caaf 100644
--- a/test-catalog/storage/tests.yaml
+++ b/test-catalog/storage/tests.yaml
@@ -896,9 +896,11 @@
org.apache.kafka.tiered.storage.integration.DeleteTopicTest:
- testDeleteTopicWithClassicGroupProtocol
- testDeleteTopicWithConsumerGroupProtocol
org.apache.kafka.tiered.storage.integration.DisableRemoteLogOnTopicTest:
-- executeTieredStorageTest
+- testDisableRemoteLogOnTopicWithClassicGroupProtocol
+- testDisableRemoteLogOnTopicWithConsumerGroupProtocol
org.apache.kafka.tiered.storage.integration.EnableRemoteLogOnTopicTest:
-- executeTieredStorageTest
+- testEnableRemoteLogOnTopicWithClassicGroupProtocol
+- testEnableRemoteLogOnTopicWithConsumerGroupProtocol
org.apache.kafka.tiered.storage.integration.FetchFromLeaderWithCorruptedCheckpointTest:
- executeTieredStorageTest
org.apache.kafka.tiered.storage.integration.ListOffsetsTest:
@@ -916,9 +918,11 @@
org.apache.kafka.tiered.storage.integration.ReassignReplicaMoveAndExpandTest:
- testReassignReplicaMoveWithClassicGroupProtocol
- testReassignReplicaMoveWithConsumerGroupProtocol
org.apache.kafka.tiered.storage.integration.ReassignReplicaShrinkTest:
-- executeTieredStorageTest
+- testReassignReplicaShrinkWithClassicGroupProtocol
+- testReassignReplicaShrinkWithConsumerGroupProtocol
org.apache.kafka.tiered.storage.integration.RollAndOffloadActiveSegmentTest:
-- executeTieredStorageTest
+- testRollAndOffloadActiveSegmentWithClassicGroupProtocol
+- testRollAndOffloadActiveSegmentWithConsumerGroupProtocol
org.apache.kafka.tiered.storage.integration.TransactionsExpirationTest:
- testFatalErrorAfterInvalidProducerIdMappingWithTV1
- testFatalErrorAfterInvalidProducerIdMappingWithTV2