@sijie my suggestion it to generate certificates only when running tests which need the certificates, otherwise you will end generating certs at every mvn test -Dtest=xxxx
We can do it in a @beforeclass or another approach is to add some logic in the bash script so that if the cert is already present it won't be regenerated [ Full content available at: https://github.com/apache/bookkeeper/pull/1678 ] This message was relayed via gitbox.apache.org for [email protected]
