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 924a1307ed5 Update test catalog data for GHA workflow run 22717767603
924a1307ed5 is described below
commit 924a1307ed5143765e4a65b4c679d6f2834a4328
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Mar 5 14:59:17 2026 +0000
Update test catalog data for GHA workflow run 22717767603
Commit:
https://github.com/apache/kafka/commit/27102b3187e183f35d9e2c22bdf92f87d8457131
GitHub Run: https://github.com/apache/kafka/actions/runs/22717767603
---
test-catalog/core/tests.yaml | 1 +
test-catalog/storage/tests.yaml | 1 +
2 files changed, 2 insertions(+)
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 2cac016d55b..614e22cb471 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -603,6 +603,7 @@ kafka.api.TransactionsTest:
- testMultipleMarkersOneLeader
- testOffsetMetadataInSendOffsetsToTransaction
- testReadCommittedConsumerShouldNotSeeUndecidedData
+- testRecoveryFromEpochOverflow
- testSendOffsetsToTransactionTimeout
- testSendOffsetsWithGroupMetadata
kafka.api.UserClientIdQuotaTest:
diff --git a/test-catalog/storage/tests.yaml b/test-catalog/storage/tests.yaml
index 0cc9d698b34..d9b81958408 100644
--- a/test-catalog/storage/tests.yaml
+++ b/test-catalog/storage/tests.yaml
@@ -658,5 +658,6 @@
org.apache.kafka.tiered.storage.integration.TransactionsWithTieredStoreTest:
- testMultipleMarkersOneLeader
- testOffsetMetadataInSendOffsetsToTransaction
- testReadCommittedConsumerShouldNotSeeUndecidedData
+- testRecoveryFromEpochOverflow
- testSendOffsetsToTransactionTimeout
- testSendOffsetsWithGroupMetadata