1
0
Fork 0
arangodb/js/client/modules/@arangodb
Wilfried Goesgens 81889bfc54 Work on testingjs to make it fit for storage engine and others:
- add storage engine switch:
  - filter for files with `-rocksdb` or `-mmfiles` depending on the used storage engine.
- fix missing color reset on error messages
- make --test a substring match instead of a full match.
- print an error message if --test did not match any testcase and thus no tests were run
- disable crash check for the recovery testcases that are actually intended to crash so we can recover from the failed state
- scan for recovery testcases instead of keeping a hand written list
- make test-scan function public
2017-03-24 16:17:36 +01:00
..
aql
foxx
actions.js
arango-collection.js added "shardIds" option for AQL queries to restrict queries to specific shards 2017-03-08 15:07:10 +01:00
arango-database.js added db._engine() 2017-03-22 11:19:31 +01:00
arango-query-cursor.js fixed cursor printing behavior 2017-01-12 17:26:20 +01:00
arango-statement.js
arango-view.js Finished adding view support to ArangoShell. 2017-03-21 11:40:14 -04:00
arangosh.js
configuration.js
index.js we may now also do 'milestone'-releases next to devel/alpha/beta/rc 2017-03-22 11:59:25 +01:00
pregel.js Fixed pregel API 2017-01-21 19:00:37 +01:00
replication.js add some debug output for replication tests 2017-03-17 13:02:15 +01:00
simple-query.js
tasks.js
testing.js Work on testingjs to make it fit for storage engine and others: 2017-03-24 16:17:36 +01:00
tutorial.js Optimized arangosh tutorial for 80 char width, slightly extended 2016-08-22 20:59:54 +02:00
users.js attempt to fix issues reported by @ewoutp 2017-03-03 14:47:21 +01:00
work-monitor.js