Test failure in ChunkFiller
@nsivabalan is already working on this.
Since Dec 5, 2017.
- Dominant language
- Java
- Stars
- 1.8k
- Forks
- 298
- Avg merge
- 21h 43m
- Merged PRs (30d)
- 9
Description
```
com.github.ambry.router.ChunkFillTest > testChunkFillingBlobSizeNotMultipleOfChunkSize[1] FAILED
junit.framework.AssertionFailedError: Chunk should be ready. expected: but was:
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.failNotEquals(Assert.java:283)
at junit.framework.Assert.assertEquals(Assert.java:64)
at com.github.ambry.router.ChunkFillTest.fillChunksAndAssertSuccess(ChunkFillTest.java:289)
at com.github.ambry.router.ChunkFillTest.testChunkFillingBlobSizeNotMultipleOfChunkSize(ChunkFillTest.java:121)
```
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.