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 35e77bf7076 Update test catalog data for GHA workflow run 28026799633
35e77bf7076 is described below

commit 35e77bf7076eb4b62ab09c7ebd870e4b571254e0
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Jun 23 15:29:51 2026 +0000

    Update test catalog data for GHA workflow run 28026799633
    
    Commit: 
https://github.com/apache/kafka/commit/c12e01b9a16a640e4a3c8c1cf85ba5983341cf00
    GitHub Run: https://github.com/apache/kafka/actions/runs/28026799633
---
 test-catalog/metadata/tests.yaml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/test-catalog/metadata/tests.yaml b/test-catalog/metadata/tests.yaml
index 370b6c62347..d3fe7ec926c 100644
--- a/test-catalog/metadata/tests.yaml
+++ b/test-catalog/metadata/tests.yaml
@@ -785,6 +785,7 @@ org.apache.kafka.metadata.PartitionRegistrationTest:
 - testBuilderThrowsIllegalStateExceptionWhenMissingLeaderRecoveryState
 - testBuilderThrowsIllegalStateExceptionWhenMissingPartitionEpoch
 - testBuilderThrowsIllegalStateExceptionWhenMissingReplicas
+- testConsistentEqualsAndHashCode
 - testDirectories
 - testElectionWasUnclean
 - testMergePartitionChangeRecordWithReassignmentData
@@ -832,6 +833,11 @@ org.apache.kafka.metadata.authorizer.StandardAclTest:
 org.apache.kafka.metadata.authorizer.StandardAclWithIdTest:
 - testEquals
 - testToRecordRoundTrips
+org.apache.kafka.metadata.authorizer.StandardAuthorizerPropertyTest:
+- matchingLiteralAllowWithNoMatchingDenyRules
+- matchingLiteralDenyOverridesAllAllowRules
+- matchingPrefixAllowWithNoMatchingDenyRules
+- matchingPrefixDenyOverridesAllAllowRules
 org.apache.kafka.metadata.authorizer.StandardAuthorizerTest:
 - testAllowAuditLogging
 - testAllowEveryoneIfNoAclFoundConfigDisabled

Reply via email to