RobertIndie commented on PR #16884: URL: https://github.com/apache/pulsar/pull/16884#issuecomment-1200852257
This test seem fails many times in this PR: `EnvironmentBasedSecretsProviderTest.testConfigValidation` https://github.com/apache/pulsar/runs/7597134951?check_suite_focus=true ``` java.lang.AssertionError: expected [SecretValue] but found [null] at org.testng.Assert.fail(Assert.java:99) at org.testng.Assert.failNotEquals(Assert.java:1037) at org.testng.Assert.assertEqualsImpl(Assert.java:140) at org.testng.Assert.assertEquals(Assert.java:122) at org.testng.Assert.assertEquals(Assert.java:629) at org.testng.Assert.assertEquals(Assert.java:639) at org.apache.pulsar.functions.secretsprovider.EnvironmentBasedSecretsProviderTest.testConfigValidation(EnvironmentBasedSecretsProviderTest.java:37) ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
