2020-04-09 17:21:47 UTC - Michael Gokey: @Michael Gokey has joined the channel ---- 2020-04-09 22:53:26 UTC - Ermir Zaimi: @Ermir Zaimi has joined the channel ---- 2020-04-10 01:31:41 UTC - Mike Russell: Has anyone by chance run into this test failure on 2.5.1 Candidate 2 running “mvn test”?:
```ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 1, Time elapsed: 124.058 s <<< FAILURE! - in org.apache.bookkeeper.mledger.impl.ManagedLedgerFactoryChangeLedgerPathTest [ERROR] testChangeZKPath(org.apache.bookkeeper.mledger.impl.ManagedLedgerFactoryChangeLedgerPathTest) Time elapsed: 30.175 s <<< FAILURE! org.apache.bookkeeper.mledger.ManagedLedgerException: Timeout during open-cursor operation ^C[INFO] [INFO] Results: [INFO] [ERROR] Failures: [ERROR] org.apache.bookkeeper.mledger.impl.ManagedLedgerFactoryChangeLedgerPathTest.testChangeZKPath(org.apache.bookkeeper.mledger.impl.ManagedLedgerFactoryChangeLedgerPathTest) [INFO] Run 1: PASS [ERROR] Run 2: ManagedLedgerFactoryChangeLedgerPathTest.testChangeZKPath » ManagedLedger Time... [INFO] [INFO] [ERROR] Tests run: 319, Failures: 1, Errors: 0, Skipped: 0 [INFO]``` ---- 2020-04-10 03:37:45 UTC - Sijie Guo: Looks like a known flaky test. ---- 2020-04-10 03:38:48 UTC - Sijie Guo: Are you able to pass the test? ```mvn -pl managed-ledger test -Dtest=ManagedLedgerFactoryChangeLedgerPathTest``` ---- 2020-04-10 04:00:19 UTC - Mike Russell: I haven't tried running it by itself like that, but I definitely will first thing in the AM, thanks for reaching back out about it :)! ok_hand : Sijie Guo ----