2019-12-09 19:19:14 UTC - Jermaine: @Jermaine has joined the channel ---- 2019-12-10 07:57:21 UTC - juraj: @juraj has joined the channel ---- 2019-12-10 08:01:24 UTC - Greg: @Greg has joined the channel ---- 2019-12-10 08:02:10 UTC - juraj: hi, trying to build pulsar/master but tests fail on `Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M3:test (default-test) on project managed-ledger: There are test failures.` -- `Cannot instantiate class org.apache.bookkeeper.mledger.impl.ManagedLedgerBkTest` etc. -- do i need to install something or is there a more extensive build doc somewhere? ---- 2019-12-10 08:08:07 UTC - juraj: surefire dump file ---- 2019-12-10 08:09:06 UTC - juraj: root cause ---- 2019-12-10 08:33:41 UTC - juraj: (trying to fully build first, before running tests, which i didn't do before) ---- 2019-12-10 08:34:38 UTC - Sijie Guo: you can skip tests by `mvn clean install -DskipTests` ---- 2019-12-10 08:34:51 UTC - Sijie Guo: `mvn clean install -DskipTests -Pdocker` ---- 2019-12-10 08:35:04 UTC - Sijie Guo: the tests take very long time to run ---- 2019-12-10 08:35:12 UTC - juraj: yes, doing that. now figuring out why the docker build is trying to contact my docker on port 2375 ---- 2019-12-10 08:35:40 UTC - juraj: `Connect to master:2375 [master/10.10.0.10] failed: Connection refused: connect -> [Help 1]` ---- 2019-12-10 08:35:54 UTC - juraj: (master is my local hyper-v node i run docker in) ---- 2019-12-10 08:37:40 UTC - juraj: my local docker var is set to `DOCKER_HOST=<ssh://juraj>@master` (and `docker info` etc. works) ---- 2019-12-10 08:48:06 UTC - juraj: also when fixing bugs, it's best to base on the `master` branch ? ----