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

Commit2593e10

Browse files
s.logvinenkos.logvinenko
s.logvinenko
authored and
s.logvinenko
committed
Merge branch 'master' ofhttps://git.postgrespro.ru/pgpro-dev/pg_probackup into cfs
Conflicts:tests/__init__.py
1 parent269a83c commit2593e10

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎tests/helpers/ptrack_helpers.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
importsubprocess
55
importshutil
66
importsix
7-
fromtestgresimportget_new_node,clean_all
7+
importtestgres
88
importhashlib
99
importre
1010
importpwd
@@ -153,7 +153,7 @@ def make_simple_node(
153153
real_base_dir=os.path.join(self.tmp_path,base_dir)
154154
shutil.rmtree(real_base_dir,ignore_errors=True)
155155

156-
node=get_new_node('test',base_dir=real_base_dir)
156+
node=testgres.get_new_node('test',base_dir=real_base_dir)
157157
node.init(initdb_params=initdb_params)
158158

159159
# Sane default parameters, not a shit with fsync = off from testgres
@@ -585,7 +585,7 @@ def get_username(self):
585585
defdel_test_dir(self,module_name,fname):
586586
""" Del testdir and optimistically try to del module dir"""
587587
try:
588-
clean_all()
588+
testgres.clean_all()
589589
except:
590590
pass
591591

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp