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 ff5f38f58a8 Update test catalog data for GHA workflow run 11599730251
ff5f38f58a8 is described below
commit ff5f38f58a8e43be97e6662a7d7ddb377a18c558
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Oct 30 22:26:17 2024 +0000
Update test catalog data for GHA workflow run 11599730251
---
test-catalog/core/tests.yaml | 4 ----
test-catalog/transaction-coordinator/tests.yaml | 5 +++++
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 8670de2f2c9..4c4418f5600 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -1324,12 +1324,8 @@ kafka.coordinator.group.MemberMetadataTest:
- testVoteForPreferredProtocol
- testVoteRaisesOnNoSupportedProtocols
kafka.coordinator.transaction.ProducerIdManagerTest:
-- testConcurrentGeneratePidRequests
- testExceedProducerIdLimitZk
- testGetProducerIdZk
-- testInvalidRanges
-- testRetryBackoff
-- testUnrecoverableErrors
kafka.coordinator.transaction.ProducerIdsIntegrationTest:
- testUniqueProducerIds
kafka.coordinator.transaction.TransactionCoordinatorConcurrencyTest:
diff --git a/test-catalog/transaction-coordinator/tests.yaml
b/test-catalog/transaction-coordinator/tests.yaml
index 57258500359..ebb5cb60758 100644
--- a/test-catalog/transaction-coordinator/tests.yaml
+++ b/test-catalog/transaction-coordinator/tests.yaml
@@ -1,3 +1,8 @@
+org.apache.kafka.coordinator.transaction.ProducerIdManagerTest:
+- testConcurrentGeneratePidRequests
+- testInvalidRanges
+- testRetryBackoff
+- testUnrecoverableErrors
org.apache.kafka.coordinator.transaction.TransactionLogConfigTest:
- ShouldDefineAllConfigInConfigDef
- ShouldGetDynamicValueFromAbstractConfig