1
0
Fork 0
arangodb/UnitTests/HttpInterface
Jan Steemann 6fc48d2625 fixed failing test 2014-06-18 21:12:52 +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
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
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
api-index-skiplist-spec.rb
api-index-spec.rb
api-replication-spec.rb fixed tests 2014-02-28 20:00:51 +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 Forgot a file in previous commit. 2014-02-28 16:55:15 +01:00
api-traversal-cluster-spec.rb Fixes for traversal tests for the cluster. 2014-04-02 13:53:53 +02:00
api-traversal-noncluster-spec.rb Fixes for traversal tests for the cluster. 2014-04-02 13:53:53 +02:00
api-users-spec.rb
arangodb.rb added more error information, fixed try catch 2014-04-21 13:35:06 +02:00
arangomultipartbody.rb
run-tests healed run-tests 2014-06-04 08:33:58 +02:00
run-tests-replication fixed replication test runner 2014-02-28 20:00:29 +01:00
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.