1
0
Fork 0
arangodb/UnitTests/HttpInterface
jsteemann 8e04b41450 renamed test so views are not tested in cluster yet 2017-03-22 12:03:27 +01: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 Properly disable timecritical 2017-01-26 16:01:12 +01:00
api-cursor-spec-noncluster.rb fix typo in test description 2017-01-30 16:40:55 +01:00
api-cursor-spec.rb
api-database-spec.rb issue #2348 2017-03-03 10:50:13 +01:00
api-document-create-spec.rb
api-document-delete-spec.rb Change undocumented behaviour in case of invalid rev in If-Match headers. 2017-02-07 22:37:38 +01:00
api-document-key-spec.rb
api-document-read-spec.rb Change undocumented behaviour in case of invalid rev in If-Match headers. 2017-02-07 22:37:38 +01:00
api-document-update-spec.rb Change undocumented behaviour in case of invalid rev in If-Match headers. 2017-02-07 22:37:38 +01: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
api-general-graph-spec.rb
api-http-spec.rb
api-import-noncluster-spec.rb
api-import-spec.rb
api-index-hash-spec.rb
api-index-persistent-spec.rb
api-index-skiplist-spec.rb
api-index-spec.rb
api-pipelining-spec-noncluster.rb
api-query-analysis-spec-timecritical.rb fixed tests 2017-03-08 18:08:36 +01:00
api-replication-spec.rb
api-simple-all-spec.rb
api-simple-any-spec.rb
api-simple-example-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 adjusted test expectation for #2346 2017-03-03 10:19:57 +01:00
api-view-spec-noncluster.rb renamed test so views are not tested in cluster yet 2017-03-22 12:03:27 +01:00
api-wal-noncluster-spec.rb
arangodb.rb Properly disable timecritical 2017-01-26 16:01:12 +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.