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 b079fb09d88 Update test catalog data for GHA workflow run 12796032369 b079fb09d88 is described below commit b079fb09d8888e3e3f44928448719acc039f1178 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Wed Jan 15 22:31:56 2025 +0000 Update test catalog data for GHA workflow run 12796032369 Commit: https://github.com/apache/kafka/commit/3f3bc90509c8d29ef643dee9f53ff324f054e812 GitHub Run: https://github.com/apache/kafka/actions/runs/12796032369 --- test-catalog/core/tests.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml index 31f288c0105..76919720152 100644 --- a/test-catalog/core/tests.yaml +++ b/test-catalog/core/tests.yaml @@ -1258,7 +1258,10 @@ kafka.coordinator.group.MemberMetadataTest: - testMetadataRaisesOnUnsupportedProtocol - testVoteForPreferredProtocol - testVoteRaisesOnNoSupportedProtocols -kafka.coordinator.transaction.ProducerIdsIntegrationTest: +kafka.coordinator.transaction.ProducerIntegrationTest: +- testTransactionWithAndWithoutSend +- testTransactionWithInvalidSendAndEndTxnRequestSent +- testTransactionWithSendOffset - testUniqueProducerIds kafka.coordinator.transaction.TransactionCoordinatorConcurrencyTest: - testConcurrentContinuingInitProducerIdRequests @@ -3613,12 +3616,18 @@ kafka.server.share.SharePartitionTest: - testAcknowledgeWithAnotherMember - testAcknowledgeWithAnotherMemberRollbackBatchError - testAcknowledgeWithAnotherMemberRollbackSubsetError +- testAcquireBatchSkipWithBatchSizeAndEndOffsetLargerThanFirstBatch - testAcquireMultipleRecords - testAcquireMultipleRecordsWithOverlapAndNewBatch - testAcquireReleasedRecord - testAcquireReleasedRecordMultipleBatches - testAcquireSameBatchAgain +- testAcquireSingleBatchWithBatchSizeAndEndOffsetLargerThanBatchFirstOffset - testAcquireSingleRecord +- testAcquireWithBatchSizeAndEndOffsetLargerThanBatchFirstOffset +- testAcquireWithBatchSizeAndMaxFetchRecords +- testAcquireWithBatchSizeAndMultipleBatches +- testAcquireWithBatchSizeAndSingleBatch - testAcquireWithEmptyFetchRecords - testAcquireWithMaxFetchRecords - testAcquireWithMultipleBatchesAndMaxFetchRecords