Test all return values of `ctl()` in postgres tests.
authorDavid E. Wheeler <david@justatheory.com>
Wed, 24 Oct 2012 22:26:10 +0000 (15:26 -0700)
committerDavid E. Wheeler <david@justatheory.com>
Wed, 24 Oct 2012 22:26:10 +0000 (15:26 -0700)
commit22d2031d1cc2d3b6ff7bd4859bfa2918794a37df
tree886b51654de37216e04df136b145b93bd0dbd76f
parentcfaa7be77c473f518edae74d4bb21b6d45268b3a
Test all return values of `ctl()` in postgres tests.

I am still getting test failures, but they are less noisy now that I have it
die after a `sync` fails. The current reason for the failures is that the call
to `goto KID` added in ea4923155f comes before the definition of the KID
label.

In passing, make it clearer that BucardoTesting forces a timeout even when you
pass a `0` to `ctl()`.
t/20-postgres.t
t/BucardoTesting.pm