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 0b49217865e Update test catalog data for GHA workflow run 12719578105 0b49217865e is described below commit 0b49217865e4e79a39bfad5d244f21e3bb2dd508 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Sat Jan 11 04:04:31 2025 +0000 Update test catalog data for GHA workflow run 12719578105 Commit: https://github.com/apache/kafka/commit/32dbbe6a1f3ef39318c796bdc0a3b8da2c7060ad GitHub Run: https://github.com/apache/kafka/actions/runs/12719578105 --- 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 396a9a98983..a5d651abbe6 100644 --- a/test-catalog/core/tests.yaml +++ b/test-catalog/core/tests.yaml @@ -774,6 +774,7 @@ kafka.api.TransactionsTest: - testCommitTransactionTimeout - testConsecutivelyRunInitTransactions - testDelayedFetchIncludesAbortedTransaction +- testEmptyAbortAfterCommit - testFailureToFenceEpoch - testFencingOnAddPartitions - testFencingOnCommit diff --git a/test-catalog/storage/tests.yaml b/test-catalog/storage/tests.yaml index a3eae512cb8..67318c2e1f0 100644 --- a/test-catalog/storage/tests.yaml +++ b/test-catalog/storage/tests.yaml @@ -402,6 +402,7 @@ org.apache.kafka.tiered.storage.integration.TransactionsWithTieredStoreTest: - testCommitTransactionTimeout - testConsecutivelyRunInitTransactions - testDelayedFetchIncludesAbortedTransaction +- testEmptyAbortAfterCommit - testFailureToFenceEpoch - testFencingOnAddPartitions - testFencingOnCommit