Test suite: add more debug to time jump post mortem.
authorMartin Schwenke <martin@meltin.net>
Tue, 21 Sep 2010 03:34:22 +0000 (13:34 +1000)
committerMartin Schwenke <martin@meltin.net>
Wed, 3 Aug 2011 06:06:40 +0000 (16:06 +1000)
Signed-off-by: Martin Schwenke <martin@meltin.net>
tests/scripts/ctdb_test_functions.bash

index 6444a3eefc2904005411e4b422f053920a85a55d..5efe9a6bb6fb43b59fd451df7404212975298400 100644 (file)
@@ -93,6 +93,9 @@ ctdb_check_time_logs ()
        echo "Check time sync (test client first):"
        date
        onnode -p all date
+       echo "Information from test client:"
+       hostname
+       top -b -n 1
     fi
 }