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 c68a2d68a0a Update test catalog data for GHA workflow run 11632778835
c68a2d68a0a is described below
commit c68a2d68a0a608e067030f3d460e419585476d92
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Nov 1 19:32:27 2024 +0000
Update test catalog data for GHA workflow run 11632778835
Commit:
https://github.com/apache/kafka/commit/568b9e8a6ce9d7982ed4d3da35eaf26dd590f006
GitHub Run: https://github.com/apache/kafka/actions/runs/11632778835
---
test-catalog/clients/tests.yaml | 3 +++
test-catalog/core/tests.yaml | 3 ++-
test-catalog/storage/tests.yaml | 4 +++-
3 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index ca38800051d..d5e6eacf8a9 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -2586,6 +2586,7 @@
org.apache.kafka.clients.producer.internals.TransactionManagerTest:
- testDuplicateSequenceAfterProducerReset
- testEndTxnNotSentIfIncompleteBatches
- testEpochBumpAfterLastInflightBatchFails
+- testEpochUpdateAfterBumpFromEndTxnResponseInV2
- testFailIfNotReadyForSendAfterAbortableError
- testFailIfNotReadyForSendAfterFatalError
- testFailIfNotReadyForSendIdempotentProducer
@@ -2643,6 +2644,7 @@
org.apache.kafka.clients.producer.internals.TransactionManagerTest:
- testProducerFencedExceptionInInitProducerId
- testProducerFencedInAddOffSetsToTxn
- testProducerFencedInAddPartitionToTxn
+- testProducerIdAndEpochUpdateAfterOverflowFromEndTxnResponseInV2
- testProducerIdReset
- testRaiseErrorWhenNoPartitionsPendingOnDrain
- testRecoveryFromAbortableErrorProduceRequestInRetry
@@ -3751,6 +3753,7 @@
org.apache.kafka.common.requests.DescribeGroupsRequestTest:
- testGetErrorDescribedGroupList
org.apache.kafka.common.requests.EndTxnRequestTest:
- testConstructor
+- testEndTxnRequestWithParameterizedTransactionsV2
org.apache.kafka.common.requests.EndTxnResponseTest:
- testConstructor
org.apache.kafka.common.requests.EnvelopeRequestTest:
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 9389d3f3952..01663c3ac1e 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -841,7 +841,8 @@ kafka.api.TransactionsExpirationTest:
kafka.api.TransactionsTest:
- testAbortTransactionTimeout
- testBasicTransactions
-- testBumpTransactionalEpoch
+- testBumpTransactionalEpochWithTV2Disabled
+- testBumpTransactionalEpochWithTV2Enabled
- testCommitTransactionTimeout
- testConsecutivelyRunInitTransactions
- testDelayedFetchIncludesAbortedTransaction
diff --git a/test-catalog/storage/tests.yaml b/test-catalog/storage/tests.yaml
index 7871f28f0fd..ce3a44eccab 100644
--- a/test-catalog/storage/tests.yaml
+++ b/test-catalog/storage/tests.yaml
@@ -143,6 +143,7 @@ org.apache.kafka.storage.internals.log.LogSegmentTest:
- testReadAfterLast
- testReadBeforeFirstOffset
- testReadFromGap
+- testReadFromMiddleOfBatch
- testReadOnEmptySegment
- testReadWhenNoMaxPosition
- testRecoverTransactionIndex
@@ -350,7 +351,8 @@
org.apache.kafka.tiered.storage.integration.RollAndOffloadActiveSegmentTest:
org.apache.kafka.tiered.storage.integration.TransactionsWithTieredStoreTest:
- testAbortTransactionTimeout
- testBasicTransactions
-- testBumpTransactionalEpoch
+- testBumpTransactionalEpochWithTV2Disabled
+- testBumpTransactionalEpochWithTV2Enabled
- testCommitTransactionTimeout
- testConsecutivelyRunInitTransactions
- testDelayedFetchIncludesAbortedTransaction