1
0
Fork 0
arangodb/js/client/modules/@arangodb/testsuites
Max Neunhöffer 328f46e3d6 This merges hotbackup and atomic-db-creation into 3.5. (#9968)
* Squashed commit of feature-3.5/hotbackup_devel.

This puts hotbackup into 3.5.

* Port atomic-database-creation-2 to 3.5.

* Remove some wrongly ported code.

* Fix compilation.

* Fix a manual merge error.

* Remove a feature from the mocks which does not exist in 3.5.

* Add some code which was forgotten in manual merge.

* Fix a problem introduced in a manual merge.

* reuse function

* Address some whitespace issues that came up in review

* aardvark should not create the frontend collection

* create _frontend collection from c++

* recheckAndUpdate Callback in CollectionWatcher

* Wrong author ;)

* rm outdated todo

* Update lib/Basics/VelocyPackHelper.h

Co-Authored-By: Michael Hackstein <michael@arangodb.com>

* use logger unique id, use startup logger

* not needed

* optimized vector shardid method

* do not create _modules collection lazy anymre

* Formatting.

* Assert instead of if/TRI_ASSERT(false)

* Don't use exceptions as control structure

* Re-add READ_LOCKER that got lost in translation

* Fix audit log in case database creation fails early.

* legacy sharding

* Add CHANGELOG entry.

* Retry database cancellation indefinitely

* Do not use exceptions in UpgradeTask

* DropCollection is a FAST_LANE action and should not need much time or else retry.

* Remove superflous addition of LdapFeature

Proudly brought to you by ASAN tests

* Fixed check for distributShardsLike sharding on _system database

* Fixed compile issue on tests

* Removed assertion that seems to be not correct yet on devel.

* Sort out google cloud storage as remote. (#9918)

* Add successful method to ClusterCommResult.
* Improve error forwarding for cluster internal communication.

* Feature/hotbackup list retries (#9924)

* retry hot backup listing for 2 minutes in cluster before giving up

* Enable api by default.

* fix broken list of non existing id (#9957)

* Fix compilation after manual merge.

* Fix another compilation problem.

* Yet more fixes for compilation.

* More compilation fixes.
2019-09-11 13:13:54 +03:00
..
agency.js apply filters before starting the server, so we can detect whether no test would be executed (#9387) 2019-07-03 14:13:16 +02:00
aql.js apply filters before starting the server, so we can detect whether no test would be executed (#9387) 2019-07-03 14:13:16 +02:00
arangobench.js properly forward corecheck option to the client tools launch invokations (#9313) 2019-06-25 11:24:55 +02:00
arangosh.js we now support umlaut temp dirs; create multi-layer temp-dirs; add tests (#9008) 2019-05-15 21:47:05 +02:00
audit.js apply filters before starting the server, so we can detect whether no test would be executed (#9387) 2019-07-03 14:13:16 +02:00
authentication.js apply filters before starting the server, so we can detect whether no test would be executed (#9387) 2019-07-03 14:13:16 +02:00
backup.js properly forward corecheck option to the client tools launch invokations (#9313) 2019-06-25 11:24:55 +02:00
config.js only add whitespace if we have actual content to separate (#9062) 2019-05-23 14:52:18 +02:00
ddl.js This merges hotbackup and atomic-db-creation into 3.5. (#9968) 2019-09-11 13:13:54 +03:00
dfdb.js disable circumventing of coredumps for windows (#5583) 2018-06-13 13:54:24 +02:00
dump.js This merges hotbackup and atomic-db-creation into 3.5. (#9968) 2019-09-11 13:13:54 +03:00
endpoints.js preserve the instance shutdown state, and if its bad, don't clean up the test directory (#9122) 2019-05-29 15:59:34 +03:00
export.js Feature 3.5: add gzip and encryption support to arangoexport and arangoimport (#9579) 2019-07-27 00:06:33 +03:00
fail.js only add whitespace if we have actual content to separate (#9062) 2019-05-23 14:52:18 +02:00
foxxmanager.js properly forward corecheck option to the client tools launch invokations (#9313) 2019-06-25 11:24:55 +02:00
gtest.js adopt option to do the right thing with gtests (#9280) 2019-06-18 11:15:09 +02:00
importing.js Feature 3.5: add gzip and encryption support to arangoexport and arangoimport (#9579) 2019-07-27 00:06:33 +03:00
ldap.js apply filters before starting the server, so we can detect whether no test would be executed (#9387) 2019-07-03 14:13:16 +02:00
loadBalancing.js apply filters before starting the server, so we can detect whether no test would be executed (#9387) 2019-07-03 14:13:16 +02:00
paths_server.js apply filters before starting the server, so we can detect whether no test would be executed (#9387) 2019-07-03 14:13:16 +02:00
permissions_client.js apply filters before starting the server, so we can detect whether no test would be executed (#9387) 2019-07-03 14:13:16 +02:00
queryCacheAuthorization.js properly forward corecheck option to the client tools launch invokations (#9313) 2019-06-25 11:24:55 +02:00
readOnly.js properly forward corecheck option to the client tools launch invokations (#9313) 2019-06-25 11:24:55 +02:00
recovery.js fix runInArangosh result evaluation (#9589) 2019-07-29 15:56:22 +03:00
replication.js apply filters before starting the server, so we can detect whether no test would be executed (#9387) 2019-07-03 14:13:16 +02:00
resilience.js apply filters before starting the server, so we can detect whether no test would be executed (#9387) 2019-07-03 14:13:16 +02:00
rspec.js apply filters before starting the server, so we can detect whether no test would be executed (#9387) 2019-07-03 14:13:16 +02:00
server_permissions.js fix location - while they work with the server these tests are run in arangosh so they need to be in client/ (#9435) 2019-07-10 16:49:12 +03:00
single.js preserve the instance shutdown state, and if its bad, don't clean up the test directory (#9122) 2019-05-29 15:59:34 +03:00
stress.js preserve the instance shutdown state, and if its bad, don't clean up the test directory (#9122) 2019-05-29 15:59:34 +03:00
upgrade-data.js apply filters before starting the server, so we can detect whether no test would be executed (#9387) 2019-07-03 14:13:16 +02:00
upgrade.js disable circumventing of coredumps for windows (#5583) 2018-06-13 13:54:24 +02:00
version.js fix `--database.check-version` 2018-07-18 12:18:42 +02:00
wal.js apply filters before starting the server, so we can detect whether no test would be executed (#9387) 2019-07-03 14:13:16 +02:00