From 44b4c618d2506c861503bc1f6b4e0842339e051a Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sun, 4 Nov 2007 03:24:11 +0000 Subject: Move sync helper functions from test/bbackupd to Test.h to share with other tests, particularly test/backupstorefix. --- test/bbackupd/testbbackupd.cpp | 30 ------------------------------ 1 file changed, 30 deletions(-) (limited to 'test') diff --git a/test/bbackupd/testbbackupd.cpp b/test/bbackupd/testbbackupd.cpp index ca3b5b54..5b7e2e6a 100644 --- a/test/bbackupd/testbbackupd.cpp +++ b/test/bbackupd/testbbackupd.cpp @@ -542,37 +542,7 @@ void do_interrupted_restore(const TLSContext &context, int64_t restoredirid) } } } -#endif // !WIN32 - -void force_sync() -{ - TEST_THAT(::system(BBACKUPCTL " -q -c testfiles/bbackupd.conf " - "force-sync") == 0); - TestRemoteProcessMemLeaks("bbackupctl.memleaks"); -} - -void wait_for_sync_start() -{ - TEST_THAT(::system(BBACKUPCTL " -q -c testfiles/bbackupd.conf " - "wait-for-sync") == 0); - TestRemoteProcessMemLeaks("bbackupctl.memleaks"); -} -void wait_for_sync_end() -{ - TEST_THAT(::system(BBACKUPCTL " -q -c testfiles/bbackupd.conf " - "wait-for-end") == 0); - TestRemoteProcessMemLeaks("bbackupctl.memleaks"); -} - -void sync_and_wait() -{ - TEST_THAT(::system(BBACKUPCTL " -q -c testfiles/bbackupd.conf " - "force-sync") == 0); - TestRemoteProcessMemLeaks("bbackupctl.memleaks"); -} - -#ifdef WIN32 bool set_file_time(const char* filename, FILETIME creationTime, FILETIME lastModTime, FILETIME lastAccessTime) { -- cgit v1.2.3