Teon Banek
96d9846b25
Remove traces of custom assert
...
Reviewers: mislav.bradac
Reviewed By: mislav.bradac
Subscribers: pullbot
Differential Revision: https://phabricator.memgraph.io/D905
2017-10-13 09:34:13 +02:00
Dominik Gleich
fcecb14545
Replace debug_assert, permanent_assert with DCHECK/CHECK
...
Summary:
Phase 2.
Phase 3.
Phase 4.
Phase 5.
Complete refactor.
Reviewers: florijan, mislav.bradac
Reviewed By: mislav.bradac
Subscribers: mislav.bradac, pullbot
Differential Revision: https://phabricator.memgraph.io/D895
2017-10-11 14:43:32 +02:00
Mislav Bradac
0588de76bb
Move unused datastructures to poc
...
Reviewers: buda
Reviewed By: buda
Subscribers: pullbot
Differential Revision: https://phabricator.memgraph.io/D526
2017-07-10 12:03:11 +02:00
Mislav Bradac
cbe6648eb8
Migrate command line args to gflgs in tests
...
Summary: Some other minor cleanups
Reviewers: buda
Reviewed By: buda
Subscribers: pullbot
Differential Revision: https://phabricator.memgraph.io/D523
2017-07-06 13:54:12 +02:00
Dominik Gleich
e2f3aba332
Use GLogger instead of broken memgraph Logger.
...
Summary:
http://rpg.ifi.uzh.ch/docs/glog.html
Second phase before tests complete.
Delete logging test.
Finish relase loging.
Reviewers: mislav.bradac, teon.banek, buda
Reviewed By: teon.banek
Subscribers: buda, pullbot
Differential Revision: https://phabricator.memgraph.io/D500
2017-06-21 15:33:24 +02:00
Dominik Gleich
487f429d5b
Add concurrent benchmarks for skiplist.
...
Summary: Skiplist benchmark and refactor testing infrastructure.
Reviewers: mferencevic, buda
Reviewed By: buda
Subscribers: pullbot
Differential Revision: https://phabricator.memgraph.io/D103
2017-05-03 11:03:23 +02:00
florijan
593e4e72b9
Query::Plan::Aggregate
...
Summary:
- Aggregation LogicalOperation added, with tests.
- Added capabilities to TypedValue (hash, bool-equality)
to support std::unordered_map<TypedValue>.
- Removed some bad code from utils/hashing/fnv and added
a hashing function for collections.
Reviewers: buda, mislav.bradac, teon.banek
Reviewed By: teon.banek
Subscribers: lion, pullbot
Differential Revision: https://phabricator.memgraph.io/D252
2017-04-11 15:12:06 +02:00
Dominik Gleich
6be2399ad1
Fix warnings all over the codebase.
...
Reviewers: florijan, buda
Reviewed By: buda
Subscribers: pullbot
Differential Revision: https://phabricator.memgraph.io/D146
2017-03-22 09:32:06 +01:00
Marko Budiselic
3642fb1312
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
Marko Budiselic
d4e3c4cd10
clang format has been run on all hpp and cpp files under src and tests
2017-02-18 11:54:37 +01:00
sale
99b8a4f234
Added Skiplist ReverseIterator, Distance Approximation Prototype and documented some stuff
...
Summary: Skiplist ReverseIterator and Distance Approximation
Test Plan: manual
Reviewers: florijan, buda
Reviewed By: buda
Subscribers: pullbot, florijan, buda
Differential Revision: https://phabricator.memgraph.io/D44
2017-01-31 15:16:38 +01:00
Marko Budiselic
f91dcda97b
unit test normalization
2016-12-22 19:22:45 +01:00
Marko Budiselic
55a62f9640
Bugs from concurrent tests aren't solved. TODO: we have to introduce memory tracker for tests
2016-12-21 21:33:58 +01:00
sale
52c5159bc0
Bloom filter code review changes
2016-12-07 13:20:53 +00:00
sale
9b03fd1f04
Added Basic BloomFilter and BloomConcurrentMap
...
Summary: Added Basic BloomFilter and BloomConcurrentMap
Test Plan: manual
Reviewers: buda
Subscribers: buda
Maniphest Tasks: T115
Differential Revision: https://memgraph.phacility.com/D15
2016-12-05 09:03:11 +00:00
sale
b4fc263be1
Code review D8 changes
2016-11-29 11:46:29 +00:00
sale
228ae4cc72
Added ProgramArguments util and test; Added ProgramArgument parser to concurrent benchmark tests
2016-11-28 15:39:25 +00:00
sale
6088b2712f
Finished benchmark tests for concurrent_map
...
Summary: Finished Benchmark Test for ConcurrentMap
Test Plan: manual
Reviewers: buda
Subscribers: buda
Differential Revision: https://memgraph.phacility.com/D8
2016-11-25 09:47:29 +00:00
sale
d8a82b45fc
Runned clang-format over concurrent_map benchmark test and random::utils::generator
2016-11-23 13:47:52 +00:00
sale
0a56df3ddf
Added benchmark test for ConcurrentMap; Added PairRandomGenerator to utils;
...
Summary: Added Benchmark Test for ConcurrentMap; Added PairGenerator to utils::random
Test Plan: manual
Reviewers: buda
Subscribers: buda
Differential Revision: https://memgraph.phacility.com/D7
2016-11-23 13:36:30 +00:00