ensurePasswordUsedForOldLedgers will be fixed when the 64 bit ledger ID generation patch is merged in. It is failing because it is checking if the LongLedgerManager is compatible with the old LedgerManager which it is not and it is failing.
- Bobby On Friday, March 31, 2017, 3:50:02 AM CDT, Enrico Olivelli <[email protected]> wrote:Hi BookKeeper, currently we have some issues on master, failing test cases and findbugs issues. I remember Bobby is working on ensurePasswordUsedForOldLedgers Is anyone else working on other issues ? https://builds.apache.org/job/bookkeeper-master/1704/display/redirect Tests in error: BookKeeperTest.testReadHandleWithExplicitLAC:404 » TestTimedOut test timed out... BookKeeperTest.testReadHandleWithExplicitLAC:404 » TestTimedOut test timed out... BookieRecoveryTest.ensurePasswordUsedForOldLedgers[4] » BKNoSuchLedgerExists BookieRecoveryTest.ensurePasswordUsedForOldLedgers[5] » BKNoSuchLedgerExists Cheers --- Enrico
