Test failure: com.github.ambry.router.PutManagerTest > testLaterChunkFailure[0] FAILED
@cgtz is already working on this.
Since Oct 28, 2020.
- Dominant language
- Java
- Stars
- 1.8k
- Forks
- 298
- Avg merge
- 21h 43m
- Merged PRs (30d)
- 9
Description
```
com.github.ambry.router.PutManagerTest > testLaterChunkFailure[0] FAILED
java.lang.AssertionError: exception should not be null
at org.junit.Assert.fail(Assert.java:91)
at org.junit.Assert.assertTrue(Assert.java:43)
at org.junit.Assert.assertNotNull(Assert.java:524)
at com.github.ambry.router.PutManagerTest.assertFailure(PutManagerTest.java:1244)
at com.github.ambry.router.PutManagerTest.submitPutsAndAssertFailure(PutManagerTest.java:970)
at com.github.ambry.router.PutManagerTest.testLaterChunkFailure(PutManagerTest.java:665)
```
https://gradle.com/s/iiwq4t6tbpewe
I've been seeing a lot of test failures in PutManagerTest recently. I will try to dig into this.
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.