memgraph/tests
florijan b2f3dc1916 Available memory logging, utils/sysinfo/memory cleanup, tests/concurrent cleanup.
Summary:
Added a warning to the log. Every 3 seconds (let's not make that configurable). Can be turned off.

I still don't like this. We are raising another thread and reading a file to do monitoring. We're developing a DB, not a sys monitor. Serious admins do that themselves. But, here it is.

UPDATE:
Cleaned up `utils/sysinfo/memory`. Removed all unused functions. Removed the faulty memory check in `tests/concurrent`.

Reviewers: buda, mferencevic, mislav.bradac

Reviewed By: mislav.bradac

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D819
2017-09-22 16:06:30 +02:00
..
benchmark Look into parameter value when estimating plan cost 2017-09-15 16:14:57 +02:00
concurrent Available memory logging, utils/sysinfo/memory cleanup, tests/concurrent cleanup. 2017-09-22 16:06:30 +02:00
data Replace map with bitset in stripped query 2017-08-02 22:17:36 +02:00
drivers Add transactions test to run script 2017-08-21 11:34:19 +02:00
integration GraphDbAccessor - style change 2017-08-09 16:09:08 +02:00
macro_benchmark Unwrap exception from optional before throwing 2017-09-22 15:46:19 +02:00
manual Named path support 2017-09-19 09:45:50 +02:00
property_based GraphDbAccessor - style change 2017-08-09 16:09:08 +02:00
public_benchmark Snapshot flags name consistency 2017-09-22 14:08:51 +02:00
qa Use symbol names for header if missing token position 2017-09-20 15:38:53 +02:00
stress Replaced Python long running test with C++ version 2017-09-18 15:06:22 +02:00
unit Snapshot flags name consistency 2017-09-22 14:08:51 +02:00
client-stress.sh Migrate command line args to gflgs in tests 2017-07-06 13:54:12 +02:00
CMakeLists.txt Replaced Python long running test with C++ version 2017-09-18 15:06:22 +02:00