1
0
Fork 0
arangodb/UnitTests/HttpInterface
Jan Christoph Uhde ed5b70a558 merge stash 2017-04-05 18:45:53 +02:00
..
Gemfile
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
api-batch-spec.rb
api-collection-mmfiles-noncluster-spec.rb Added RocksDB export functionality and some bug fixes. 2017-04-04 17:33:14 -04:00
api-collection-mmfiles-spec.rb begin to split http tests for mmfiles and rocksdb 2017-04-04 13:22:05 +02:00
api-collection-rocksdb-noncluster-spec.rb make more tests pass 2017-04-05 14:57:18 +02:00
api-collection-rocksdb-spec.rb merge stash 2017-04-05 18:45:53 +02:00
api-cursor-spec-noncluster.rb fix typo in test description 2017-01-30 16:40:55 +01:00
api-cursor-spec.rb fix test in cluster 2016-12-09 17:17:09 +01:00
api-database-spec.rb issue #2348 2017-03-03 10:50:13 +01:00
api-document-create-spec.rb escape Unicode characters in JSON dumps 2016-06-29 12:53:08 +02:00
api-document-delete-spec.rb Change undocumented behaviour in case of invalid rev in If-Match headers. 2017-02-07 22:37:38 +01:00
api-document-key-spec.rb
api-document-read-spec.rb Change undocumented behaviour in case of invalid rev in If-Match headers. 2017-02-07 22:37:38 +01:00
api-document-update-spec.rb Change undocumented behaviour in case of invalid rev in If-Match headers. 2017-02-07 22:37:38 +01:00
api-documents-spec.rb
api-edge-spec.rb
api-edges-spec.rb
api-explain-spec.rb
api-export-spec-timecritical-noncluster.rb adjusted test 2017-01-04 15:37:30 +01:00
api-foxx-manager-spec.rb Pin itzpapalotl version in GitHub test 2016-06-16 11:48:24 +02:00
api-general-graph-spec.rb changed default for keepNull of modifyVertex/modifyEdge to true in Gharial 2016-09-07 10:51:16 +02:00
api-http-spec.rb added OPTIONS to cors methods header 2017-03-28 16:18:53 +02:00
api-import-noncluster-spec.rb enable import API for cluster 2016-06-24 10:53:00 +02:00
api-import-spec.rb enable import API for cluster 2016-06-24 10:53:00 +02:00
api-index-geo-spec-mmfiles.rb test split 2017-04-04 16:16:50 +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 split 2017-04-04 16:16:50 +02:00
api-pipelining-spec-noncluster.rb
api-query-analysis-spec-timecritical.rb fixed tests 2017-03-08 18:08:36 +01:00
api-replication-spec.rb cleanup 2016-09-02 10:26:43 +02:00
api-simple-all-spec.rb
api-simple-any-spec.rb
api-simple-example-spec.rb
api-simple-fulltext-mmfiles-spec.rb rename tests so they run in mmfiles engine only 2017-04-05 08:59:50 +02:00
api-simple-geo-mmfiles-spec.rb rename tests so they run in mmfiles engine only 2017-04-05 08:59:50 +02:00
api-simple-modify-example-cluster-spec.rb
api-simple-modify-example-spec.rb
api-simple-range-spec.rb
api-statistics-spec.rb use should syntax in ruby test 2016-11-23 11:36:16 +01:00
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 adjusted test expectation for #2346 2017-03-03 10:19:57 +01:00
api-view-spec-noncluster.rb Added PATCH support to view rest handler. 2017-03-29 12:13:55 -04:00
api-wal-noncluster-spec-mmfiles.rb Moving api-wal-noncluster and adding running trx 2017-04-05 11:54:30 +02:00
arangodb.rb Properly disable timecritical 2017-01-26 16:01:12 +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.