1
0
Fork 0
arangodb/UnitTests/HttpInterface
jsteemann 2118dc6101 fixed typo 2015-12-21 01:42:48 +01:00
..
Gemfile
README
api-admin-spec.rb URL parameter -> {query,path} parameter 2015-11-24 18:09:43 +01:00
api-aqlfunction-spec.rb
api-async-spec-timecritical.rb changed HTTP return code for canceled operations from 408 to 410 2015-11-23 10:25:05 +01:00
api-attributes-spec.rb
api-batch-spec.rb
api-collection-noncluster-spec.rb
api-collection-spec.rb
api-compatibility-spec.rb
api-cursor-spec-noncluster.rb
api-cursor-spec.rb
api-database-spec.rb
api-document-create-noncluster-spec.rb
api-document-create-spec.rb
api-document-delete-spec.rb
api-document-key-spec.rb
api-document-read-spec.rb
api-document-update-spec.rb
api-documents-spec.rb
api-edge-noncluster-spec.rb
api-edge-spec.rb
api-edges-spec.rb
api-explain-spec.rb
api-export-spec-timecritical-noncluster.rb
api-foxx-manager-spec.rb
api-general-graph-spec.rb
api-graph-spec.rb
api-http-spec.rb Improve logging of unittests. 2015-12-11 13:23:26 +01:00
api-import-noncluster-spec.rb added `--create-collection-type` option for arangoimp 2015-12-18 22:26:32 +01:00
api-index-hash-spec.rb
api-index-skiplist-spec.rb
api-index-spec.rb
api-pipelining-spec-noncluster.rb
api-query-analysis-spec.rb fixed typo 2015-12-21 01:42:48 +01:00
api-replication-spec.rb replication fixes 2015-12-16 19:52:01 +01:00
api-simple-all-spec.rb
api-simple-any-spec.rb
api-simple-example-spec.rb
api-simple-first-cluster-spec.rb
api-simple-first-spec.rb
api-simple-fulltext-spec.rb
api-simple-geo-spec.rb
api-simple-hash-spec.rb
api-simple-modify-example-cluster-spec.rb
api-simple-modify-example-spec.rb
api-simple-range-spec.rb
api-simple-skiplist-spec.rb
api-statistics-spec.rb
api-structures.rb org/arangodb -> @arangodb 2015-12-15 15:51:44 +01:00
api-transactions-cluster-spec.rb
api-transactions-noncluster-spec.rb
api-traversal-cluster-spec.rb
api-traversal-edgecollection-cluster-spec.rb
api-traversal-edgecollection-noncluster-spec.rb
api-traversal-noncluster-spec.rb
api-users-spec.rb
api-wal-noncluster-spec.rb
arangodb.rb Increase timeout, so we can see cluster internal timeouts and their error messages. 2015-12-07 15:56:48 +01:00
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.