eolivelli commented on issue #340: Issue 339: Use ephemeral port for bookkeeper tests and variable unit test improvements URL: https://github.com/apache/bookkeeper/pull/340#issuecomment-319380181 Overall is OK for me. There is still some failing test, like these, but it is not always reproducible ``` testManyOpenParallel(org.apache.bookkeeper.client.TestFencing) Time elapsed: 60.267 sec <<< ERROR! org.junit.runners.model.TestTimedOutException: test timed out after 60000 milliseconds at org.apache.bookkeeper.client.TestFencing.testManyOpenParallel(TestFencing.java:196) ``` ``` testBookieRestartContinuously(org.apache.bookkeeper.bookie.BookieShutdownTest) Time elapsed: 9.186 sec <<< ERROR! org.apache.bookkeeper.bookie.BookieException$InvalidCookieException: Cookie [4 bookieHost: "10.168.101.193:43929" journalDir: "/tmp/bookie3163597913702501683test" ledgerDirs: "1\t/tmp/bookie3163597913702501683test" ] is not matching with [4 bookieHost: "10.168.101.193:43929" journalDir: "/tmp/bookie5441052039362779250test" ledgerDirs: "1\t/tmp/bookie5441052039362779250test" ] at org.apache.bookkeeper.bookie.BookieShutdownTest.testBookieRestartContinuously(BookieShutdownTest.java:86) ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org
With regards, Apache Git Services