1
0
Fork 0
arangodb/js/client/modules/@arangodb
Michael Hackstein 5decb66d01
fix dump&restore of smart graphs (#5065)
* Added tests for dump-restore of SmartGraphs

* Arangosh will now expose isSmart and the smartGraphAttribute on properties

* RestReplicationHandler will now ignore smart-graph collections unless you execute it with force

* Added changelog

* Reactivated original mmfiles dump/restore test

* Skip hidden smart graph collections in arangodump

* Do not dump shadowCollections metadata of smart edge collections

* Cluster optimizer rules for soerted gather nodes now handle virtual edge collections correctly

* Added a dump/restore tests for smartgraphs in rocksdb as well

* Deactivated checks for writesExecuted statistics in dump/restore tests for smartgraphs mmfiles

* Really exclude shadowCollections

* Reduced loglevel

* Added tests

* Don't change single-server behaviour

* Fix tests for omitted shadowCollections and hidden collections

* Activated statistics in MMFIles dump test again and included isEnterprise in rocksdb dump test

* A modification node can now disableStatistics, which means it does not contribute to query->extras() this is only relevant in SmartGraph case so far.

* Added a test to dump&restore satellite collections

* Bugfix: restore satellite collections properly

* Added regression test for internal issue #2237

* Fix bug #2237

* Updated CHANGELOG

* Copied dump/restore tests to rockdsb

* Removed enterprise test

* Added inline comment for smart-edge collections in optimizer rules

* Removed duplicate CHANGELOG entry

* Simplified removal of shadowCollections
2018-04-10 17:21:03 +02:00
..
aql
foxx
testsuites Windows should now use rspec.bat by default. No stunts with handed in ruby and rspec foo required but still possible. (#4943) 2018-03-26 10:10:56 +02:00
actions.js
arango-collection.js fix dump&restore of smart graphs (#5065) 2018-04-10 17:21:03 +02:00
arango-database.js Broken client API and server default was wrong (#3748) 2017-11-21 17:19:14 +01:00
arango-query-cursor.js
arango-statement.js
arango-view.js
arangosh.js
configuration.js
crash-utils.js Merge with latest changes in improve-jenkins 2017-08-31 17:53:48 +02:00
index.js make the ArangoShell refill its collection cache (#3441) 2017-11-02 15:32:48 +01:00
pregel.js
process-utils.js Active Failover for Foxx Services (3.3) (#4593) 2018-02-15 09:36:25 +01:00
replication.js Feature/async failover (#3451) 2017-10-18 23:59:29 +02:00
simple-query.js
tasks.js
test-utils.js Bugfix/cleanup graphs (#3250) 2017-09-15 14:20:21 +02:00
testing.js Refactor Authentication Layer (3.3) (#4588) 2018-02-28 13:24:18 +01:00
tutorial.js
user-helper.js Refactor Authentication Layer (3.3) (#4588) 2018-02-28 13:24:18 +01:00
users.js Refactor Authentication Layer (3.3) (#4588) 2018-02-28 13:24:18 +01:00
work-monitor.js