Mas i335 otp24 (#336)
* Address OTP24 warnings, ct and eunit paths * Reorg to add OTP 24 support * Update VOLUME.md * Correct broken refs * Update README.md * CI on all main branches Co-authored-by: Ulf Wiger <ulf@wiger.net>
This commit is contained in:
parent
2c53c0a85a
commit
ed0301e2cf
43 changed files with 99 additions and 553 deletions
|
@ -1407,7 +1407,7 @@ compact_journal_testto(WRP, ExpectedFiles) ->
|
|||
build_dummy_journal(fun test_ledgerkey/1),
|
||||
{ok, Ink1} = ink_start(InkOpts),
|
||||
|
||||
{ok, NewSQN1, _ObjSize} = ink_put(Ink1,
|
||||
{ok, NewSQN1, ObjSize} = ink_put(Ink1,
|
||||
test_ledgerkey("KeyAA"),
|
||||
"TestValueAA",
|
||||
{[], infinity}),
|
||||
|
@ -1427,7 +1427,7 @@ compact_journal_testto(WRP, ExpectedFiles) ->
|
|||
{SQN, test_ledgerkey(PK)}
|
||||
end,
|
||||
FunnyLoop),
|
||||
{ok, NewSQN2, _ObjSize} = ink_put(Ink1,
|
||||
{ok, NewSQN2, ObjSize} = ink_put(Ink1,
|
||||
test_ledgerkey("KeyBB"),
|
||||
"TestValueBB",
|
||||
{[], infinity}),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue