1
0
Fork 0
arangodb/UnitTests/HttpInterface
Jan Steemann b08713d768 added tests and documentation 2015-08-24 11:05:26 +02:00
..
Gemfile
README
api-admin-spec.rb tests 2015-07-28 18:21:40 +02:00
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
api-compatibility-spec.rb fixed version 2015-07-13 18:06:42 +02:00
api-cursor-spec-noncluster.rb split tests 2015-07-20 10:58:43 +02:00
api-cursor-spec.rb split tests 2015-07-20 10:58:43 +02:00
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 fixed test 2015-04-30 23:38:39 +02:00
api-document-read-spec.rb fix location response headers with special characters 2015-05-05 14:00:06 +02:00
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-export-spec-timecritical-noncluster.rb added `limit` parameter for export API 2015-05-12 14:16:27 +02:00
api-foxx-manager-spec.rb
api-general-graph-spec.rb do not test on message strings, but error codes 2015-08-12 22:13:08 +02:00
api-graph-spec.rb Temprorarily disabled a neighbors test using the old return format. Will be reactivated soon 2015-05-30 00:41:28 -07:00
api-http-spec.rb added tests for timeouts 2015-08-16 23:28:49 +02:00
api-import-noncluster-spec.rb issue #1298: Bulk import if data already exists 2015-04-14 11:44:33 +02:00
api-index-hash-spec.rb
api-index-skiplist-spec.rb
api-index-spec.rb
api-pipelining-spec-noncluster.rb higher timeout 2015-03-19 10:36:07 +01:00
api-query-analysis-spec.rb Another improvement of query test 2015-03-13 13:58:06 +01:00
api-replication-spec.rb added tests and documentation 2015-08-24 11:05:26 +02:00
api-simple-all-spec.rb moved PUT /_api/simple/all to C++ 2015-06-18 15:34:45 +02:00
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
api-traversal-edgecollection-cluster-spec.rb
api-traversal-edgecollection-noncluster-spec.rb
api-traversal-noncluster-spec.rb
api-users-spec.rb
api-wal-noncluster-spec.rb
arangodb.rb added tests for timeouts 2015-08-16 23:28:49 +02: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.