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 15ae306bc55 Update test catalog data for GHA workflow run 13951578114
15ae306bc55 is described below

commit 15ae306bc55f7b83b3ce7e55fc719e3e1408521a
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Mar 19 18:38:09 2025 +0000

    Update test catalog data for GHA workflow run 13951578114
    
    Commit: 
https://github.com/apache/kafka/commit/3a3159b01e10b7d3ac1733feb70e013fdec93b79
    GitHub Run: https://github.com/apache/kafka/actions/runs/13951578114
---
 test-catalog/core/tests.yaml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 0857be85c5a..41701e71f3b 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -1184,8 +1184,8 @@ kafka.coordinator.transaction.TransactionCoordinatorTest:
 - TestEndTxnRequestWhenEmptyTransactionStateForAbortInV1
 - TestEndTxnRequestWhenEmptyTransactionStateForAbortInV2
 - TestEndTxnRequestWhenEmptyTransactionStateForCommitInV2
+- enableTwoPCFlag
 - shouldAbortExpiredTransactionsInOngoingStateAndBumpEpoch
-- shouldAbortTransactionOnHandleInitPidWhenExistingTransactionInOngoingState
 - shouldAcceptInitPidAndReturnNextPidWhenTransactionalIdIsNull
 - shouldAppendNewMetadataToLogOnAddPartitionsWhenPartitionsAdded
 - shouldAppendPrepareAbortToLogOnEndTxnWhenStatusIsOngoingAndResultIsAbort
@@ -1204,7 +1204,7 @@ kafka.coordinator.transaction.TransactionCoordinatorTest:
 - shouldNotBumpEpochWithPendingTransaction
 - shouldNotRepeatedlyBumpEpochDueToInitPidDuringOngoingTxnIfAppendToLogFails
 - shouldRemoveTransactionsForPartitionOnEmigration
-- shouldReplyWithInvalidPidMappingOnEndTxnWhenPidDosentMatchMapped
+- shouldReplyWithInvalidPidMappingOnEndTxnWhenPidDoesntMatchMapped
 - shouldReplyWithInvalidPidMappingOnEndTxnWhenTxnIdDoesntExist
 - shouldReplyWithProducerFencedOnEndTxnWhenEpochIsNotSameAsTransaction
 - shouldRespondWithConcurrentTransactionOnAddPartitionsWhenStateIsPrepareAbort
@@ -1231,6 +1231,8 @@ kafka.coordinator.transaction.TransactionCoordinatorTest:
 - shouldReturnConcurrentTxnOnAddPartitionsIfEndTxnV2EpochOverflowAndNotComplete
 - shouldReturnInvalidEpochOnEndTxnWhenEpochIsLarger
 - shouldReturnInvalidEpochOnEndTxnWhenEpochIsSmaller
+- shouldReturnInvalidRequestWhen2PCEnabledButBroker2PCConfigFalse
+- shouldReturnInvalidRequestWhenKeepPreparedIsTrue
 - shouldReturnInvalidRequestWhenTransactionalIdIsEmpty
 - 
shouldReturnInvalidTxnRequestOnEndTxnRequestWhenStatusIsCompleteAbortAndResultIsNotAbort
 - 
shouldReturnInvalidTxnRequestOnEndTxnRequestWhenStatusIsCompleteCommitAndResultIsNotCommit

Reply via email to