JanusGraph / JanusGraph/janusgraph

Flaky Cassandra test: testVertexTTLImplicitKey

Open
#1,465 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

storage/cassandra testing/flaky
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

Open the contributing guide

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.

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.