ctdb-tests: Increase to dumping up to 500 lines of logs on error
authorMartin Schwenke <martin@meltin.net>
Mon, 10 Feb 2020 22:26:58 +0000 (09:26 +1100)
committerAmitay Isaacs <amitay@samba.org>
Wed, 12 Feb 2020 03:11:39 +0000 (03:11 +0000)
100 lines are not enough to debug a current issue.

Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
ctdb/tests/scripts/integration_local_daemons.bash

index 0e7e07d540c1b5fc5adf7701ad97a13031efb4f3..422f294182392ee5d7c7f11bf8bb5adf6152c21e 100644 (file)
@@ -89,6 +89,6 @@ _print_logs_on_test_failure ()
        fi
 
        echo "*** LOG START --------------------"
-       $ctdb_local_daemons print-log all | tail -n 100
+       $ctdb_local_daemons print-log all | tail -n 500
        echo "*** LOG END   --------------------"
 }