1
0
Fork 0
arangodb/UnitTests/HttpInterface
Dan Larkin e2853e4b52 Enabled saving applier config and fixed some replication tests/behavior. 2017-04-27 22:39:48 -04:00
..
Gemfile
README
api-admin-spec.rb
api-aql-builtin-spec.rb
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
api-cursor-spec.rb
api-database-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-spec.rb
api-edges-spec.rb
api-explain-spec.rb
api-export-spec-timecritical-noncluster.rb
api-foxx-manager-spec-nightly.rb we may only execute nightly foxx-manager tests so we don't stress out github. 2017-04-26 13:34:31 +02:00
api-general-graph-spec.rb
api-http-spec.rb
api-import-noncluster-spec.rb
api-import-spec.rb
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
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
api-replication-mmfiles-spec.rb Enabled saving applier config and fixed some replication tests/behavior. 2017-04-27 22:39:48 -04:00
api-replication-rocksdb-spec.rb Enabled saving applier config and fixed some replication tests/behavior. 2017-04-27 22:39:48 -04: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
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-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
arangomultipartbody.rb
run-tests
run-tests-replication Enabled saving applier config and fixed some replication tests/behavior. 2017-04-27 22:39:48 -04: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.