summaryrefslogtreecommitdiff
path: root/test/backupstorepatch
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2009-04-09 22:44:58 +0000
committerChris Wilson <chris+github@qwirx.com>2009-04-09 22:44:58 +0000
commita3136e31a7b3cca64918b142e10e57d1f956ee2b (patch)
tree377794a859720863df8f5abb3361c54cbcec0bf7 /test/backupstorepatch
parent03816c44be7eeb2878b13fe6f16336b76fbedb30 (diff)
Show reasons for waiting during bbackupd and backupstorepatch tests,
to help with interpreting test output. When running at Trace level, where extra output from bbackupd etc. is common, log a single line at the start of waiting, instead of progress dots, to help with interpreting output. Show number of seconds waited for on Windows as well as Unixes.
Diffstat (limited to 'test/backupstorepatch')
-rw-r--r--test/backupstorepatch/testbackupstorepatch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/backupstorepatch/testbackupstorepatch.cpp b/test/backupstorepatch/testbackupstorepatch.cpp
index 4fbf296a..23b01b15 100644
--- a/test/backupstorepatch/testbackupstorepatch.cpp
+++ b/test/backupstorepatch/testbackupstorepatch.cpp
@@ -578,7 +578,7 @@ int test(int argc, const char *argv[])
#ifdef WIN32
// Cannot signal bbstored to do housekeeping now,
// so just wait until we're sure it's done
- wait_for_operation(12);
+ wait_for_operation(12, "housekeeping to run");
#else
// Send the server a restart signal, so it does
// housekeeping immediately, and wait for it to happen