JanusGraph / JanusGraph/janusgraph
Check all test classes in :janusgraph-test:main that are referenced in a real test
Open
area/testing
- Dominant language
- Java
- Stars
- 5.8k
- Forks
- 1.2k
- Avg merge
- 13h 53m
- Merged PRs (30d)
- 6
Description
I found that `GraphDatabaseConfigurationInstanceIdTest.java` is never executed because it is located in the :janusgraph-test:main and not in :janusgraph-test:test.
Therefore we should check all test classes :janusgraph-test:main.
Contributor guide
Research direction
Start with GraphDatabaseConfigurationInstanceIdTest.java in :janusgraph-test:main and inspect how the :janusgraph-test:main test classes are referenced by real tests. Determine which classes are not executed by the test source set, then verify that every referenced test class is covered by the appropriate test setup.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- testing
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100