Resolve failing recovery test
Now passing consistently with a number of different corruptions catered for (including corruption of the Tag in the Inker Key)
This commit is contained in:
parent
1684f0a913
commit
9e28287231
5 changed files with 66 additions and 29 deletions
|
@ -199,6 +199,11 @@
|
|||
{info, "Clearing journal with filename ~s"}},
|
||||
{"IC011",
|
||||
{info, "Not clearing filename ~s as modified delta is only ~w seconds"}},
|
||||
{"IC012",
|
||||
{warn, "Tag ~w not found in Strategy ~w - maybe corrupted"}},
|
||||
{"IC013",
|
||||
{warn, "File with name ~s to be ignored in manifest as scanning for "
|
||||
++ "first key returned empty - maybe corrupted"}},
|
||||
|
||||
{"PM002",
|
||||
{info, "Completed dump of L0 cache to list of size ~w"}},
|
||||
|
@ -264,7 +269,9 @@
|
|||
++ "to_list ~w sort ~w build ~w"}},
|
||||
{"CDB15",
|
||||
{info, "Cycle count of ~w in hashtable search higher than expected"
|
||||
++ " in search for hash ~w with result ~w"}}
|
||||
++ " in search for hash ~w with result ~w"}},
|
||||
{"CDB16",
|
||||
{info, "CDB scan from start ~w in file with end ~w and last_key ~w"}}
|
||||
])).
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue