JanusGraph/janusgraph

Add testing of Bigtable support via Bigtable emulator

Open

#415 ouverte le 16 juil. 2017

Voir sur GitHub
 (8 commentaires) (2 réactions) (0 assignés)Java (1 137 forks)batch import
area/testinghelp wantedstorage/bigtable

Métriques du dépôt

Stars
 (4 985 stars)
Métriques de merge PR
 (Merge moyen 3j 18h) (12 PRs mergées en 30 j)

Description

PR https://github.com/JanusGraph/janusgraph/issues/103 added support for Google Cloud Bigtable via the HBase backend, but the tests are only being run using HBase. We should add tests to run against the Bigtable emulator.

@lindsayismith, I believe you ran the HBase test suite manually with the Bigtable emulator when you made the changes in PR #103; would you mind adding an automated way to run it so that they run every time with Travis CI to ensure that everything continues to work properly with the Bigtable backend?

It would also be good to verify that any new changes, as well as new client library versions, continue to work well with JanusGraph + Bigtable, and this would be the way to do it.

Guide contributeur