memgraph/tests/unit
antonio2368 28413fd626 Change log library to spdlog, expose log levels to user (#72)
* 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
..
auth.cpp Change log library to spdlog, expose log levels to user (#72) 2021-01-21 16:30:55 +01:00
bfs_common.hpp Change log library to spdlog, expose log levels to user (#72) 2021-01-21 16:30:55 +01:00
bfs_single_node.cpp Change log library to spdlog, expose log levels to user (#72) 2021-01-21 16:30:55 +01:00
bolt_chunked_decoder_buffer.cpp Change log library to spdlog, expose log levels to user (#72) 2021-01-21 16:30:55 +01:00
bolt_chunked_encoder_buffer.cpp Change log library to spdlog, expose log levels to user (#72) 2021-01-21 16:30:55 +01:00
bolt_common.hpp Change log library to spdlog, expose log levels to user (#72) 2021-01-21 16:30:55 +01:00
bolt_decoder.cpp Change log library to spdlog, expose log levels to user (#72) 2021-01-21 16:30:55 +01:00
bolt_encoder.cpp Change log library to spdlog, expose log levels to user (#72) 2021-01-21 16:30:55 +01:00
bolt_session.cpp Change log library to spdlog, expose log levels to user (#72) 2021-01-21 16:30:55 +01:00
bolt_testdata.hpp Add support for Bolt v4(.1) (#10) 2020-10-16 12:49:33 +02:00
CMakeLists.txt Change log library to spdlog, expose log levels to user (#72) 2021-01-21 16:30:55 +01:00
commit_log_v2.cpp Fix CommitLog namespace in storage v2 2019-07-05 13:53:32 +02:00
communication_buffer.cpp Change log library to spdlog, expose log levels to user (#72) 2021-01-21 16:30:55 +01:00
cypher_main_visitor.cpp Add LOCK DATA DIRECTORY query (#68) 2021-01-21 15:56:21 +01:00
formatters.hpp Change log library to spdlog, expose log levels to user (#72) 2021-01-21 16:30:55 +01:00
interpreter.cpp Change log library to spdlog, expose log levels to user (#72) 2021-01-21 16:30:55 +01:00
kvstore.cpp Change log library to spdlog, expose log levels to user (#72) 2021-01-21 16:30:55 +01:00
main.cpp Change log library to spdlog, expose log levels to user (#72) 2021-01-21 16:30:55 +01:00
metrics.cpp Migrate to C++17 2019-04-23 14:46:44 +02:00
network_endpoint.cpp Change log library to spdlog, expose log levels to user (#72) 2021-01-21 16:30:55 +01:00
network_timeouts.cpp Change log library to spdlog, expose log levels to user (#72) 2021-01-21 16:30:55 +01:00
network_utils.cpp Extract utils into mg-utils static library and explicitly list tests 2018-05-30 09:41:56 +02:00
plan_pretty_print.cpp Implement pretty printing CallProcedure operator 2020-03-18 10:32:16 +01:00
property_value_v2.cpp Migrate to toolchain-v2 (#33) 2020-11-12 20:18:11 +01:00
query_common.hpp Add 'none' function implementation, its unit and TCK tests 2020-06-23 13:06:06 +02:00
query_cost_estimator.cpp Remove old storage types 2020-01-23 14:32:33 +01:00
query_dump.cpp Change log library to spdlog, expose log levels to user (#72) 2021-01-21 16:30:55 +01:00
query_expression_evaluator.cpp Change log library to spdlog, expose log levels to user (#72) 2021-01-21 16:30:55 +01:00
query_plan_accumulate_aggregate.cpp Remove old storage types 2020-01-23 14:32:33 +01:00
query_plan_bag_semantics.cpp Remove old storage types 2020-01-23 14:32:33 +01:00
query_plan_checker.hpp Change log library to spdlog, expose log levels to user (#72) 2021-01-21 16:30:55 +01:00
query_plan_common.hpp Change log library to spdlog, expose log levels to user (#72) 2021-01-21 16:30:55 +01:00
query_plan_create_set_remove_delete.cpp Change log library to spdlog, expose log levels to user (#72) 2021-01-21 16:30:55 +01:00
query_plan_edge_cases.cpp Add support for Bolt v4(.1) (#10) 2020-10-16 12:49:33 +02:00
query_plan_match_filter_return.cpp Change log library to spdlog, expose log levels to user (#72) 2021-01-21 16:30:55 +01:00
query_plan_read_write_typecheck.cpp Fix how query read/write type RWType is determined (#71) 2021-01-21 15:56:21 +01:00
query_plan_v2_create_set_remove_delete.cpp Remove old storage types 2020-01-23 14:32:33 +01:00
query_plan.cpp Change log library to spdlog, expose log levels to user (#72) 2021-01-21 16:30:55 +01:00
query_pretty_print.cpp Change log library to spdlog, expose log levels to user (#72) 2021-01-21 16:30:55 +01:00
query_procedure_mgp_module.cpp Migrate code to C++20 (#44) 2020-11-17 11:03:08 +01:00
query_procedure_mgp_type.cpp Remove MG_SINGLE_NODE_V2 define 2020-01-23 17:24:33 +01:00
query_procedure_py_module.cpp Change log library to spdlog, expose log levels to user (#72) 2021-01-21 16:30:55 +01:00
query_profile.cpp Output profiling data within the summary in JSON format 2019-01-17 13:54:06 +01:00
query_required_privileges.cpp Remove old storage types 2020-01-23 14:32:33 +01:00
query_semantic.cpp Optimize IN list execution 2020-04-21 11:38:38 +02:00
query_variable_start_planner.cpp Remove old storage types 2020-01-23 14:32:33 +01:00
ring_buffer.cpp Change log library to spdlog, expose log levels to user (#72) 2021-01-21 16:30:55 +01:00
rpc_messages.hpp Move RPC to root source directory 2020-01-27 11:50:24 +01:00
rpc.cpp Change log library to spdlog, expose log levels to user (#72) 2021-01-21 16:30:55 +01:00
skip_list.cpp Change log library to spdlog, expose log levels to user (#72) 2021-01-21 16:30:55 +01:00
slk_advanced.cpp Add implementation of synchronous replication (#7) 2021-01-21 15:49:32 +01:00
slk_common.hpp Change log library to spdlog, expose log levels to user (#72) 2021-01-21 16:30:55 +01:00
slk_core.cpp Improve SLK 2020-08-14 15:27:20 +02:00
slk_streams.cpp Finish SLK implementation 2019-05-02 15:47:38 +02:00
small_vector.cpp Migrate to C++17 2019-04-23 14:46:44 +02:00
socket.cpp Change log library to spdlog, expose log levels to user (#72) 2021-01-21 16:30:55 +01:00
storage_v2_constraints.cpp Implement unique constraint functionality in query module 2020-03-02 13:00:04 +01:00
storage_v2_decoder_encoder.cpp Add epoch id and refactor replication client/server (#51) 2021-01-21 15:49:32 +01:00
storage_v2_durability.cpp Change log library to spdlog, expose log levels to user (#72) 2021-01-21 16:30:55 +01:00
storage_v2_edge.cpp Implement all edge filters for storage v2 2019-12-04 10:13:28 +01:00
storage_v2_gc.cpp Implement all edge filters for storage v2 2019-12-04 10:13:28 +01:00
storage_v2_indices.cpp Change log library to spdlog, expose log levels to user (#72) 2021-01-21 16:30:55 +01:00
storage_v2_name_id_mapper.cpp Implement name to id mapper in storage v2 2019-07-19 11:24:27 +02:00
storage_v2_property_store.cpp Implement IsPropertyEqual for property store 2020-05-20 15:41:13 +02:00
storage_v2_replication.cpp Add configs and support for semi-sync and SSL (#55) 2021-01-21 15:49:32 +01:00
storage_v2_wal_file.cpp Change log library to spdlog, expose log levels to user (#72) 2021-01-21 16:30:55 +01:00
storage_v2.cpp Improve storage unit test 2020-04-01 15:26:44 +02:00
stripped.cpp Migrate code to C++20 (#44) 2020-11-17 11:03:08 +01:00
test_lcp.lisp LCP: Small test fixes 2019-05-10 16:10:17 +02:00
typed_value.cpp Migrate tests to storage v2 part 1 2019-11-21 19:00:32 +01:00
utils_algorithm.cpp Add new PrintIterable to utils algorithm 2019-05-06 14:51:32 +02:00
utils_exceptions.cpp Change log library to spdlog, expose log levels to user (#72) 2021-01-21 16:30:55 +01:00
utils_file_locker.cpp Add LOCK DATA DIRECTORY query (#68) 2021-01-21 15:56:21 +01:00
utils_file.cpp Add replica recovery process (#40) 2021-01-21 15:49:32 +01:00
utils_math.cpp Add logarithmic functions 2019-01-17 14:26:16 +01:00
utils_memory.cpp Migrate code to C++20 (#44) 2020-11-17 11:03:08 +01:00
utils_on_scope_exit.cpp Change log library to spdlog, expose log levels to user (#72) 2021-01-21 16:30:55 +01:00
utils_rwlock.cpp Change log library to spdlog, expose log levels to user (#72) 2021-01-21 16:30:55 +01:00
utils_scheduler.cpp Extract utils into mg-utils static library and explicitly list tests 2018-05-30 09:41:56 +02:00
utils_signals.cpp Change log library to spdlog, expose log levels to user (#72) 2021-01-21 16:30:55 +01:00
utils_string.cpp Add utils::Substr which can use different allocator 2019-06-03 17:07:50 +02:00
utils_synchronized.cpp Implement Synchronized<T> utility 2019-07-22 14:55:21 +02:00
utils_thread_pool.cpp Change log library to spdlog, expose log levels to user (#72) 2021-01-21 16:30:55 +01:00
utils_timestamp.cpp Change log library to spdlog, expose log levels to user (#72) 2021-01-21 16:30:55 +01:00