Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd611175

Browse files
committed
Don't do pg_ctl logrotate test on Windows
The test crashes and burns quite badly, for some reason, but even if itdidn't it wouldn't work, since Windows doesn't let you rename a fileheld by a running process.
1 parent80b9e9c commitd611175

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

‎src/bin/pg_ctl/t/004_logrotate.pl

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@
66
use Test::Moretests=> 1;
77
use Time::HiResqw(usleep);
88

9+
if ($windows_os)
10+
{
11+
planskip_all=>'logrotate test not supported on Windows';
12+
exit;
13+
}
14+
else
15+
{
16+
plantests=> 1;
17+
}
18+
19+
920
my$tempdir = TestLib::tempdir;
1021

1122
my$node = get_new_node('primary');

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp