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

Olivier Lamy updated DIRECTMEMORY-29:
-------------------------------------

    Fix Version/s: 0.6.0
    
> Fix a payload size assertion in MemoryManagerTests.smokeTest()
> --------------------------------------------------------------
>
>                 Key: DIRECTMEMORY-29
>                 URL: https://issues.apache.org/jira/browse/DIRECTMEMORY-29
>             Project: Apache DirectMemory
>          Issue Type: Test
>            Reporter: Igor Babalich
>            Priority: Trivial
>             Fix For: 0.6.0
>
>
> When the test is executed more than one time by junitbenchmarks, the same 
> instance of MemoryManager is used. As result p.end is not equal to the 
> payload's size, and test will fail.
> Fix by changing 
>    assertEquals(size,p.end);  to assertEquals(size,p.end-p.start);

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to