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 501cb816312 Update test catalog data for GHA workflow run 27404981497
501cb816312 is described below

commit 501cb8163122d5e634ad4d4055cd0fbad798fa68
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 12 11:36:46 2026 +0000

    Update test catalog data for GHA workflow run 27404981497
    
    Commit: 
https://github.com/apache/kafka/commit/919306f254d5a3f5719e132fdb4d678b4d31068c
    GitHub Run: https://github.com/apache/kafka/actions/runs/27404981497
---
 test-catalog/clients/tests.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index 91b93d078e4..fbf01bb7e7e 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -4957,9 +4957,12 @@ 
org.apache.kafka.common.security.oauthbearer.OAuthBearerTokenCallbackTest:
 - testToken
 
org.apache.kafka.common.security.oauthbearer.OAuthBearerValidatorCallbackHandlerTest:
 - testBasic
+- testConfigureAcceptsCustomValidatorClass
+- testFailsFastWhenJwksUrlAbsent
 - testHandlerCloseDoesNotThrowException
 - testHandlerConfigureThrowsException
 - testInvalidAccessToken
+- testRejectsForgedUnsignedTokenWhenJwksUrlSet
 org.apache.kafka.common.security.oauthbearer.OAuthBearerValidatorCallbackTest:
 - testError
 - testToken

Reply via email to