JanusGraph / JanusGraph/janusgraph
Flaky Cassandra test: testVertexTTLImplicitKey
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 5.8k
- Forks
- 1.2k
- Avg merge
- 13h 53m
- Merged PRs (30d)
- 6
Description
```java
[ERROR] Errors:
[ERROR] ThriftGraphTest>JanusGraphTest.testVertexTTLImplicitKey:5772 » NullPointer
```
Job was:
```
MODULE='cassandra' ARGS='-Dtest=**/graphdb/thrift/* -Dtest.skip.ordered=true -Dtest.skip.ssl=true -Dtest.skip.serial=true'
```
on branch `0.3`.
Contributor guide
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 by rerunning the Cassandra job with `-Dtest=**/graphdb/thrift/*` and inspect `JanusGraphTest.testVertexTTLImplicitKey` at line 5772, reported through `ThriftGraphTest`. Compare the flaky failure with a successful run to identify the source of the NullPointer; done means the test runs reliably without that error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cassandra, java
- Domain
- databases, testing-qa
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100