[ 
https://issues.apache.org/jira/browse/BOOKKEEPER-1?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan Kelly updated BOOKKEEPER-1:
--------------------------------

    Fix Version/s: 3.4.0

> Static variable makes tests fail
> --------------------------------
>
>                 Key: BOOKKEEPER-1
>                 URL: https://issues.apache.org/jira/browse/BOOKKEEPER-1
>             Project: Bookkeeper
>          Issue Type: Bug
>            Reporter: Flavio Junqueira
>            Assignee: Flavio Junqueira
>             Fix For: 3.4.0
>
>         Attachments: BOOKKEEPER-1.patch, BOOKKEEPER-1.patch
>
>
> The following final static variable is causing LedgerDeleteTest to fail:
> {noformat}
> final static long LOG_SIZE_LIMIT = Long.getLong("logSizeLimit", 2 * 1024 * 
> 1024 * 1024L);
> {noformat}
> because the test counts on the value of the variable to change and the new 
> maven setup uses a single process by default, so the value of the variable 
> doesn't change. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to