Merge pull request #2842 from kolyshkin/cpt-lazy-full-log

tests/checkpoint: show full log lazy pages cpt
This commit is contained in:
Akihiro Suda
2021-03-10 13:30:33 +09:00
committed by GitHub
+2 -2
View File
@@ -185,8 +185,8 @@ function simple_cr() {
exec {lazy_w}>&-
# shellcheck disable=SC2116,SC2086
out=$(echo $out) # rm newlines
# show errors if there are any before we fail
grep -B5 Error ./work-dir/dump.log || true
# show log in case something is wrong before we fail
cat ./work-dir/dump.log
# expecting \0 which od prints as
[ "$out" = "0000000 000000 0000001" ]