apache / incubator-hugegraph

A graph database that supports more than 100+ billion data, high performance and scalability (Include OLTP Engine & REST-API & Backends)
https://hugegraph.apache.org
Apache License 2.0
2.63k stars 517 forks source link

fix(server): avoid overriding backend config in gremlin example script #2519

Closed VGalaxies closed 5 months ago

VGalaxies commented 5 months ago

fixup #2518, I noticed that the gremlin example script is also used when importing example graphs, so users should be advised to manually configure the backend to memory.

Corresponding documentation PR -> https://github.com/apache/incubator-hugegraph-doc/pull/354

codecov-commenter commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 61.10%. Comparing base (3783247) to head (1e5f5ec).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2519 +/- ## ========================================= Coverage 61.09% 61.10% Complexity 827 827 ========================================= Files 579 579 Lines 46232 46232 Branches 6275 6275 ========================================= + Hits 28245 28249 +4 + Misses 15175 15168 -7 - Partials 2812 2815 +3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.