You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.lang.AssertionError: expected null, but was:<java.nio.HeapByteBuffer[pos=0 lim=2 cap=2]>
at org.junit.Assert.fail(Assert.java:89)
at org.junit.Assert.failNotNull(Assert.java:756)
at org.junit.Assert.assertNull(Assert.java:738)
at org.junit.Assert.assertNull(Assert.java:748)
at net.openhft.chronicle.map.CHMUseCasesTest.testByteBufferDirectByteBufferMap(CHMUseCasesTest.java:1224)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
// Caused by the very first operation invoked on a new map
assertNull(map.put(key1, value1));
The text was updated successfully, but these errors were encountered:
https://teamcity.chronicle.software/buildConfiguration/OpenHFT_BuildAll_BuildJava8compileJava8/643627?buildTab=overview&showRootCauses=false&expandBuildProblemsSection=true&expandBuildTestsSection=true
The text was updated successfully, but these errors were encountered: