TestFailure: com.github.ambry.router.PutManagerTest > testOptionsFailures[2] FAILED
@justinlin-linkedin is already working on this.
Since Dec 17, 2020.
- Dominant language
- Java
- Stars
- 1.8k
- Forks
- 298
- Avg merge
- 21h 43m
- Merged PRs (30d)
- 9
Description
stacktrace
```
com.github.ambry.router.PutManagerTest > testOptionsFailures[2] FAILED
java.lang.AssertionError: DirectMemoryLeak: [allocation|deallocation] before test[59628|57042], after test[59631|57044] expected:<2586> but was:<2587>
at org.junit.Assert.fail(Assert.java:91)
at org.junit.Assert.failNotEquals(Assert.java:645)
at org.junit.Assert.assertEquals(Assert.java:126)
at org.junit.Assert.assertEquals(Assert.java:470)
at com.github.ambry.utils.NettyByteBufLeakHelper.afterTest(NettyByteBufLeakHelper.java:94)
at com.github.ambry.router.PutManagerTest.postCheck(PutManagerTest.java:170)
```
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.