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

Igor Babalich updated DIRECTMEMORY-29:
--------------------------------------

    Summary: Fix a payload size assertion in MemoryManagerTests.smokeTest()  
(was: Fix the payload size assertion in MemoryManagerTests.smokeTest())
    
> 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
>
> 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