[ 
https://issues.apache.org/jira/browse/BOOKKEEPER-904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15228132#comment-15228132
 ] 

ASF GitHub Bot commented on BOOKKEEPER-904:
-------------------------------------------

GitHub user eolivelli opened a pull request:

    https://github.com/apache/bookkeeper/pull/30

    BOOKKEEPER-904 test 
BookieInitializationTest.testDuplicateBookieServerStartup fails on non-english 
machines

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/eolivelli/bookkeeper master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/bookkeeper/pull/30.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #30
    
----
commit 50076a48c84ce05a5acb67761408533b09eb94d1
Author: eolivelli <eolive...@gmail.com>
Date:   2016-04-06T11:29:22Z

    BOOKKEEPER-904 test 
BookieInitializationTest.testDuplicateBookieServerStartup fails on non-english 
machines

----


> test BookieInitializationTest.testDuplicateBookieServerStartup fails on 
> non-english machines
> --------------------------------------------------------------------------------------------
>
>                 Key: BOOKKEEPER-904
>                 URL: https://issues.apache.org/jira/browse/BOOKKEEPER-904
>             Project: Bookkeeper
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 4.4.0
>            Reporter: Enrico Olivelli
>            Priority: Trivial
>
> The test checks for message "Address already in use", which is "Indirizzo giĆ  
> in uso"  in Italian.
> Maybe it is enough to catch BindException and remove the assertion
> {code}
> Assert.assertTrue("BKServer allowed duplicate startups!",
>                     ce.getCause().getMessage().contains("Address already in 
> use"));
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to