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 eb151898b0f Update test catalog data for GHA workflow run 11818673045
eb151898b0f is described below
commit eb151898b0fa7a8f959c81edf60107566f7172cb
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Nov 13 16:18:46 2024 +0000
Update test catalog data for GHA workflow run 11818673045
Commit:
https://github.com/apache/kafka/commit/05bca43c61dbb45e9532aaa19a92e8614fd307aa
GitHub Run: https://github.com/apache/kafka/actions/runs/11818673045
---
test-catalog/clients/tests.yaml | 2 ++
test-catalog/core/tests.yaml | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index 6610adf303a..4b39d4f0693 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -119,6 +119,7 @@ org.apache.kafka.clients.NetworkClientTest:
- testLeastLoadedNode
- testLeastLoadedNodeConsidersThrottledConnections
-
testLeastLoadedNodeProvideDisconnectedNodesPrioritizedByLastConnectionTimestamp
+- testRebootstrap
- testReconnectAfterAddressChange
- testRequestTimeout
- testSendToUnreadyNode
@@ -453,6 +454,7 @@
org.apache.kafka.clients.admin.internals.AdminMetadataManagerTest:
- testAuthenticationFailure
- testMetadataReady
- testMetadataRefreshBackoff
+- testNeedsRebootstrap
- testSetUsingBootstrapControllers
org.apache.kafka.clients.admin.internals.AllBrokersStrategyIntegrationTest:
- testFatalFulfillmentError
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index ce5f1c48ea1..d4f737c4779 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -343,6 +343,7 @@ kafka.api.ConsumerBounceTest:
- testSubscribeWhenTopicUnavailable
kafka.api.ConsumerRebootstrapTest:
- testRebootstrap
+- testRebootstrapDisabled
kafka.api.ConsumerTopicCreationTest:
- testAutoTopicCreation
kafka.api.ConsumerWithLegacyMessageFormatIntegrationTest:
@@ -3315,7 +3316,6 @@ kafka.server.LogDirFailureTest:
- testProduceErrorFromFailureOnCheckpoint
- testProduceErrorFromFailureOnLogRoll
- testReplicaFetcherThreadAfterLogDirFailureOnFollower
-- testZkBrokerWithOldInterBrokerProtocolShouldHaltOnLogDirFailure
kafka.server.LogManagerIntegrationTest:
- testRestartBrokerNoErrorIfMissingPartitionMetadata
kafka.server.LogOffsetTest: