linkedin / linkedin/ambry

Unit test failure in com.github.ambry.store.BlobStoreStatsTest

Open
#746 0 comments 0 reactions 1 assignee View on GitHub

@nsivabalan is already working on this.

Since Sep 7, 2017.

bug
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.