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

Commit18f0b06

Browse files
author
Ivan Lazarev
committed
[PBCKP-236] added PGPROBACKUP_MANUAL testing and PGPROBACKUP_SSH_AGENT_PATH flags.
1 parentd808a16 commit18f0b06

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

‎tests/compatibility.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ def setUp(self):
1414
self.fname=self.id().split('.')[3]
1515

1616
# @unittest.expectedFailure
17-
@unittest.skip("skip")
17+
# @unittest.skipUnless('PGPROBACKUP_MANUAL' in os.environ and os.environ['PGPROBACKUP_MANUAL'] == 'ON', 'skip')
18+
# @unittest.skipUnless('PGPROBACKUP_REMOTE_SSH_AGENT_PATH' in os.environ, 'skip')
19+
# @unittest.skip("skip")
1820
deftest_catchup_with_different_remote_major_pg(self):
1921
"""
2022
Decription in jira issue PBCKP-236
@@ -33,7 +35,8 @@ def test_catchup_with_different_remote_major_pg(self):
3335
self.verbose=True
3436
self.remote=True
3537
# please use your own local path
36-
pg_path_remote_version='/home/avaness/postgres/postgres.build.clean/bin'
38+
pg_path_remote_version='/home/avaness/postgres/postgres.build.clean/bin/'
39+
# pg_path_remote_version = os.environ['PGPROBACKUP_REMOTE_SSH_AGENT_PATH']
3740

3841
src_pg=self.make_simple_node(
3942
base_dir=os.path.join(module_name,self.fname,'src'),

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp