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

Remove logging in run#116

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
demonolock merged 1 commit intomasterfromremove-loggin-in-run
Mar 12, 2024
Merged
Show file tree
Hide file tree
Changes fromall 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 committedMar 12, 2024
commit62bd6525fc20c99d390624612fcf95d404571f73
2 changes: 0 additions & 2 deletionstestgres/plugins/pg_probackup2/pg_probackup2/app.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
import contextlib
import importlib
import json
import logging
import os
import re
import subprocess
Expand DownExpand 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
View file
Open in desktop
Original file line numberDiff line numberDiff 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

[8]ページ先頭

©2009-2025 Movatter.jp