Github user sijie commented on the issue: https://github.com/apache/bookkeeper/pull/168 https://travis-ci.org/apache/bookkeeper/jobs/238455091 somehow the tests are taking much longer time than they are running on jenkins (or laptop). ` Running org.apache.bookkeeper.client.BookieRecoveryTest Tests run: 120, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 348.205 sec - in org.apache.bookkeeper.client.BookieRecoveryTest Running org.apache.bookkeeper.client.BookieWriteLedgersWithDifferentDigestsTest Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 43.16 sec - in org.apache.bookkeeper.client.BookieWriteLedgersWithDifferentDigestsTest Running org.apache.bookkeeper.client.BookieWriteLedgerTest Tests run: 120, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 772.72 sec - in org.apache.bookkeeper.client.BookieWriteLedgerTest ` so let's disable running tests on travis, just use travis for valiating rat and findbugs. we can improve our tests later to see how we can address that.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---