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 7fa18b87b0f Update test catalog data for GHA workflow run 14780067085 7fa18b87b0f is described below commit 7fa18b87b0fd8ce076e4db9aba333f969fe42e17 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Thu May 1 20:53:16 2025 +0000 Update test catalog data for GHA workflow run 14780067085 Commit: https://github.com/apache/kafka/commit/2022b4c480a1cb386cf9b3b2e7172665cb093051 GitHub Run: https://github.com/apache/kafka/actions/runs/14780067085 --- test-catalog/clients/tests.yaml | 3 +++ test-catalog/core/tests.yaml | 1 + test-catalog/tools/tests.yaml | 1 + 3 files changed, 5 insertions(+) diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml index 4712fa2fc44..23d2dd7e4c0 100644 --- a/test-catalog/clients/tests.yaml +++ b/test-catalog/clients/tests.yaml @@ -634,8 +634,11 @@ org.apache.kafka.clients.admin.internals.ListOffsetsHandlerTest: - testHandleUnexpectedPartitionErrorResponse org.apache.kafka.clients.admin.internals.ListTransactionsHandlerTest: - testBuildRequestWithDurationFilter +- testBuildRequestWithEmptyFilteredTransactionalIdPattern - testBuildRequestWithFilteredProducerId - testBuildRequestWithFilteredState +- testBuildRequestWithFilteredTransactionalIdPattern +- testBuildRequestWithNullFilteredTransactionalIdPattern - testBuildRequestWithoutFilters - testCoordinatorLoadingErrorIsRetriable - testHandleResponseWithFatalErrors diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml index 08930639cc2..0917c20a8fc 100644 --- a/test-catalog/core/tests.yaml +++ b/test-catalog/core/tests.yaml @@ -990,6 +990,7 @@ kafka.coordinator.transaction.TransactionStateManagerTest: - testDeletePartition - testIgnoreUnknownRecordType - testListTransactionsFiltering +- testListTransactionsFilteringWithInvalidPattern - testListTransactionsWithCoordinatorLoadingInProgress - testLoadAndRemoveTransactionsForPartition - testLoadTransactionMetadataContainingSegmentEndingWithEmptyBatch diff --git a/test-catalog/tools/tests.yaml b/test-catalog/tools/tests.yaml index 685d566c642..f10e466b959 100644 --- a/test-catalog/tools/tests.yaml +++ b/test-catalog/tools/tests.yaml @@ -543,6 +543,7 @@ org.apache.kafka.tools.TransactionsCommandTest: - testForceTerminateTransaction - testForceTerminateTransactionTransactionalIdRequired - testListTransactions +- testListTransactionsWithTransactionalIdPattern - testNewBrokerAbortTransaction - testOldBrokerAbortTransactionWithUnknownCoordinatorEpoch org.apache.kafka.tools.UserScramCredentialsCommandTest: