1
0
Fork 0
arangodb/UnitTests/HttpInterface
Jan Steemann 5a3f2aaa49 improved job API
* added REST API method HTTP GET `/_api/job/job-id` to query the status of an
  async job without potentially fetching it from the list of done jobs

* fixed non-intuitive behaviour in jobs API: previously, querying the status
  of an async job via the API HTTP PUT `/_api/job/job-id` removed a currently
  executing async job from the list of queryable jobs on the server.
  Now, when querying the result of an async job that is still executing,
  the job is kept in the list of queryable jobs so its result can be fetched
  by a subsequent request.
2014-03-21 21:19:45 +01:00
..
Gemfile added drop collection 2012-03-27 13:11:05 +02:00
README Reorganise unit tests. 2014-02-21 11:24:31 +01:00
api-admin-spec.rb fixed test 2014-03-03 09:17:55 +01:00
api-aqlfunction-spec.rb Adjust paths to allow call with a different current dir. 2014-02-20 10:20:24 +01:00
api-async-spec.rb improved job API 2014-03-21 21:19:45 +01:00
api-attributes-spec.rb Adjust paths to allow call with a different current dir. 2014-02-20 10:20:24 +01:00
api-batch-spec.rb Adjust paths to allow call with a different current dir. 2014-02-20 10:20:24 +01:00
api-collection-noncluster-spec.rb split tests 2014-02-27 15:15:08 +01:00
api-collection-spec.rb split tests 2014-02-27 15:15:08 +01:00
api-compatibility-spec.rb adjusted test expectations 2014-02-28 09:29:52 +01:00
api-cursor-spec.rb Adjust paths to allow call with a different current dir. 2014-02-20 10:20:24 +01:00
api-database-spec.rb Adjust paths to allow call with a different current dir. 2014-02-20 10:20:24 +01:00
api-document-create-noncluster-spec.rb Adjust paths to allow call with a different current dir. 2014-02-20 10:20:24 +01:00
api-document-create-spec.rb Adjust paths to allow call with a different current dir. 2014-02-20 10:20:24 +01:00
api-document-delete-spec.rb Adjust paths to allow call with a different current dir. 2014-02-20 10:20:24 +01:00
api-document-key-spec.rb Adjust paths to allow call with a different current dir. 2014-02-20 10:20:24 +01:00
api-document-read-spec.rb Adjust paths to allow call with a different current dir. 2014-02-20 10:20:24 +01:00
api-document-update-spec.rb Adjust paths to allow call with a different current dir. 2014-02-20 10:20:24 +01:00
api-documents-spec.rb Adjust paths to allow call with a different current dir. 2014-02-20 10:20:24 +01:00
api-edge-noncluster-spec.rb Adjust paths to allow call with a different current dir. 2014-02-20 10:20:24 +01:00
api-edge-spec.rb Adjust paths to allow call with a different current dir. 2014-02-20 10:20:24 +01:00
api-edges-spec.rb Adjust paths to allow call with a different current dir. 2014-02-20 10:20:24 +01:00
api-explain-spec.rb Adjust paths to allow call with a different current dir. 2014-02-20 10:20:24 +01:00
api-graph-spec.rb fixed a failing test 2014-02-27 11:58:16 +01:00
api-http-spec.rb Adjust paths to allow call with a different current dir. 2014-02-20 10:20:24 +01:00
api-import-noncluster-spec.rb Rename test. 2014-02-26 15:04:25 +01:00
api-index-bitarray-spec.rb Adjust paths to allow call with a different current dir. 2014-02-20 10:20:24 +01:00
api-index-hash-spec.rb Adjust paths to allow call with a different current dir. 2014-02-20 10:20:24 +01:00
api-index-skiplist-spec.rb Adjust paths to allow call with a different current dir. 2014-02-20 10:20:24 +01:00
api-index-spec.rb Adjust paths to allow call with a different current dir. 2014-02-20 10:20:24 +01:00
api-replication-spec.rb fixed tests 2014-02-28 20:00:51 +01:00
api-simple-all-spec.rb Adjust paths to allow call with a different current dir. 2014-02-20 10:20:24 +01:00
api-simple-any-spec.rb Adjust paths to allow call with a different current dir. 2014-02-20 10:20:24 +01:00
api-simple-example-spec.rb Adjust paths to allow call with a different current dir. 2014-02-20 10:20:24 +01:00
api-simple-first-cluster-spec.rb fixed tests 2014-02-27 11:39:36 +01:00
api-simple-first-spec.rb Adjust paths to allow call with a different current dir. 2014-02-20 10:20:24 +01:00
api-simple-fulltext-spec.rb Adjust paths to allow call with a different current dir. 2014-02-20 10:20:24 +01:00
api-simple-geo-spec.rb Adjust paths to allow call with a different current dir. 2014-02-20 10:20:24 +01:00
api-simple-hash-spec.rb fixed index tests 2014-02-25 11:19:51 +01:00
api-simple-modify-example-cluster-spec.rb fixed tests 2014-02-27 11:39:36 +01:00
api-simple-modify-example-spec.rb Adjust paths to allow call with a different current dir. 2014-02-20 10:20:24 +01:00
api-simple-range-spec.rb Adjust paths to allow call with a different current dir. 2014-02-20 10:20:24 +01:00
api-simple-skiplist-spec.rb fixed index tests 2014-02-25 11:19:51 +01:00
api-statistics-spec.rb Adjust paths to allow call with a different current dir. 2014-02-20 10:20:24 +01:00
api-structures.rb Adjust paths to allow call with a different current dir. 2014-02-20 10:20:24 +01:00
api-transactions-cluster-spec.rb Split ruby transaction tests for cluster/noncluster. 2014-02-28 16:54:49 +01:00
api-transactions-noncluster-spec.rb Forgot a file in previous commit. 2014-02-28 16:55:15 +01:00
api-traversal-cluster-spec.rb Add the cluster test case. 2014-02-28 17:26:15 +01:00
api-traversal-noncluster-spec.rb Disable test with a bad timeout on cluster. 2014-02-28 17:22:51 +01:00
api-users-spec.rb Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into sharding 2014-02-25 17:21:14 +01:00
arangodb.rb added NO_LOG option to disable rspec logging 2014-03-14 13:25:53 +01:00
arangomultipartbody.rb issue #224: allow optional content-id for batches 2012-10-09 14:50:20 +02:00
run-tests Disable test with a bad timeout on cluster. 2014-02-28 17:22:51 +01:00
run-tests-replication fixed replication test runner 2014-02-28 20:00:29 +01:00
stress-test.rb removed tabs 2013-01-28 14:38:16 +01:00

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.