projects
/
bucardo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bb24d6
)
Throw an "upgrade" call into the testing
author
Greg Sabino Mullane
<greg@endpoint.com>
Wed, 20 May 2015 16:45:13 +0000
(12:45 -0400)
committer
Greg Sabino Mullane
<greg@endpoint.com>
Wed, 20 May 2015 16:45:13 +0000
(12:45 -0400)
t/20-postgres.t
patch
|
blob
|
blame
|
history
diff --git
a/t/20-postgres.t
b/t/20-postgres.t
index c1a54a96c4d927a146c8c4f5e2fc26e2699b7962..9a94fb8e85a92f61d6bbdcd6b2099ba95e503f59 100644
(file)
--- a/
t/20-postgres.t
+++ b/
t/20-postgres.t
@@
-381,6
+381,9
@@
$dbhC->commit();
$dbhB->commit();
$dbhA->commit();
+## Just in case, make sure 'bucardo upgrade' does not mess anything up
+$bct->ctl('bucardo upgrade');
+
like $bct->ctl('bucardo kick sync pgtest3 0'),
qr/^Kick\s+pgtest3:\s+${timer_regex}DONE!/,
'Kick pgtest3 LIKE A BOSS' or die 'Sync failed, no point continuing';