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 f51aab3df07 Update test catalog data for GHA workflow run 13153741462
f51aab3df07 is described below
commit f51aab3df070bc4d471eeacb7f151fb6d09a6ff8
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 5 11:26:17 2025 +0000
Update test catalog data for GHA workflow run 13153741462
Commit:
https://github.com/apache/kafka/commit/d830179375f6c4e7f903c41851520870ab009e9f
GitHub Run: https://github.com/apache/kafka/actions/runs/13153741462
---
test-catalog/clients/tests.yaml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index 90281b3d11a..e7037427907 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -2,6 +2,7 @@ org.apache.kafka.clients.ApiVersionsTest:
- testFinalizedFeaturesUpdate
org.apache.kafka.clients.ClientUtilsTest:
- testFilterPreferredAddresses
+- testInvalidBrokerAddress
- testInvalidConfig
- testInvalidPort
- testNoPort
@@ -10,6 +11,7 @@ org.apache.kafka.clients.ClientUtilsTest:
- testParseAndValidateAddressesWithReverseLookup
- testResolveDnsLookup
- testResolveUnknownHostException
+- testValidBrokerAddress
org.apache.kafka.clients.ClusterConnectionStatesTest:
- testAuthorizationFailed
- testClusterConnectionStateChanges