1
0
Fork 0
arangodb/arangod
Wilfried Goesgens 810f34e120 Feature 3.5/convert gharial test to arangoclient (#10259)
* use the default arangosh client connection instead of the simple http client to test the gharial API

* refrain using globals, as sugested by @goedderz

* add method to check whether there already is a reply present

* fix result handling, return errors & set results

* the mock also needs to implement the 'isEmpty' function

* Update arangod/RestHandler/RestGraphHandler.cpp

Co-Authored-By: Michael Hackstein <michael@arangodb.com>

* Update arangod/RestHandler/RestGraphHandler.cpp

Co-Authored-By: Michael Hackstein <michael@arangodb.com>

* Update lib/Rest/VstResponse.h

Co-Authored-By: Michael Hackstein <michael@arangodb.com>

* Update lib/Rest/HttpResponse.h

Co-Authored-By: Michael Hackstein <michael@arangodb.com>

* changelog

* backport: fix variable name

* adjust test to corrected API

* make it private

* fix indention

* Update CHANGELOG
2019-10-16 16:42:55 +03:00
..
Actions Foxx Security (#8845) 2019-04-25 09:56:29 +02:00
Agency [3.5] yet another agency ttl bug (#10242) 2019-10-14 16:46:06 +03:00
Aql disallow subqueries in AQL traversal PRUNE conditions (#10231) 2019-10-16 16:36:33 +03:00
Auth refactoring (#9411) 2019-07-09 11:15:52 +02:00
Cache [3.5] Fix issue with cache allocation statistics. (#10029) 2019-09-27 14:31:36 +03:00
Cluster Fixed available. Fixed not found for list. (#10234) 2019-10-14 16:51:42 +03:00
ClusterEngine This merges hotbackup and atomic-db-creation into 3.5. (#9968) 2019-09-11 13:13:54 +03:00
GeneralServer remove debug logging (#10192) 2019-10-09 14:58:15 +03:00
GeoIndex Merge 3.5.1 back to 3.5 (#9713) 2019-08-14 20:24:47 +03:00
Graph applied fix which is already present in devel (#10210) 2019-10-10 12:09:39 +03:00
IResearch fix broken & duplicate logIds (#10134) 2019-10-01 20:15:07 +03:00
Indexes disable the creation of TTL indexes on sub-attributes (#9995) 2019-09-12 16:42:56 +03:00
InternalRestHandler Feature 3.5/curl 7.65.3 (#9790) 2019-08-26 15:54:42 +03:00
MMFiles This merges hotbackup and atomic-db-creation into 3.5. (#9968) 2019-09-11 13:13:54 +03:00
Pregel port change from devel by @danielhlarkin (#9773) 2019-08-21 13:07:43 +03:00
Replication cover more cases of "unique constraint violated" issues during replication (#9829) 2019-08-30 12:42:58 +03:00
RestHandler Feature 3.5/convert gharial test to arangoclient (#10259) 2019-10-16 16:42:55 +03:00
RestServer Use execvp instead of execv and handle error. (#10103) 2019-09-30 10:57:54 +03:00
RocksDBEngine Bug fix 3.5/issue 10078 (#10082) 2019-09-27 15:18:57 +03:00
Scheduler Bug fix 3.5/multi bugs (#9792) 2019-08-26 15:51:14 +03:00
Sharding honor restrictions when creating graphs (#10136) 2019-10-01 23:55:58 +03:00
Statistics back port PR 9874 to 3.5. Add write amplification stat and option to disable statistics history. (#9947) 2019-09-16 12:57:11 +03:00
StorageEngine Bug fix 3.5/backup list with bad dbserver (#10130) 2019-10-02 11:24:54 +03:00
Transaction fix random willi bug (#10197) 2019-10-09 16:03:26 +03:00
Utils Port latest shutdown hanger bug to 3.5. (#10121) 2019-10-01 18:16:44 +03:00
V8Server fix underflow in copying code (#10263) 2019-10-16 16:23:28 +03:00
VocBase fix broken & duplicate logIds (#10134) 2019-10-01 20:15:07 +03:00
CMakeLists.txt This merges hotbackup and atomic-db-creation into 3.5. (#9968) 2019-09-11 13:13:54 +03:00
dbg.cmake