Commit Graph

211 Commits

Author SHA1 Message Date
antonio2368
8cd9f696cf
Multiple isolation levels ()
This PR introduces READ COMMITTED and READ UNCOMMITTED isolation levels.
The isolation level can be set with a config or with a query for different scopes.
2021-06-14 15:47:57 +02:00
Kostas Kyrimis
524acb17a1
Add global version allocators for C in query modules () 2021-06-07 14:45:05 +02:00
János Benjamin Antal
e8a1d15a55 Add filtering based on registered event types ()
* Add filtering to TriggerContextCollector

* Add all predefined variable to ANY triggers

* Make variable names consistent with event types
2021-05-26 14:37:11 +02:00
János Benjamin Antal
5af3d0ff68 Add e2e tests for triggers () 2021-05-26 14:36:41 +02:00
antonio2368
999b3ef79f
Fix memory tracking issues () 2021-05-18 18:42:19 +02:00
antonio2368
5c93f81881
Disable failing tests and add logs for replication e2e ()
* Disable sequential test

* Remove parent build and benchmark

* Save test data

* Save e2e logs in build folder

* Define different recovery time for each test
2021-04-02 12:29:10 +02:00
János Benjamin Antal
06f761bdf9
Add logs for loading snapshot and WAL files ()
* Add logs for loading snapshot and WAL files
2021-03-26 15:02:35 +01:00
antonio2368
e8e4cd7f97 Memory control e2e test ()
* Add memory control e2e test

* Fix cmake for jemalloc
2021-03-24 15:21:18 +01:00
antonio2368
3f3c55a4aa
Format all the memgraph and test source files () 2021-02-18 15:32:43 +01:00
antonio2368
28413fd626 Change log library to spdlog, expose log levels to user ()
* Change from glog to spdlog

* Remove HA tests

* Remove logrotate log configuration

* Define custom main for unit gtests
2021-01-21 16:30:55 +01:00
Marko Budiselić
afbf672915 Add end2end replication tests based on mgclient ()
* Remove old HA benchmark and integration tests
2021-01-21 15:56:21 +01:00