1
0
Fork 0
arangodb/js/common/tests/shell
jsteemann 2a371cbf9e allow creating unique indexes on more attributes than present in shardKeys
The following combinations of shardKeys and indexKeys are allowed/not allowed:

shardKeys     indexKeys
        a             a        ok
        a             b    not ok
        a           a b        ok
      a b             a    not ok
      a b             b    not ok
      a b           a b        ok
      a b         a b c        ok
    a b c           a b    not ok
    a b c         a b c        ok
2016-10-28 13:04:12 +02:00
..
shell-aqlfunctions.js make user-defined AQL functions throw again 2016-06-14 16:14:02 +02:00
shell-attributes.js
shell-base64.js
shell-cluster-collection.js Removed create / drop system collection from Cluster test. This is forbidden now 2016-08-19 10:25:59 +02:00
shell-cluster-crud.js
shell-cluster-simple.js Fixed babies and errors in AQL Modification cluster blocks. 2016-10-20 18:13:11 +02:00
shell-collection-noncluster.js fix revision id handling 2016-10-24 17:24:27 +02:00
shell-collection-volatile-noncluster.js removed TRI_collection_t 2016-09-02 14:54:13 +02:00
shell-collection.js fix revision id handling 2016-10-24 17:24:27 +02:00
shell-crypto.js
shell-database.js fixed upgrade from 3.0 to 3.1 2016-10-06 10:12:23 +00:00
shell-deadlocks-timecritical-noncluster.js
shell-document-babies.js
shell-document.js
shell-edge-index-noncluster.js
shell-edge.js
shell-env.js
shell-errors.js
shell-explain-cluster.js
shell-explain-noncluster.js
shell-figures-noncluster.js
shell-foxx-manager-install-spec.js Reformat code 2016-06-30 16:57:17 +02:00
shell-fs.js
shell-fulltext.js
shell-general-graph.js Modernized general-graph module. It now uses ES6 class syntax. 2016-10-07 12:46:45 +02:00
shell-graph-measurement.js
shell-graph-traversal.js
shell-hash-index-noncluster.js
shell-hash-index.js
shell-index-ensure.js
shell-index-geo.js
shell-index.js Give a little bit more time to wait for collections being dropped, when doing coverage. 2016-06-27 10:36:24 +02:00
shell-keygen-noncluster.js
shell-keygen.js
shell-noncluster-edge.js
shell-query-timecritical-spec.js Reformat code 2016-06-30 16:57:17 +02:00
shell-quickie.js Minor corrections. 2016-06-14 15:58:53 +02:00
shell-rename-noncluster.js
shell-require.js
shell-rocksdb-index.js issue #2118 2016-10-25 15:50:42 +02:00
shell-simple-query.js
shell-statement-cluster.js
shell-statement-encoding-noncluster.js
shell-statement-noncluster.js
shell-statement.js fixed issue #2018 2016-08-24 17:33:49 +02:00
shell-tasks-timecritical.js
shell-transactions-noncluster.js
shell-transactions.js added read/write context info 2016-07-22 10:00:46 +02:00
shell-unique-constraint.js
shell-unique-index-cluster.js allow creating unique indexes on more attributes than present in shardKeys 2016-10-28 13:04:12 +02:00
shell-unload.js
shell-users.js
shell-v8.js Revert "Disable testcases for now, it triggers the crash on windows." 2016-08-17 09:32:30 +02:00