Jan Steemann
4335af50e7
replication improvements
2015-12-10 19:07:10 +01:00
Wilfried Goesgens
181db60b49
break if server is dead.
2015-12-09 13:43:04 +01:00
Alan Plum
d3e2f75c33
Make require behave again
...
Calls to require should stay within the ArangoDB paths or Foxx service root.
The require cache for Foxx services should be service specific.
Reloading a service's controllers should clear the service's require cache.
See #1577 .
2015-12-09 13:33:41 +01:00
jsteemann
f13ffb4dff
jslint
2015-12-09 00:21:55 +01:00
Max Neunhoeffer
06a7196924
Fix test that checks etcd version numbers.
2015-12-08 21:31:46 +01:00
Jan Steemann
4cd2621d06
adjusted AQL function return values
2015-12-08 19:45:32 +01:00
Alan Plum
6b4fbdc5a7
Make the Foxx console behave as documented
2015-12-08 18:42:13 +01:00
Jan Steemann
ee6792dd6b
fixes for traversal and multi-modify
2015-12-08 14:50:05 +01:00
Jan Steemann
7c7fc5175b
jslint
2015-12-08 12:44:37 +01:00
Jan Steemann
a3f42b5072
renamed test method
2015-12-08 11:49:45 +01:00
Jan Steemann
bbe8d5bb1f
reduced wait period
2015-12-07 17:10:07 +01:00
Wilfried Goesgens
ad8948057e
Add timestamp to the output of testing.js before it starts rspec tests
2015-12-07 16:34:16 +01:00
Jan Steemann
f707eddbcc
added tests
2015-12-07 16:06:58 +01:00
Jan Steemann
1daeb7ad28
deadlock tests for drivers
2015-12-07 15:01:35 +01:00
Jan Steemann
a53da38fcd
fixed some cluster queries
2015-12-04 17:07:36 +01:00
Jan Steemann
b6302a89df
valgrind test fix
2015-12-04 15:37:17 +01:00
Wilfried Goesgens
de86282978
add -, we do so in all other cases.
2015-12-04 14:24:10 +01:00
Wilfried Goesgens
08942dc729
Numeric functions seem to behave different in valgrind; therefore add a way to skip these tests.
2015-12-04 14:23:03 +01:00
Michael Hackstein
741fa73814
JSLint
2015-12-04 12:29:14 +01:00
Michael Hackstein
9a724cd5a6
Merge branch 'devel' of github.com:arangodb/arangodb into devel
2015-12-04 11:21:28 +01:00
Michael Hackstein
07e1bac837
Added tests for AQL traverser that check correctness if vertices are missing on the path
2015-12-04 11:20:24 +01:00
Jan Steemann
3b1df26a79
added AQL function `IS_DATESTRING`
2015-12-04 10:53:01 +01:00
Jan Steemann
3016c974fc
added tests
2015-12-03 16:51:52 +01:00
Jan Steemann
ec3ab298e1
added test for traversal after data modification
2015-12-03 13:46:11 +01:00
Jan Steemann
b404223212
jslint
2015-12-03 13:07:17 +01:00
Jan Steemann
cb0d98cb6c
added test cases for multi-modify
2015-12-03 12:18:03 +01:00
Jan Steemann
d572f3ed03
Merge branch 'aql-multi-modify' of https://github.com/arangodb/arangodb into devel
2015-12-03 11:38:30 +01:00
jsteemann
cb1c27c5c0
fixed jslint warnings
2015-12-03 11:24:52 +01:00
Michael Hackstein
3ea14e66a3
Merge branch 'devel' of github.com:arangodb/arangodb into JHMH
2015-12-03 10:19:17 +01:00
Michael Hackstein
b2e4673c65
Added a test for early filtering of < <= => > in Traversal
2015-12-02 17:52:01 +01:00
Michael Hackstein
23e2ac5da7
Fixed status reporting for Cluster and Single Server Case for the AQL Traverser Node.
2015-12-02 17:20:09 +01:00
jsteemann
9fa0f6d3a7
Merge branch 'devel' of https://github.com/arangodb/arangodb into aql-multi-modify
2015-12-02 16:38:50 +01:00
Jan Steemann
30001804c1
jslint
2015-12-02 16:12:30 +01:00
Jan Steemann
0ec9d342a7
added test
2015-12-02 15:50:00 +01:00
Jan Steemann
3a7eca45b8
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2015-12-02 15:41:51 +01:00
Jan Steemann
61a8e4c686
issue #1593 : add POW() AQL function
2015-12-02 15:41:30 +01:00
Jan Steemann
460b51734e
fixed disappearing of documents for collections transferred via `sync` if the collection was dropped right before synchronization and drop and (re-)create collection markers were located in the same WAL file
2015-12-02 14:48:08 +01:00
Max Neunhoeffer
43d9dde8cd
Slightly adapt sensitivity of a test to avoid false positives.
2015-12-02 14:46:01 +01:00
Wilfried Goesgens
eb797f5e2f
Remove anonymous wrapper function so this test harmonizes with our testing framework.
2015-12-02 14:17:18 +01:00
Max Neunhoeffer
3556f76469
Fix ClusterComm::asyncRequest w.r.t. body shared_ptr.
2015-12-02 14:15:18 +01:00
Michael Hackstein
eca008fc33
Fixed test for Traverser AQL statistics. It now tests the desired optimization state including early pruning of paths
2015-12-02 13:37:13 +01:00
Michael Hackstein
1a13af6f36
Merged remote changes with local stash
2015-12-02 11:34:58 +01:00
Alan Plum
125f825420
Add process to system modules (because it's global)
2015-12-01 19:53:34 +01:00
Wilfried Goesgens
4b861dd44a
Merge branch 'devel' of github.com:arangodb/ArangoDB into JHMH
2015-12-01 16:37:06 +01:00
Wilfried Goesgens
60819f9e80
Fix spelling for starting valgrind db servers
2015-12-01 16:36:23 +01:00
hkernbach
6d25ac57e9
Merge branch 'devel' of github.com:arangodb/arangodb into JHMH
2015-12-01 11:25:58 +01:00
jsteemann
49af794f5d
Merge branch 'devel' of https://github.com/arangodb/arangodb into aql-multi-modify
2015-12-01 01:56:46 +01:00
jsteemann
04e81ea851
more replication
2015-11-30 23:33:59 +01:00
Michael Hackstein
32496735fe
Fixed all tests in JSUnityVersion. Now missing stats
2015-11-30 17:54:34 +01:00
Michael Hackstein
d42d49f82b
Renamed aql-graph-traverser test. It is not supposed to be executed with Jasmine any more
2015-11-30 17:36:27 +01:00