jbajic
6ab76fb9ec
Assert delta tag
2023-01-19 17:50:04 +01:00
jbajic
0ae5357399
Add delta check to tests
2023-01-19 17:28:19 +01:00
János Benjamin Antal
a31c7cce08
Merge pull request #702 from memgraph/T1189-MG-implement-create-node-cursor-mf
...
Implement CreateNode cursor with MultiFrame
2023-01-19 16:22:30 +01:00
János Benjamin Antal
8f6fac3cde
Make arguments const
2023-01-19 14:35:25 +01:00
jbajic
28624aaa88
Copy all relevant transactions
...
Copy all transactions which are relevant for
entity MVCC value resolution.
2023-01-18 16:08:18 +01:00
jbajic
7d0e885f9a
Unify CollectEntry method
2023-01-18 14:54:27 +01:00
jbajic
859dfb28eb
Add index split
2023-01-18 13:41:54 +01:00
János Benjamin Antal
e42c60d555
Merge branch 'project-pineapples' into T1189-MG-implement-create-node-cursor-mf
2023-01-18 13:37:36 +01:00
János Benjamin Antal
00d6b42c37
Merge pull request #699 from memgraph/T1191-MG-implement-create-expand-with-multiframe
2023-01-18 13:37:24 +01:00
János Benjamin Antal
81675106fd
Use tests
namespace for tests
2023-01-17 20:33:14 +01:00
János Benjamin Antal
7fb828bca3
Update outdated comments
2023-01-17 20:32:00 +01:00
János Benjamin Antal
c04cfc5596
Merge branch 'T1191-MG-implement-create-expand-with-multiframe' into T1189-MG-implement-create-node-cursor-mf
2023-01-17 20:29:52 +01:00
János Benjamin Antal
a3b1676c42
Separate include blocks
2023-01-17 20:25:28 +01:00
János Benjamin Antal
b38a9b9c90
Use tests
namespace for tests
2023-01-17 20:25:10 +01:00
gvolfing
40835b8c9c
General clean-up
2023-01-16 14:54:20 +01:00
jbajic
348b45360b
Extract splitter
2023-01-16 14:54:06 +01:00
gvolfing
d1fe73c987
Conform simulation to test GetProperties correctly
2023-01-16 14:05:13 +01:00
jbajic
8a1dd54735
Merge branch 'project-pineapples' into T1149-MG-split-shard
2023-01-16 13:54:16 +01:00
jbajic
ff34bcf295
Fix deltas from commited transacations
2023-01-16 13:53:06 +01:00
gvolfing
3257d46d18
Remove assertion
2023-01-16 13:44:02 +01:00
gvolfing
9be5ee1ae9
Make GetProperties return the PrimaryKeys as well, when queried for all properties like ScanAll
2023-01-16 13:26:33 +01:00
gvolfing
fdd89e0e81
Replace ScanVertices with GetProperties request, in the case of ScanAllByPrimaryKey operator
2023-01-16 11:27:41 +01:00
János Benjamin Antal
775e950dba
Update unit tests to test the new logic
2023-01-16 10:16:12 +01:00
jbajic
6de683d7f9
Ignore commited transactions
2023-01-16 09:51:06 +01:00
János Benjamin Antal
920ad277a5
Add assertion about primary label
2023-01-16 09:03:35 +01:00
János Benjamin Antal
392f6e2b73
Reduce the number of node infos to a maximum of one
2023-01-16 08:57:23 +01:00
János Benjamin Antal
e40f7f507b
Fix pull logic for multiframe
2023-01-16 08:40:43 +01:00
János Benjamin Antal
c139856b2a
Fix unit tests
2023-01-15 18:52:36 +01:00
János Benjamin Antal
b30137ab7a
Improve unit tests to catch bug
2023-01-15 18:39:58 +01:00
János Benjamin Antal
b2b9b1d5cb
Eliminate warnings about deprecated methods
2023-01-15 18:25:48 +01:00
János Benjamin Antal
ace1eb401f
Make unit tests compile with new gtest version
2023-01-15 18:25:32 +01:00
gvolfing
668f7857b1
Pass the correct expression to the operator
2023-01-13 12:38:50 +01:00
gvolfing
d22c962af4
Turn RequestRouter into an interface again
2023-01-12 21:25:40 +01:00
gvolfing
4c25a4dfbd
Remove unnecessary comments
2023-01-12 20:17:35 +01:00
jbajic
db13ee96b6
Fix transaction split
2023-01-12 17:02:27 +01:00
gvolfing
61d84bd622
Set the type of the frame size to size_t from int64_t
2023-01-12 16:58:09 +01:00
jbajic
791972a6b8
Fix edge split test
2023-01-12 16:21:46 +01:00
jbajic
a97d994515
Fix vertice split
2023-01-12 16:18:16 +01:00
gvolfing
3b06db5a02
Clang-tidy
2023-01-12 16:13:27 +01:00
gvolfing
afde0c6926
Remove outcommented code, conform clang-tidy
2023-01-12 15:45:14 +01:00
jbajic
282725fd0f
Adjust pointers
2023-01-12 14:23:19 +01:00
gvolfing
41bb988fe9
Fix failing benchmark tests and implement cursor
...
The benchmarking tests were failing because of the incorrect
implementation of the ScanAllByPrimaryKeyCursor. The previous
implementation caused the currently allocateable 1m edgeids to run out
very quickly, causing the the tests to freeze.
2023-01-12 14:14:59 +01:00
János Benjamin Antal
d7bd2cc754
Eliminate copying expands
2023-01-12 09:05:29 +01:00
János Benjamin Antal
599b133a55
Fix edge direction when creating edges
2023-01-12 09:04:18 +01:00
jbajic
050d5efae7
Align deltas
2023-01-11 14:16:41 +01:00
jbajic
9dc16deae2
Copy deltas
2023-01-10 16:42:45 +01:00
jbajic
7ef4114835
Fix splitting of edges
2023-01-10 13:01:32 +01:00
jeremy
c283c6e6ea
Merge branch 'T1191-MG-implement-create-expand-with-multiframe' into T1189-MG-implement-create-node-cursor-mf
2023-01-03 14:57:02 +01:00
Jeremy B
65113bc55b
Merge branch 'project-pineapples' into T1191-MG-implement-create-expand-with-multiframe
2023-01-03 14:55:56 +01:00
gvolfing
32ea124d4b
Merge branch 'project-pineapples' into T1167-MG-create-scanbyprimarykey-operator
2023-01-02 13:37:07 +01:00