projects
/
check_postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43f1a27
)
We don't need this diag. Testers should be patient. :)
author
Greg Sabino Mullane
<
[email protected]
>
Thu, 23 Apr 2009 17:40:39 +0000
(13:40 -0400)
committer
Greg Sabino Mullane
<
[email protected]
>
Thu, 23 Apr 2009 17:40:39 +0000
(13:40 -0400)
t/02_checkpoint.t
patch
|
blob
|
blame
|
history
diff --git
a/t/02_checkpoint.t
b/t/02_checkpoint.t
index 9f77213d00397025b43c9f99f6140d5d97137f71..7021a201024118bd1be95d4fb0e48dbae3036988 100644
(file)
--- a/
t/02_checkpoint.t
+++ b/
t/02_checkpoint.t
@@
-49,7
+49,6
@@
$host =~ s/socket$//;
like ($cp->run("-w 20 --datadir=$host"), qr{POSTGRES_CHECKPOINT OK}, $t);
$t=qq{$S returns a warning when checkpoint older than warning option};
-diag "Sleeping for a bit to age the checkpoint time...\n";
sleep 2;
like ($cp->run("-w 1 --datadir=$host"), qr{WARNING:}, $t);