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 9c2a80b04bf Update test catalog data for GHA workflow run 13061784839
9c2a80b04bf is described below
commit 9c2a80b04bf1a2976e1b408f935398848a95da7e
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jan 31 02:20:17 2025 +0000
Update test catalog data for GHA workflow run 13061784839
Commit:
https://github.com/apache/kafka/commit/ccab9eb8b4781eb4b8edbd03b505ae31e1abdff7
GitHub Run: https://github.com/apache/kafka/actions/runs/13061784839
---
test-catalog/clients/tests.yaml | 4 ++++
test-catalog/core/tests.yaml | 2 ++
2 files changed, 6 insertions(+)
diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index b84aa377f95..514ceee0bbf 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -1724,6 +1724,10 @@
org.apache.kafka.clients.consumer.internals.FetchRequestManagerTest:
- testFetchOnPausedPartition
- testFetchPositionAfterException
- testFetchRequestInternalError
+- testFetchRequestWithBufferedPartitionMissingLeader
+- testFetchRequestWithBufferedPartitionMissingPosition
+- testFetchRequestWithBufferedPartitionNotAssigned
+- testFetchRequestWithBufferedPartitions
- testFetchResponseMetrics
- testFetchResponseMetricsWithOnePartitionAtTheWrongOffset
- testFetchResponseMetricsWithOnePartitionError
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index dee7121e1ff..7181aafccda 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -1280,6 +1280,7 @@ kafka.coordinator.transaction.TransactionCoordinatorTest:
- shouldAppendPrepareCommitToLogOnEndTxnWhenStatusIsOngoingAndResultIsCommit
- shouldFailToAbortTransactionOnHandleInitPidWhenProducerEpochIsSmaller
- shouldGenerateNewProducerIdIfEpochsExhausted
+- shouldGenerateNewProducerIdIfEpochsExhaustedV2
- shouldGenerateNewProducerIdIfNoStateAndProducerIdAndEpochProvided
-
shouldIncrementEpochAndUpdateMetadataOnHandleInitPidWhenExistingCompleteCommitTransaction
-
shouldIncrementEpochAndUpdateMetadataOnHandleInitPidWhenExistingCompleteTransaction
@@ -1315,6 +1316,7 @@ kafka.coordinator.transaction.TransactionCoordinatorTest:
- shouldRespondWithSuccessOnAddPartitionsWhenStateIsCompleteCommit
- shouldRespondWithSuccessOnAddPartitionsWhenStateIsOngoing
- shouldReturnConcurrentTransactionsOnEndTxnRequestWhenStatusIsPrepareCommit
+- shouldReturnConcurrentTxnOnAddPartitionsIfEndTxnV2EpochOverflowAndNotComplete
- shouldReturnInvalidEpochOnEndTxnWhenEpochIsLarger
- shouldReturnInvalidEpochOnEndTxnWhenEpochIsSmaller
- shouldReturnInvalidRequestWhenTransactionalIdIsEmpty