1
0
Fork 0
arangodb/UnitTests/HttpInterface
Jan Steemann a41a84cc62 fixed test 2015-06-02 15:11:43 +02:00
..
Gemfile
README
api-admin-spec.rb fixed test 2015-06-02 15:11:43 +02:00
api-aqlfunction-spec.rb fixed incompatibilies with newer rspec/ruby versions 2015-01-16 12:34:12 +01:00
api-async-spec-timecritical.rb Add timecritical option to the unittests 2014-10-14 11:04:45 +02:00
api-attributes-spec.rb reallow attribute names starting with underscores 2014-08-07 15:52:58 +02:00
api-batch-spec.rb
api-collection-noncluster-spec.rb
api-collection-spec.rb flush WAL status file after collection to shorten recovery 2015-01-18 21:06:57 +01:00
api-compatibility-spec.rb bumped version number 2015-03-26 11:38:10 +01:00
api-cursor-spec.rb better export API cleanup 2015-03-31 18:44:51 +02:00
api-database-spec.rb issue #1004 2014-08-28 08:55:02 +02:00
api-document-create-noncluster-spec.rb
api-document-create-spec.rb added test case 2015-01-29 11:48:38 +01:00
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 adjusted tests 2014-06-23 18:45:06 +02:00
api-documents-spec.rb
api-edge-noncluster-spec.rb
api-edge-spec.rb
api-edges-spec.rb major internal changes 2014-06-08 00:12:53 +02:00
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 Added a force uninstall for foxx apps, to make sure they are removed from disk even if sth is unclear with mounting. Also created an error for foxx not found on file system has been added 2015-02-16 17:14:36 +01:00
api-general-graph-spec.rb Fixed cluster test in general graph 2014-07-17 09:02:45 +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
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 added tests for sparse indexes 2015-02-10 21:28:12 +01:00
api-index-skiplist-spec.rb added tests for sparse indexes 2015-02-10 21:28:12 +01:00
api-index-spec.rb adjusted geo index API 2015-02-18 14:59:46 +01:00
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 removed deprecated methods 2014-12-19 14:00:58 +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
api-traversal-cluster-spec.rb Added tests for traversal API using graphs instead of an edge collection. 2014-06-20 13:00:00 +02:00
api-traversal-edgecollection-cluster-spec.rb Added tests for traversal API using graphs instead of an edge collection. 2014-06-20 13:00:00 +02:00
api-traversal-edgecollection-noncluster-spec.rb Added tests for traversal API using graphs instead of an edge collection. 2014-06-20 13:00:00 +02:00
api-traversal-noncluster-spec.rb Added tests for traversal API using graphs instead of an edge collection. 2014-06-20 13:00:00 +02:00
api-users-spec.rb
api-wal-noncluster-spec.rb exposed WAL API 2014-06-24 16:10:27 +02:00
arangodb.rb issue #1258: added tests for HTTP pipelining 2015-03-03 15:00:57 +01:00
arangomultipartbody.rb
run-tests use all available, non-cluster tests 2014-07-25 15:36:21 +02:00
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.