memgraph/tests/concurrent
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
..
CMakeLists.txt Folder rename. 2017-07-21 09:50:30 +02:00
common.hpp Available memory logging, utils/sysinfo/memory cleanup, tests/concurrent cleanup. 2017-09-22 16:06:30 +02:00
conncurent_list.cpp Available memory logging, utils/sysinfo/memory cleanup, tests/concurrent cleanup. 2017-09-22 16:06:30 +02:00
dynamic_bitset_clear_n.cpp Move unused datastructures to poc 2017-07-10 12:03:11 +02:00
dynamic_bitset_set_n.cpp Move unused datastructures to poc 2017-07-10 12:03:11 +02:00
dynamic_bitset_set.cpp Move unused datastructures to poc 2017-07-10 12:03:11 +02:00
dynamic_bitset.cpp Move unused datastructures to poc 2017-07-10 12:03:11 +02:00
futex.cpp Futex test execution time was too long 2017-02-21 15:47:15 +01:00
network_common.hpp Removed unused template parameter from network stack. 2017-08-04 11:12:08 +02:00
network_read_hang.cpp Removed unused template parameter from network stack. 2017-08-04 11:12:08 +02:00
network_server.cpp Removed Dbms and QueryEngine from the Network stack. 2017-08-03 16:33:10 +02:00
network_session_leak.cpp Removed Dbms and QueryEngine from the Network stack. 2017-08-03 16:33:10 +02:00
push_queue.cpp Fix remaining falling tests in release mode 2017-08-09 16:39:21 +02:00
sl_hang.cpp GraphDbAccessor - index range API 2017-07-19 11:55:40 +02:00
sl_insert_competetive.cpp Available memory logging, utils/sysinfo/memory cleanup, tests/concurrent cleanup. 2017-09-22 16:06:30 +02:00
sl_insert.cpp Available memory logging, utils/sysinfo/memory cleanup, tests/concurrent cleanup. 2017-09-22 16:06:30 +02:00
sl_map.cpp Available memory logging, utils/sysinfo/memory cleanup, tests/concurrent cleanup. 2017-09-22 16:06:30 +02:00
sl_memory_leak.cpp Available memory logging, utils/sysinfo/memory cleanup, tests/concurrent cleanup. 2017-09-22 16:06:30 +02:00
sl_memory.cpp Available memory logging, utils/sysinfo/memory cleanup, tests/concurrent cleanup. 2017-09-22 16:06:30 +02:00
sl_remove_competetive.cpp Available memory logging, utils/sysinfo/memory cleanup, tests/concurrent cleanup. 2017-09-22 16:06:30 +02:00
sl_remove_disjoint.cpp Available memory logging, utils/sysinfo/memory cleanup, tests/concurrent cleanup. 2017-09-22 16:06:30 +02:00
sl_remove_joint.cpp Available memory logging, utils/sysinfo/memory cleanup, tests/concurrent cleanup. 2017-09-22 16:06:30 +02:00
sl_set.cpp Available memory logging, utils/sysinfo/memory cleanup, tests/concurrent cleanup. 2017-09-22 16:06:30 +02:00
sl_simulation.cpp Available memory logging, utils/sysinfo/memory cleanup, tests/concurrent cleanup. 2017-09-22 16:06:30 +02:00
spinlock.cpp examples folder has been removed; src/test folder has been removed; the existing tests were moved to tests folder; StacktraceException has been introduced; query_plan_templated has been moved to query folder; hazard pointers have been deleted because they are not used any more 2017-02-18 18:03:48 +01:00
transaction_engine.cpp GC bugfixes, MVCC and transaction refactoring 2017-06-12 10:46:12 +02:00