Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deflake CHMUseCasesTest #385

Closed
minborg opened this issue Jan 14, 2022 · 1 comment
Closed

Deflake CHMUseCasesTest #385

minborg opened this issue Jan 14, 2022 · 1 comment
Assignees

Comments

@minborg
Copy link
Contributor

minborg commented Jan 14, 2022

https://teamcity.chronicle.software/buildConfiguration/OpenHFT_BuildAll_BuildJava8compileJava8/643627?buildTab=overview&showRootCauses=false&expandBuildProblemsSection=true&expandBuildTestsSection=true

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));

@minborg minborg self-assigned this Jan 14, 2022
minborg added a commit that referenced this issue Jan 21, 2022
Deflake CHMUseCasesTest, Fix #385
@hft-team-city
Copy link
Contributor

Released in Chronicle-Map-3.23ea0, BOM-2.22.129

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants