Change to use manifest_entry not straight PID in unit test
This commit is contained in:
parent
9832ecc369
commit
c32fd3fb4c
1 changed files with 2 additions and 2 deletions
|
@ -1442,8 +1442,8 @@ merge_test() ->
|
||||||
?assertMatch(ExpFK2, FK2),
|
?assertMatch(ExpFK2, FK2),
|
||||||
?assertMatch(ExpLK1, LK1),
|
?assertMatch(ExpLK1, LK1),
|
||||||
?assertMatch(ExpLK2, LK2),
|
?assertMatch(ExpLK2, LK2),
|
||||||
ML1 = [{next, P1, FK1}],
|
ML1 = [{next, #manifest_entry{owner = P1}, FK1}],
|
||||||
ML2 = [{next, P2, FK2}],
|
ML2 = [{next, #manifest_entry{owner = P2}, FK2}],
|
||||||
{ok, P3, {{Rem1, Rem2}, FK3, LK3}} = sst_new("../test/level2_merge",
|
{ok, P3, {{Rem1, Rem2}, FK3, LK3}} = sst_new("../test/level2_merge",
|
||||||
ML1,
|
ML1,
|
||||||
ML2,
|
ML2,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue