You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directmemory.apache.org by "Olivier Lamy (Resolved) (JIRA)" <ji...@apache.org> on 2012/02/24 10:08:49 UTC

[jira] [Resolved] (DIRECTMEMORY-29) Fix a payload size assertion in MemoryManagerTests.smokeTest()

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

Olivier Lamy resolved DIRECTMEMORY-29.
--------------------------------------

    Resolution: Fixed
    
> 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