1
0
Fork 0
arangodb/UnitTests/HttpInterface
jsteemann 2c92879161 cleanup 2016-09-02 10:26:43 +02:00
..
Gemfile
README
api-admin-spec.rb
api-aql-builtin-spec.rb
api-aqlfunction-spec.rb
api-async-spec-timecritical.rb
api-attributes-spec.rb
api-batch-spec.rb
api-collection-noncluster-spec.rb
api-collection-spec.rb
api-cursor-spec-noncluster.rb
api-cursor-spec.rb fixed some tests 2016-08-30 09:36:43 +02:00
api-database-spec.rb restriction are now user based 2016-06-09 13:46:25 +02:00
api-document-create-spec.rb escape Unicode characters in JSON dumps 2016-06-29 12:53:08 +02:00
api-document-delete-spec.rb Fix more tests w.r.t. revision ids. 2016-07-06 10:04:18 +02:00
api-document-key-spec.rb
api-document-read-spec.rb Fix another rev related test. 2016-07-06 10:31:17 +02:00
api-document-update-spec.rb Fix more tests w.r.t. revision ids. 2016-07-06 10:04:18 +02:00
api-documents-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 Pin itzpapalotl version in GitHub test 2016-06-16 11:48:24 +02:00
api-general-graph-spec.rb
api-http-spec.rb Fix trusted origin tests 2016-07-27 12:10:47 +02:00
api-import-noncluster-spec.rb enable import API for cluster 2016-06-24 10:53:00 +02:00
api-import-spec.rb enable import API for cluster 2016-06-24 10:53:00 +02:00
api-index-hash-spec.rb
api-index-persistent-spec.rb added tests, fixed unique constraints 2016-06-07 17:26:07 +02:00
api-index-skiplist-spec.rb
api-index-spec.rb
api-pipelining-spec-noncluster.rb
api-query-analysis-spec-timecritical.rb Mark test as timecritical, it fails with asan. 2016-06-14 13:41:13 +02:00
api-replication-spec.rb cleanup 2016-09-02 10:26:43 +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-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
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.