mirror of https://gitee.com/bigwinds/arangodb
|
||
---|---|---|
.. | ||
Gemfile | ||
README | ||
api-admin-spec.rb | ||
api-aqlfunction-spec.rb | ||
api-async-spec.rb | ||
api-attributes-spec.rb | ||
api-batch-spec.rb | ||
api-collection-noncluster-spec.rb | ||
api-collection-spec.rb | ||
api-compatibility-spec.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-graph-spec.rb | ||
api-http-spec.rb | ||
api-import-noncluster-spec.rb | ||
api-index-bitarray-spec.rb | ||
api-index-hash-spec.rb | ||
api-index-skiplist-spec.rb | ||
api-index-spec.rb | ||
api-replication-spec.rb | ||
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-spec.rb | ||
api-traversal-spec.rb | ||
api-users-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.