This is an automated email from the ASF dual-hosted git repository.

github-actions[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 32029e0b3f7 Update test catalog data for GHA workflow run 29100476862
32029e0b3f7 is described below

commit 32029e0b3f7246c90f255247b0659ee81ee62d57
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 10 17:49:46 2026 +0000

    Update test catalog data for GHA workflow run 29100476862
    
    Commit: 
https://github.com/apache/kafka/commit/82712644a65716c270618fc8a035847788120e44
    GitHub Run: https://github.com/apache/kafka/actions/runs/29100476862
---
 test-catalog/core/tests.yaml     |  6 ------
 test-catalog/metadata/tests.yaml | 21 +++++++++++++++++++++
 test-catalog/server/tests.yaml   |  6 ++++++
 3 files changed, 27 insertions(+), 6 deletions(-)

diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 264b70c957b..e6d134a59d3 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -992,12 +992,6 @@ kafka.network.ProcessorTest:
 - testParseRequestHeaderWithDisabledApiVersion
 - testParseRequestHeaderWithUnsupportedApi
 - testParseRequestHeaderWithUnsupportedApiVersion
-kafka.network.RequestChannelTest:
-- testAlterRequests
-- testBuildEnvelopeResponse
-- testIncrementalAlterRequests
-- testJsonRequests
-- testNonAlterRequestsNotTransformed
 kafka.network.RequestConvertToJsonTest:
 - testRequestDesc
 - testRequestDescMetrics
diff --git a/test-catalog/metadata/tests.yaml b/test-catalog/metadata/tests.yaml
index 9eaf91e9bd2..f6044d08aad 100644
--- a/test-catalog/metadata/tests.yaml
+++ b/test-catalog/metadata/tests.yaml
@@ -1,6 +1,7 @@
 org.apache.kafka.controller.AclControlManagerTest:
 - testAddAndDelete
 - testCreateAclDeleteAcl
+- testCreateAclWithCidrHosts
 - testCreateDedupe
 - testDeleteDedupe
 - testDeleteExceedsMaxRecords
@@ -8,6 +9,9 @@ org.apache.kafka.controller.AclControlManagerTest:
 - testValidateAclWithBadPrincipal
 - testValidateAclWithEmptyPrincipal
 - testValidateFilter
+- testValidateHostPatternCidrNotSupported
+- testValidateHostPatternInvalid
+- testValidateHostPatternValid
 - testValidateNewAcl
 org.apache.kafka.controller.ActivationRecordsGeneratorTest:
 - testActivationMessageForEmptyLog
@@ -758,6 +762,7 @@ org.apache.kafka.metadata.MetadataCacheTest:
 - testGetPartitionReplicaEndpoints
 - testIsBrokerFenced
 - testIsBrokerInControlledShutdown
+- testToClusterIncludesFencedReplicasAsOffline
 org.apache.kafka.metadata.MetadataRecordSerdeTest:
 - testDeserializeWithUnhandledFrameVersion
 - testParsingMalformedFrameVersionVarint
@@ -819,6 +824,16 @@ org.apache.kafka.metadata.VersionRangeTest:
 - testContains
 - testEquality
 - testToString
+org.apache.kafka.metadata.authorizer.CidrUtilsTest:
+- testIpv4MappedAddress
+- testIpv4MappedAddressWithSubnet
+- testIsInRangeNullOrNonCidr
+- testValidateHostnameWithPath
+- testValidateInvalidIpv4Cidr
+- testValidateInvalidIpv6Cidr
+- testValidateIpv4MappedIpv6Cidr
+- testValidateValidIpv4Cidr
+- testValidateValidIpv6Cidr
 org.apache.kafka.metadata.authorizer.ClusterMetadataAuthorizerTest:
 - testCreateAcls
 - testCreateAclsError
@@ -840,6 +855,8 @@ 
org.apache.kafka.metadata.authorizer.StandardAuthorizerPropertyTest:
 - matchingPrefixAllowWithNoMatchingDenyRules
 - matchingPrefixDenyOverridesAllAllowRules
 org.apache.kafka.metadata.authorizer.StandardAuthorizerTest:
+- testAclWithCidrHost
+- testAclWithIpv6CidrHost
 - testAllowAuditLogging
 - testAllowEveryoneIfNoAclFoundConfigDisabled
 - testAllowEveryoneIfNoAclFoundConfigEnabled
@@ -857,6 +874,10 @@ 
org.apache.kafka.metadata.authorizer.StandardAuthorizerTest:
 - testGetDefaultResult
 - testHostAddressAclValidation
 - testListAcls
+- testOverlappingCidrAllowNarrowDenyWide
+- testOverlappingCidrDenyNarrowAllowWide
+- testOverlappingCidrSamePermissionBothAllow
+- testOverlappingCidrWithWildcardAllow
 - testPrefixAcls
 - testSimpleAuthorizations
 - testStartWithEarlyStartListeners
diff --git a/test-catalog/server/tests.yaml b/test-catalog/server/tests.yaml
index ad1b021a25e..4e00dfd9765 100644
--- a/test-catalog/server/tests.yaml
+++ b/test-catalog/server/tests.yaml
@@ -6,6 +6,12 @@ org.apache.kafka.network.RequestConvertToJsonTest:
 - testAllRequestTypesHandled
 - testAllResponseTypesHandled
 - testClientInfoNode
+org.apache.kafka.network.RequestTest:
+- testAlterRequests
+- testBuildEnvelopeResponse
+- testIncrementalAlterRequests
+- testJsonRequests
+- testNonAlterRequestsNotTransformed
 org.apache.kafka.network.SocketServerConfigsTest:
 - testAnotherListenerListToEndPointsWithIpV6
 - testAnotherListenerListToEndPointsWithNonDefaultProtoMap

Reply via email to