Range Hashmap failed in CI test bed
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 16
- Forks
- 22
- Avg merge
- 2d 20h
- Merged PRs (30d)
- 5
Description
RangeCache test has failed in CI builds and succeeds in local machine. It looks like the failure is while completing the process (perhaps a failed removal of file etc..??)
[2022-12-08T07:49:46.809Z] [12/08/22 00:20:16-07:00] [I] [1298] [test_range_cache.cpp:213:TestBody] INFO: Doing op=READ on chunk=2 for blks=[4578-5401]
[2022-12-08T07:49:46.809Z] [12/08/22 00:20:16-07:00] [I] [1298] [test_range_cache.cpp:213:TestBody] INFO: Doing op=READ on chunk=1 for blks=[3838-5554]
[2022-12-08T07:49:46.809Z] [12/08/22 00:20:16-07:00] [I] [1298] [test_range_cache.cpp:213:TestBody] INFO: Doing op=READ on chunk=6 for blks=[4011-5364]
[2022-12-08T07:49:46.809Z] 96% tests passed, 1 tests failed out of 24
[2022-12-08T07:49:46.809Z] Total Test time (real) = 16.09 sec
[2022-12-08T07:49:46.809Z] The following tests FAILED:
[2022-12-08T07:49:46.809Z] 5 - RangeCache (SEGFAULT)
Since its blocking its build, automatic test on build for this test case is disabled. Once fixed, please enable it back.
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.
Research direction
Start with the RangeCache test in test_range_cache.cpp, especially the failing CI run that reports a segmentation fault after the logged READ operations. Reproduce the CI-only failure and identify why the test fails during completion or file removal. Once fixed, verify the test passes and re-enable its automatic build test.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- testing-qa
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 28/100