From 346cb359221c879b002cf33fdcbe9a103b6d2331 Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Sun, 28 Mar 2021 10:54:30 -0700 Subject: [PATCH] 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 053e15c001db2370e6ba18a50ce992fc14dc3329. Signed-off-by: Kir Kolyshkin --- tests/integration/checkpoint.bats | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/integration/checkpoint.bats b/tests/integration/checkpoint.bats index c4620ea1d..07023b34f 100644 --- a/tests/integration/checkpoint.bats +++ b/tests/integration/checkpoint.bats @@ -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" ]