Revert "tests/checkpoint: show full log lazy pages cpt"

The full log is very long and it did not gave us any additional clues.

This reverts commit 053e15c001.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
Kir Kolyshkin
2021-03-28 10:54:30 -07:00
parent 2400e5e36e
commit 346cb35922
+2 -2
View File
@@ -185,8 +185,8 @@ function simple_cr() {
exec {lazy_w}>&-
# shellcheck disable=SC2116,SC2086
out=$(echo $out) # rm newlines
# show log in case something is wrong before we fail
cat ./work-dir/dump.log
# show errors if there are any before we fail
grep -B5 Error ./work-dir/dump.log || true
# expecting \0 which od prints as
[ "$out" = "0000000 000000 0000001" ]