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

Commit05d8785

Browse files
Document PG_TEST_NOCLEAN in TAP test README
Commit90627cf added support for retaining the data directory even onsuccessful tests, but failed to document the environment variable whichcontrols retention. This adds a small note to the TAP test README aboutPG_TEST_NOCLEAN which when set skips removing the data directories fromsuccessful tests.Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>Discussion:https://postgr.es/m/2B02C1B3-3F41-4E14-92B9-005D83623A0B@yesql.se
1 parentd6eb5a0 commit05d8785

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

‎src/test/perl/README

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ tmp_check/log/ to get more info. Files named 'regress_log_XXX' are log
2323
output from the perl test scripts themselves, and should be examined first.
2424
Other files are postmaster logs, and may be helpful as additional data.
2525

26+
Data directories will also be left behind for analysis when a test fails;
27+
they are named according to the test filename. But if the environment
28+
variable PG_TEST_NOCLEAN is set, data directories will be retained
29+
regardless of test status.
30+
2631

2732
Writing tests
2833
-------------

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp