Unit test failure in com.github.ambry.store.BlobStoreStatsTest
@nsivabalan is already working on this.
Since Sep 7, 2017.
- Dominant language
- Java
- Stars
- 1.8k
- Forks
- 298
- Avg merge
- 21h 43m
- Merged PRs (30d)
- 9
Description
```
:ambry-clustermap:processUnitTestResources UP-TO-DATE
:ambry-clustermap:unitTestClasses
:ambry-clustermap:unitTest
com.github.ambry.store.BlobStoreStatsTest > testBucketingWithNewEntriesDuringScan[3] FAILED
java.util.ConcurrentModificationException
at java.util.HashMap$HashIterator.nextNode(HashMap.java:1437)
at java.util.HashMap$EntryIterator.next(HashMap.java:1471)
at java.util.HashMap$EntryIterator.next(HashMap.java:1469)
at com.github.ambry.store.ScanResults.getValidSizePerContainer(ScanResults.java:168)
at com.github.ambry.store.BlobStoreStats.getValidDataSizeByContainer(BlobStoreStats.java:249)
at com.github.ambry.store.BlobStoreStatsTest.verifyAndGetContainerValidSize(BlobStoreStatsTest.java:871)
at com.github.ambry.store.BlobStoreStatsTest.testBucketingWithNewEntriesDuringScan(BlobStoreStatsTest.java:543)
```
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.