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
README
api-admin-spec.rb fixed test 2014-03-03 09:17:55 +01:00
api-aqlfunction-spec.rb
api-async-spec.rb improved job API 2014-03-21 21:19:45 +01:00
api-attributes-spec.rb
api-batch-spec.rb
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
api-database-spec.rb
api-document-create-noncluster-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-noncluster-spec.rb
api-edge-spec.rb
api-edges-spec.rb
api-explain-spec.rb
api-graph-spec.rb
api-http-spec.rb
api-import-noncluster-spec.rb
api-index-bitarray-spec.rb
api-index-hash-spec.rb
api-index-skiplist-spec.rb
api-index-spec.rb
api-replication-spec.rb fixed tests 2014-02-28 20:00:51 +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 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
arangodb.rb added NO_LOG option to disable rspec logging 2014-03-14 13:25:53 +01:00
arangomultipartbody.rb
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

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.