Compaction test error

Compaction tests now throwing up different corruption points
This commit is contained in:
martinsumner 2016-12-11 06:53:25 +00:00
parent 8bcb49479d
commit 32ac305c67
2 changed files with 23 additions and 14 deletions

View file

@ -226,7 +226,9 @@ compact_inkerkvc({{SQN, ?INKT_STND, LK}, V, CrcCheck}, Strategy) ->
{TagStrat, {{SQN, ?INKT_KEYD, LK}, {null, KeyDeltas}, CrcCheck}};
TagStrat ->
{TagStrat, null}
end.
end;
compact_inkerkvc(_KVC, _Strategy) ->
skip.
split_inkvalue(VBin) ->
case is_binary(VBin) of