🌐 AI搜索 & 代理 主页
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Remove logging in run
  • Loading branch information
vshepard committed Mar 12, 2024
commit 62bd6525fc20c99d390624612fcf95d404571f73
2 changes: 0 additions & 2 deletions testgres/plugins/pg_probackup2/pg_probackup2/app.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import contextlib
import importlib
import json
import logging
import os
import re
import subprocess
Expand Down Expand Up @@ -102,7 +101,6 @@ def run(self, command, gdb=False, old_binary=False, return_id=True, env=None,
print(self.test_class.cmd)

cmdline = [binary_path, *command]
logging.info(' '.join(cmdline))
if gdb is True:
# general test flow for using GDBObj
return GDBobj(cmdline, self.test_class)
Expand Down
3 changes: 0 additions & 3 deletions testgres/plugins/pg_probackup2/pg_probackup2/init_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,9 +204,6 @@ def __init__(self):
os.environ["PGAPPNAME"] = "pg_probackup"
self.delete_logs = delete_logs

# s3 params
self.s3_type = test_env.get('PG_PROBACKUP_S3_TEST')

def test_env(self):
return self._test_env.copy()

Expand Down