projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bbc5c5
)
Remove unnecessary use of Time::HiRes from 013_crash_restart.pl.
author
Fujii Masao
<fujii@postgresql.org>
Wed, 2 Jun 2021 03:20:15 +0000
(12:20 +0900)
committer
Fujii Masao
<fujii@postgresql.org>
Wed, 2 Jun 2021 03:20:15 +0000
(12:20 +0900)
The regression test 013_crash_restart.pl included "use Time::HiRes qw(usleep)",
but the usleep was not used there.
Author: Fujii Masao
Reviewed-by: Kyotaro Horiguchi
Discussion: https://postgr.es/m/
63ad1368
-18e2-8900-8443-
524bdfb1bef5
@oss.nttdata.com
src/test/recovery/t/013_crash_restart.pl
patch
|
blob
|
blame
|
history
diff --git
a/src/test/recovery/t/013_crash_restart.pl
b/src/test/recovery/t/013_crash_restart.pl
index 66e43ffbe8d1e04a967bdebb7ba463d6ba5b9ec4..e1c36abe97ae077c8bc8f350a1340c7e62459ed1 100644
(file)
--- a/
src/test/recovery/t/013_crash_restart.pl
+++ b/
src/test/recovery/t/013_crash_restart.pl
@@
-17,7
+17,6
@@
use PostgresNode;
use TestLib;
use Test::More;
use Config;
-use Time::HiRes qw(usleep);
plan tests => 18;