mirror of https://gitee.com/bigwinds/arangodb
* Cherry Picking LDAP changes
* Adding missing merges
* Fixing remaining mentions of FeatureCacheFeature
* Fix jslint
* Fixing some failed tests
* Fixing cluster authentication issue, red tests
* Fixing ldap testsuite, adding trace logging
* Fixint ldap tesuite setup and LDAP recognition
(cherry picked from commit
|
||
---|---|---|
.. | ||
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-access-spec.rb | ||
api-collection-mmfiles-noncluster-spec.rb | ||
api-collection-mmfiles-spec.rb | ||
api-collection-rocksdb-noncluster-spec.rb | ||
api-collection-rocksdb-spec.rb | ||
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-endpoint-spec.rb | ||
api-explain-spec.rb | ||
api-export-spec-timecritical-noncluster.rb | ||
api-foxx-manager-spec-nightly.rb | ||
api-general-graph-spec.rb | ||
api-http-spec.rb | ||
api-import-noncluster-spec.rb | ||
api-import-spec.rb | ||
api-index-geo-spec.rb | ||
api-index-hash-spec.rb | ||
api-index-persistent-spec.rb | ||
api-index-skiplist-spec.rb | ||
api-index-spec.rb | ||
api-pipelining-spec-noncluster.rb | ||
api-query-analysis-spec-timecritical.rb | ||
api-replication-global-spec.rb | ||
api-replication-mmfiles-spec.rb | ||
api-replication-rocksdb-spec.rb | ||
api-simple-all-spec.rb | ||
api-simple-any-spec.rb | ||
api-simple-example-spec.rb | ||
api-simple-fulltext-mmfiles-spec.rb | ||
api-simple-geo-mmfiles-spec.rb | ||
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 | ||
api-wal-noncluster-spec-mmfiles.rb | ||
arangodb.rb | ||
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.