1
0
Fork 0
arangodb/js/server/tests/shell
Jan Steemann 8504246217 changed behavior of toJSON() function when serializing an object before saving it in the database
if an object provides a toJSON() function, this function is still called for serializing it.
the change is that the result of toJSON() is not stringified anymore, but saved as is. previous
versions of ArangoDB called toJSON() and after that additionally stringified its result.
2016-11-08 15:39:06 +01:00
..
shell-any-cluster.js moved tests into sub-directories 2016-01-24 12:21:04 +01:00
shell-any-nondeterministic-noncluster.js Add possibility to skip tests which tend to be non deterministic for release processes. 2016-01-25 18:07:25 +01:00
shell-array-index-noncluster.js fixed array index batch insertion issue 2016-07-13 11:32:39 +02:00
shell-cluster-agency.js remove list tests (functionality removed) 2016-05-10 19:00:46 +02:00
shell-collection-files-noncluster.js added test 2016-09-07 10:01:35 +02:00
shell-collection-not-loaded-timecritical-noncluster.js speed up test 2016-04-20 10:27:06 +02:00
shell-compaction-noncluster-timecritical.js fixed tests 2016-08-04 13:32:54 +02:00
shell-compaction-seq-noncluster-timecritical.js fixed some leaks 2016-08-31 15:30:47 +02:00
shell-database-noncluster.js _listDatabases() => _databases() 2016-05-11 15:30:47 +02:00
shell-datafile-timecritical-noncluster.js moved tests into sub-directories 2016-01-24 12:21:04 +01:00
shell-foxx-legacy-base-middleware.js foxx -> foxx/legacy 2016-04-18 18:00:19 +02:00
shell-foxx-legacy-console.js Foxx console -> legacy 2016-05-18 14:44:47 +02:00
shell-foxx-legacy-model-events-spec.js Reformat code 2016-06-30 16:57:17 +02:00
shell-foxx-legacy-model.js foxx -> foxx/legacy 2016-04-18 18:00:19 +02:00
shell-foxx-legacy-query-spec.js Reformat code 2016-06-30 16:57:17 +02:00
shell-foxx-legacy-repository-events-auto-spec.js Reformat code 2016-06-30 16:57:17 +02:00
shell-foxx-legacy-repository-events-spec.js Reformat code 2016-06-30 16:57:17 +02:00
shell-foxx-legacy-repository-spec.js Reformat code 2016-06-30 16:57:17 +02:00
shell-foxx-legacy-template-middleware.js foxx -> foxx/legacy 2016-04-18 18:00:19 +02:00
shell-foxx-manager-spec-nightly.js Reformat code 2016-06-30 16:57:17 +02:00
shell-foxx-manager-spec.js app -> service 2016-10-20 15:08:18 +02:00
shell-foxx-request-spec.js Reformat code 2016-06-30 16:57:17 +02:00
shell-foxx-response-spec.js Reformat code 2016-06-30 16:57:17 +02:00
shell-foxx-router-spec.js Reformat code 2016-06-30 16:57:17 +02:00
shell-foxx-swagger-spec.js Reformat code 2016-06-30 16:57:17 +02:00
shell-foxx.js _.extend -> Object.assign 2016-04-20 15:23:03 +02:00
shell-hash-index-failures.js fixed failing test 2016-08-05 17:43:11 +02:00
shell-readonly-noncluster-disabled.js _listDatabases() => _databases() 2016-05-11 15:30:47 +02:00
shell-rocksdb-correctness.js renamed "rocksdb" index to "persistent" index 2016-06-02 10:23:30 +02:00
shell-routing.js moved tests into sub-directories 2016-01-24 12:21:04 +01:00
shell-shaped-noncluster.js changed behavior of toJSON() function when serializing an object before saving it in the database 2016-11-08 15:39:06 +01:00
shell-skiplist-correctness.js added correctness test for RocksDB values 2016-05-20 13:41:43 +02:00
shell-skiplist-index.js added correctness test for RocksDB values 2016-05-20 13:41:43 +02:00
shell-skiplist-rm-performance-timecritical-noncluster.js moved tests into sub-directories 2016-01-24 12:21:04 +01:00
shell-transactions-noncluster.js fixed tests 2016-08-25 14:40:54 +02:00
shell-wal-noncluster-memoryintense.js