Re: Template configuration parameters with comma-separated lists in Janusgraph 0.6.0
hadoopmarc@...
Hi Mladen,
The good news: there actually is an explicit MultiHost test for this in the janusgraph test suite: https://github.com/JanusGraph/janusgraph/blob/v0.6.0/janusgraph-cql/src/test/java/org/janusgraph/core/cql/CQLConfiguredGraphFactoryTest.java The bad news: I could not get this test to run in my local environment. When I do (requires the docker service running): $ git checkout v.0.6.0 $ mvn clean install -DskipTests $ mvn test -Dtest=CQLConfiguredGraphFactoryTest -pl janusgraph-cql -Pcassandra3-murmur -e all 21 tests fail with: Caused by: org.janusgraph.graphdb.management.utils.ConfigurationManagementGraphNotEnabledException: Please add a key named "ConfigurationManagementGraph" to the "graphs" property in your YAML file and restart the server to be able to use the functionality of the ConfigurationManagementGraph class.As far as I can see, the tests are run on github CI, see: https://github.com/JanusGraph/janusgraph/blob/master/.github/workflows/ci-backend-cql.yml However, I cannot access the CI logs right now. I do not know where to go from here. Best wishes, Marc On Tue, Sep 21, 2021 at 02:29 PM, Mladen Marović wrote: ConfiguredGraphFactory |
|