1
0
Fork 0
arangodb/arangod/Replication
Andrey Abramov 7541b4d5e6
Bug fix/internal issue #647 (#10292)
* extend replication tests

* ensure proper replication order

* fix tests

* address review comments

* address test failures

* extend dump tests

* fix analyzers tests

* more fixes

* extend tests

* enhance tests

* adjust tests

* use enum instead of flags (part 1)

* cleanup

* use enum instead of flags (part 2)

* get rid of flags for views

* get rid of flags for collections

* completely get rid of collection flags

* fix replication test

* refactor index flags

* fix tests and move AnalyzerPool out of class scope

* fix tests

* adjust log levels

* add tests

* remove debug logging

* remove noexcept from `equalAanalyzer`

* extend cluster tests

* fix cluster tests

* add tests for views and smart graphs

* address jslint errors
2019-10-29 12:09:04 +03:00
..
DatabaseInitialSyncer.cpp Bug fix/internal issue #647 (#10292) 2019-10-29 12:09:04 +03:00
DatabaseInitialSyncer.h Bug fix/add shard id to replication client identifier (#9366) 2019-07-08 14:03:42 +02:00
DatabaseReplicationApplier.cpp Refactor ApplicationServer stack (#9965) 2019-09-25 17:31:59 +02:00
DatabaseReplicationApplier.h big reformat 2018-12-26 00:54:03 +01:00
DatabaseTailingSyncer.cpp Bug fix/fix suspicous stuff (#10273) 2019-10-17 15:34:22 +02:00
DatabaseTailingSyncer.h big reformat 2018-12-26 00:54:03 +01:00
GlobalInitialSyncer.cpp Refactor ApplicationServer stack (#9965) 2019-09-25 17:31:59 +02:00
GlobalInitialSyncer.h Bug fix/fix scheduler shutdown task assertion (#8727) 2019-04-10 19:51:45 +02:00
GlobalReplicationApplier.cpp Refactor ApplicationServer stack (#9965) 2019-09-25 17:31:59 +02:00
GlobalReplicationApplier.h big reformat 2018-12-26 00:54:03 +01:00
GlobalTailingSyncer.cpp Bug fix/fix suspicous stuff (#10273) 2019-10-17 15:34:22 +02:00
GlobalTailingSyncer.h big reformat 2018-12-26 00:54:03 +01:00
InitialSyncer.cpp downgrade WARN messages to INFO level (#9761) 2019-08-20 18:28:57 +02:00
InitialSyncer.h test attempt to increase max collection name length from 64 chars to 256 (#9890) 2019-10-25 18:00:10 +02:00
ReplicationApplier.cpp Use explicit default destructors where possible (#10166) 2019-10-04 15:58:30 +02:00
ReplicationApplier.h Use explicit default destructors where possible (#10166) 2019-10-04 15:58:30 +02:00
ReplicationApplierConfiguration.cpp Bug fix/fix suspicous stuff (#10273) 2019-10-17 15:34:22 +02:00
ReplicationApplierConfiguration.h Bug fix/cppcheck issues (#10105) 2019-09-30 09:27:33 +02:00
ReplicationApplierState.cpp Use explicit default destructors where possible (#10166) 2019-10-04 15:58:30 +02:00
ReplicationApplierState.h Decentralize includes (#9623) 2019-08-06 15:32:09 +02:00
ReplicationClients.cpp Decentralize includes (#9623) 2019-08-06 15:32:09 +02:00
ReplicationClients.h Decentralize includes (#9623) 2019-08-06 15:32:09 +02:00
ReplicationFeature.cpp Refactor ApplicationServer stack (#9965) 2019-09-25 17:31:59 +02:00
ReplicationFeature.h Refactor ApplicationServer stack (#9965) 2019-09-25 17:31:59 +02:00
ReplicationTransaction.h transaction manager tests (#8759) 2019-04-16 21:26:40 +02:00
Syncer.cpp cover more cases of "unique constraint violated" issues during replication (#9830) 2019-08-30 10:37:32 +02:00
Syncer.h Refactor ApplicationServer stack (#9965) 2019-09-25 17:31:59 +02:00
SyncerId.cpp Bug fix/remove base directory from include path (#9885) 2019-09-04 17:39:01 +02:00
SyncerId.h Bug fix/add shard id to replication client identifier (#9366) 2019-07-08 14:03:42 +02:00
TailingSyncer.cpp Bug fix/fix suspicous stuff (#10273) 2019-10-17 15:34:22 +02:00
TailingSyncer.h various replication improvements: (#9676) 2019-08-12 10:53:20 +02:00
common-defines.cpp remove unused code (#10043) 2019-09-19 12:25:25 +02:00
common-defines.h remove unused code (#10043) 2019-09-19 12:25:25 +02:00
utilities.cpp Decentralize includes (#9623) 2019-08-06 15:32:09 +02:00
utilities.h Bug fix/clean replication api wal tracking (#9473) 2019-07-19 15:44:14 +02:00