1
0
Fork 0
arangodb/UnitTests/HttpInterface
Jan Steemann e51dcdb2cb Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into mjmh
Conflicts:
	js/common/tests/shell-general-graph.js
2014-06-20 13:39:51 +02:00
..
Gemfile
README
api-admin-spec.rb fixed test 2014-03-03 09:17:55 +01:00
api-aqlfunction-spec.rb
api-async-spec.rb fixed return code for async job cancellation 2014-05-08 18:27:46 +02:00
api-attributes-spec.rb
api-batch-spec.rb
api-collection-noncluster-spec.rb
api-collection-spec.rb fixed test 2014-06-13 17:50:44 +02:00
api-compatibility-spec.rb fixed failing test 2014-06-18 21:12:52 +02:00
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 major internal changes 2014-06-08 00:12:53 +02:00
api-explain-spec.rb
api-general-graph-spec.rb Fixed general graph api tests 2014-06-18 10:55:16 +02:00
api-graph-spec.rb
api-http-spec.rb
api-import-noncluster-spec.rb
api-index-bitarray-spec.rb
api-index-hash-spec.rb wal flush w/ collection unload 2014-06-11 11:33:02 +02:00
api-index-skiplist-spec.rb wal flush w/ collection unload 2014-06-11 11:33:02 +02:00
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-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
arangodb.rb Added short hand for graph creation for http api tests 2014-06-20 13:02:40 +02:00
arangomultipartbody.rb
run-tests Added graph and edge collection tests for traversal API to execution script 2014-06-20 13:01:43 +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.