BlobStoreCompactor test failure
@vgkholla is already working on this.
Since Jan 25, 2018.
- Dominant language
- Java
- Stars
- 1.8k
- Forks
- 298
- Avg merge
- 21h 43m
- Merged PRs (30d)
- 9
Description
Got the following test failure on the most recent travis build.
```
com.github.ambry.store.BlobStoreCompactorTest > interruptionDuringLastCommitTest FAILED
java.lang.AssertionError: Last modified time of an older index segment > newer index segment
at org.junit.Assert.fail(Assert.java:91)
at org.junit.Assert.assertTrue(Assert.java:43)
at com.github.ambry.store.CuratedLogIndexState.verifyRealIndexSanity(CuratedLogIndexState.java:616)
at com.github.ambry.store.CuratedLogIndexState.verifyState(CuratedLogIndexState.java:860)
at com.github.ambry.store.CuratedLogIndexState.setupTestState(CuratedLogIndexState.java:766)
at com.github.ambry.store.CuratedLogIndexState.(CuratedLogIndexState.java:181)
at com.github.ambry.store.BlobStoreCompactorTest.refreshState(BlobStoreCompactorTest.java:937)
at com.github.ambry.store.BlobStoreCompactorTest.interruptionDuringLastCommitTest(BlobStoreCompactorTest.java:694)
```
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.