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

Commitd775482

Browse files
committed
Silence some warnings in TAP tests
Author: Michael Paquier
1 parent5d5aedd commitd775482

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎src/bin/pg_basebackup/t/010_pg_basebackup.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
# but leave the data directory behind
4949
mkdir("$tempdir/backup")
5050
or BAIL_OUT("unable to create$tempdir/backup");
51-
append_to_file("$tempdir/backup/dir-not-empty.txt");
51+
append_to_file("$tempdir/backup/dir-not-empty.txt","Some data");
5252

5353
$node->command_fails(['pg_basebackup','-D',"$tempdir/backup",'-n' ],
5454
'failing run with no-clean option');

‎src/test/perl/PostgresNode.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1541,7 +1541,7 @@ sub wait_for_catchup
15411541
.$standby_name ."'s"
15421542
.$mode
15431543
."_lsn to pass"
1544-
.$target_lsn ." on"
1544+
.$lsn_expr ." on"
15451545
.$self->name ."\n";
15461546
my$query =
15471547
qq[SELECT$lsn_expr <=${mode}_lsn FROM pg_catalog.pg_stat_replication WHERE application_name = '$standby_name';];

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp