1
0
Fork 0
arangodb/UnitTests/HttpInterface
Jan Steemann d9a945e33a include or exclude system collections from replication 2014-12-05 14:58:43 +01:00
..
Gemfile
README
api-admin-spec.rb
api-aqlfunction-spec.rb
api-async-spec-timecritical.rb Add timecritical option to the unittests 2014-10-14 11:04:45 +02:00
api-attributes-spec.rb reallow attribute names starting with underscores 2014-08-07 15:52:58 +02:00
api-batch-spec.rb
api-collection-noncluster-spec.rb
api-collection-spec.rb
api-compatibility-spec.rb fixed tests 2014-08-15 18:19:52 +02:00
api-cursor-spec.rb disabled non-deterministic test 2014-07-23 15:49:17 +02:00
api-database-spec.rb issue #1004 2014-08-28 08:55:02 +02:00
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 added `type` option for `GET /_api/document?collection=...` 2014-08-30 17:26:24 +02:00
api-document-update-spec.rb adjusted tests 2014-06-23 18:45:06 +02:00
api-documents-spec.rb
api-edge-noncluster-spec.rb
api-edge-spec.rb
api-edges-spec.rb
api-explain-spec.rb
api-general-graph-spec.rb Fixed cluster test in general graph 2014-07-17 09:02:45 +02:00
api-graph-spec.rb
api-http-spec.rb
api-import-noncluster-spec.rb
api-index-hash-spec.rb
api-index-skiplist-spec.rb
api-index-spec.rb
api-replication-spec.rb include or exclude system collections from replication 2014-12-05 14:58:43 +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
api-transactions-cluster-spec.rb
api-transactions-noncluster-spec.rb
api-traversal-cluster-spec.rb Added tests for traversal API using graphs instead of an edge collection. 2014-06-20 13:00:00 +02:00
api-traversal-edgecollection-cluster-spec.rb Added tests for traversal API using graphs instead of an edge collection. 2014-06-20 13:00:00 +02:00
api-traversal-edgecollection-noncluster-spec.rb Added tests for traversal API using graphs instead of an edge collection. 2014-06-20 13:00:00 +02:00
api-traversal-noncluster-spec.rb Added tests for traversal API using graphs instead of an edge collection. 2014-06-20 13:00:00 +02:00
api-users-spec.rb
api-wal-noncluster-spec.rb exposed WAL API 2014-06-24 16:10:27 +02:00
arangodb.rb Added short hand for graph creation for http api tests 2014-06-20 13:02:40 +02:00
arangomultipartbody.rb
run-tests use all available, non-cluster tests 2014-07-25 15:36:21 +02:00
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.