2020-07-24 18:43:08 UTC - Varghese C: Thanks @Matteo Merli, I was able to run a test that CI runs, locally. The easiest way I could think of was to mount the pulsar repo folder into the docker container and run the CI command from the ci-*.yamls in github/workflows.
> >docker run -it --name pulsar-test -v /workspaces/pulsar:/pulsar-src apachepulsar/pulsar-build:latest bash > root@ae4ee9b2d0d9:# cd /pulsar-src > // from ci-unit.yaml - line 46 > root@ae4ee9b2d0d9:/pulsar-src# ./build/retry.sh mvn -B -ntp install -PbrokerSkipTest -Dexclude="org/apache/pulsar/proxy/**/*.java,**/KafkaProducerSimpleConsumerTest.java,**/ManagedLedgerTest.java,**/TestPulsarKeyValueSchemaHandler.java,**/PrimitiveSchemaTest.java,**/BlobStoreManagedLedgerOffloaderTest.java" ---- 2020-07-24 18:51:08 UTC - Ali Ahmed: @jia zhai what is this branch doing in the apache repo ? ```origin/jiazhai-standalone-tls``` ----