Github user eolivelli commented on the issue:
https://github.com/apache/bookkeeper/pull/116
On my laptop (Linux fedora 24) I have:
>
testDuplicateBookieServerStartup(org.apache.bookkeeper.bookie.BookieInitializationTest)
Time elapsed: 0.028 sec <<< ERROR!
> io.netty.channel.unix.Errors$NativeIoException: bind() failed: Address
already in use
>
The test is failing because using the NativeIoException is not a
BindException
I suggest to change the 'catch' clause to a more naive 'catch IOException'
---
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 [email protected] or file a JIRA ticket
with INFRA.
---