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

Commit19f66ab

Browse files
authored
Remove logging in run (#116)
1 parent8436008 commit19f66ab

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

‎testgres/plugins/pg_probackup2/pg_probackup2/app.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
importcontextlib
22
importimportlib
33
importjson
4-
importlogging
54
importos
65
importre
76
importsubprocess
@@ -102,7 +101,6 @@ def run(self, command, gdb=False, old_binary=False, return_id=True, env=None,
102101
print(self.test_class.cmd)
103102

104103
cmdline= [binary_path,*command]
105-
logging.info(' '.join(cmdline))
106104
ifgdbisTrue:
107105
# general test flow for using GDBObj
108106
returnGDBobj(cmdline,self.test_class)

‎testgres/plugins/pg_probackup2/pg_probackup2/init_helpers.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,9 +204,6 @@ def __init__(self):
204204
os.environ["PGAPPNAME"]="pg_probackup"
205205
self.delete_logs=delete_logs
206206

207-
# s3 params
208-
self.s3_type=test_env.get('PG_PROBACKUP_S3_TEST')
209-
210207
deftest_env(self):
211208
returnself._test_env.copy()
212209

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp