1
0
Fork 0
arangodb/UnitTests/HttpInterface
Max Neunhoeffer cb78f14046 Revert "Revert V8"
This reverts commit 61917961fa.
2016-05-02 13:55:30 +02:00
..
Gemfile
README
api-admin-spec.rb Fix Admin API spec 2016-04-18 18:00:38 +02:00
api-aqlfunction-spec.rb
api-async-spec-timecritical.rb
api-attributes-spec.rb move system attributes to the front of objects 2016-04-29 13:13:39 +02:00
api-batch-spec.rb
api-collection-noncluster-spec.rb test fixes 2016-03-24 14:55:31 +01:00
api-collection-spec.rb Revert "Revert V8" 2016-05-02 13:55:30 +02:00
api-compatibility-spec.rb added warning, removed local-configuration, bumped version 2016-02-18 14:02:40 +01:00
api-cursor-spec-noncluster.rb
api-cursor-spec.rb
api-database-spec.rb
api-document-create-spec.rb Fixed a bug in HTTP unittests. It removed the wrong document. 2016-04-01 17:06:19 +02:00
api-document-delete-spec.rb Fixed return codes in cluster. They are now forwarded properly from DBServer to Client 2016-04-15 17:58:06 +02:00
api-document-key-spec.rb Adjust tests for 3.0. 2016-03-09 15:20:55 +01:00
api-document-read-spec.rb Moved GET _api/document?collection=xxx to PUT _api/simple/all-keys {collection: xxx}. Adapted all tests. Also removed Transaction::allKeys which got obsolete by this commit. 2016-04-15 11:23:25 +02:00
api-document-update-spec.rb Fix tests for documents. 2016-03-10 09:48:38 +01:00
api-documents-spec.rb test fixes 2016-04-06 17:39:24 +02:00
api-edge-spec.rb Fix edge tests. 2016-03-10 12:45:10 +01:00
api-edges-spec.rb test fixes 2016-03-21 18:25:48 +01:00
api-explain-spec.rb
api-export-spec-timecritical-noncluster.rb
api-foxx-manager-spec.rb
api-general-graph-spec.rb Migrated gharial to FOTF 2016-04-18 18:00:50 +02:00
api-graph-spec.rb fixes 2016-03-22 10:51:42 +01:00
api-http-spec.rb standalone.html -> index.html 2016-04-18 18:01:05 +02:00
api-import-noncluster-spec.rb allow specifying collection name prefixes for `_from` and `_to` in arangoimp: 2016-04-15 16:18:23 +02:00
api-index-hash-spec.rb
api-index-skiplist-spec.rb
api-index-spec.rb test fixes 2016-03-21 17:59:58 +01:00
api-pipelining-spec-noncluster.rb
api-query-analysis-spec.rb added grace period 2016-02-18 12:12:29 +01:00
api-replication-spec.rb fixed some replication tests 2016-04-04 12:26:30 +02:00
api-simple-all-spec.rb
api-simple-any-spec.rb
api-simple-example-spec.rb
api-simple-first-cluster-spec.rb
api-simple-fulltext-spec.rb
api-simple-geo-spec.rb
api-simple-modify-example-cluster-spec.rb
api-simple-modify-example-spec.rb
api-simple-range-spec.rb
api-statistics-spec.rb
api-structures.rb
api-transactions-cluster-spec.rb
api-transactions-noncluster-spec.rb
api-traversal-cluster-spec.rb Moved another test to use the document endpoint instead of the edge endpoint. 2016-04-05 10:30:03 +02:00
api-traversal-edgecollection-cluster-spec.rb Fixed test, it still used _api/edges instead of _api/document 2016-04-05 10:20:17 +02:00
api-traversal-edgecollection-noncluster-spec.rb fixed tests 2016-03-22 13:10:36 +01:00
api-traversal-noncluster-spec.rb fixed tests 2016-03-22 13:10:36 +01:00
api-users-spec.rb
api-wal-noncluster-spec.rb
arangodb.rb
arangomultipartbody.rb
run-tests
run-tests-replication
stress-test.rb

README

Conventions for testing framework:
==================================

All files in this directory whose name starts with "api-"
and ends with ".js" automatically take part in http
or https server tests, with the exception of 
"api-replication-spec.js".

If the filename contains the string "-cluster-", then it is
only executed when testing in cluster mode. If the filename
contains the string "-noncluster-", then it is only executed
when testing in single instance mode.