mimaison commented on PR #13640: URL: https://github.com/apache/kafka/pull/13640#issuecomment-1531813505
@kirktrue I'm looking at it now. With this PR I consistently get failures with the following tests: ``` SslAdminIntegrationTest.testAclUpdatesUsingAsynchronousAuthorizer() SslAdminIntegrationTest.testAclUpdatesUsingSynchronousAuthorizer() ``` Both have the same failure: ``` org.opentest4j.AssertionFailedError: Invalid client id: ==> expected: <true> but was: <false> at app//org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151) at app//org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132) at app//org.junit.jupiter.api.AssertTrue.failNotTrue(AssertTrue.java:63) at app//org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:36) at app//org.junit.jupiter.api.Assertions.assertTrue(Assertions.java:211) at app//kafka.api.SslAdminIntegrationTest.validateRequestContext$1(SslAdminIntegrationTest.scala:203) ``` These tests work fine on trunk. Any idea what could be the cause? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org