eolivelli commented on pull request #8270:
URL: https://github.com/apache/pulsar/pull/8270#issuecomment-718776624
This error is very nasty, investigating now.
It is probably due to some dependency imported from the new BK client
```
Error: Tests run: 11, Failures: 1, Errors: 0, Skipped: 10, Time elapsed:
4.263 s <<< FAILURE! - in org.apache.pulsar.client.TlsProducerConsumerTest
Error: setup(org.apache.pulsar.client.TlsProducerConsumerTest) Time
elapsed: 4.166 s <<< FAILURE!
java.lang.NoSuchFieldError: xmss_with_SHA256
at java.security.AccessController.doPrivileged(Native Method)
at java.lang.Class.newInstance(Class.java:442)
at
org.apache.pulsar.common.util.SecurityUtility.getBCProviderFromClassPath(SecurityUtility.java:125)
at
org.apache.pulsar.common.util.SecurityUtility.getProvider(SecurityUtility.java:102)
at
org.apache.pulsar.common.util.SecurityUtility.<clinit>(SecurityUtility.java:69)
at org.apache.pulsar.broker.web.WebService.<init>(WebService.java:114)
at org.apache.pulsar.broker.PulsarService.start(PulsarService.java:479)
at
org.apache.pulsar.broker.auth.MockedPulsarServiceBaseTest.startBroker(MockedPulsarServiceBaseTest.java:269)
at
org.apache.pulsar.broker.auth.MockedPulsarServiceBaseTest.startBroker(MockedPulsarServiceBaseTest.java:251)
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]