1
0
Fork 0
arangodb/UnitTests/HttpInterface
Wilfried Goesgens 9c6b4c081c Mark test as timecritical, it fails with asan. 2016-06-14 13:41:13 +02:00
..
Gemfile Remove httparty from the bundle - it comes as a dependency from persistent_httparty 2016-02-10 10:48:03 +01:00
README
api-admin-spec.rb fixed unit tests 2016-05-20 09:31:39 +02:00
api-aql-builtin-spec.rb added /_api/aql-builtin 2016-06-03 12:56:18 +02:00
api-aqlfunction-spec.rb
api-async-spec-timecritical.rb
api-attributes-spec.rb move system attributes to the front of objects 2016-04-29 13:13:39 +02:00
api-batch-spec.rb
api-collection-noncluster-spec.rb test fixes 2016-03-24 14:55:31 +01:00
api-collection-spec.rb changed structure of response to GET /_api/collection 2016-05-19 17:56:15 +02:00
api-cursor-spec-noncluster.rb
api-cursor-spec.rb
api-database-spec.rb restriction are now user based 2016-06-09 13:46:25 +02:00
api-document-create-spec.rb removed option `--server.default-api-compatibility` 2016-05-06 18:38:37 +02:00
api-document-delete-spec.rb fixed tests 2016-06-12 22:50:26 +02:00
api-document-key-spec.rb Adjust tests for 3.0. 2016-03-09 15:20:55 +01:00
api-document-read-spec.rb fixed tests 2016-06-12 22:50:26 +02:00
api-document-update-spec.rb fixed auth for superuser 2016-06-10 16:49:18 +02:00
api-documents-spec.rb test fixes 2016-04-06 17:39:24 +02:00
api-edge-spec.rb Fix edge tests. 2016-03-10 12:45:10 +01:00
api-edges-spec.rb test fixes 2016-03-21 18:25:48 +01:00
api-explain-spec.rb
api-export-spec-timecritical-noncluster.rb
api-foxx-manager-spec.rb
api-general-graph-spec.rb Migrated gharial to FOTF 2016-04-18 18:00:50 +02:00
api-http-spec.rb test fix 2016-05-19 15:24:45 +02:00
api-import-noncluster-spec.rb fixed tests 2016-05-12 15:30:39 +02:00
api-index-hash-spec.rb
api-index-persistent-spec.rb added tests, fixed unique constraints 2016-06-07 17:26:07 +02:00
api-index-skiplist-spec.rb
api-index-spec.rb test fixes 2016-03-21 17:59:58 +01:00
api-pipelining-spec-noncluster.rb
api-query-analysis-spec-timecritical.rb Mark test as timecritical, it fails with asan. 2016-06-14 13:41:13 +02:00
api-replication-spec.rb added tests for 2.8 compat mode 2016-06-03 13:37:18 +02:00
api-simple-all-spec.rb
api-simple-any-spec.rb
api-simple-example-spec.rb
api-simple-first-cluster-spec.rb Simple api calls are gone! 2016-05-09 15:45:46 +02:00
api-simple-fulltext-spec.rb
api-simple-geo-spec.rb
api-simple-modify-example-cluster-spec.rb
api-simple-modify-example-spec.rb make merging configurable in update-by-example API 2016-01-04 16:31:06 +01:00
api-simple-range-spec.rb
api-statistics-spec.rb
api-transactions-cluster-spec.rb
api-transactions-noncluster-spec.rb
api-traversal-cluster-spec.rb Moved another test to use the document endpoint instead of the edge endpoint. 2016-04-05 10:30:03 +02:00
api-traversal-edgecollection-cluster-spec.rb Fixed test, it still used _api/edges instead of _api/document 2016-04-05 10:20:17 +02:00
api-traversal-edgecollection-noncluster-spec.rb fixed tests 2016-03-22 13:10:36 +01:00
api-traversal-noncluster-spec.rb fixed tests 2016-03-22 13:10:36 +01:00
api-users-spec.rb removed old API 2016-06-03 11:50:30 +00:00
api-wal-noncluster-spec.rb
arangodb.rb Migrate rspec to persistent connections 2016-02-10 10:36:52 +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.