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

Add pg_probackup plugin#92

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 9 commits intomasterfromadd-pg-probackup-plugin
Jan 18, 2024
Merged
Show file tree
Hide file tree
Changes from1 commit
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
PrevPrevious commit
NextNext commit
Add testgres.plugins to setup
  • Loading branch information
vshepard committedJan 15, 2024
commit1321a8f5522ec9baffd9da69878ef6397fd6c495
2 changes: 1 addition & 1 deletionsetup.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -27,7 +27,7 @@
readme = f.read()

setup(
version='1.9.3',
version='1.9.4',
name='testgres',
packages=['testgres', 'testgres.operations', 'testgres.helpers'],
description='Testing utility for PostgreSQL and its extensions',
Expand Down
View file
Open in desktop
Empty file.
View file
Open in desktop
Empty file.
3 changes: 2 additions & 1 deletiontestgres/plugins/probackup/init_helpers.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -73,7 +73,8 @@ def __init__(self):
test_env['LC_TIME'] = 'C'
self._test_env = test_env

helpers_path = os.path.dirname(os.path.realpath(__file__))
# Get the directory from which the script was executed
helpers_path = os.getcwd()
self.tests_source_path = os.path.abspath(
os.path.join(helpers_path, os.pardir)
)
Expand Down
View file
Open in desktop
Empty file.
2 changes: 1 addition & 1 deletiontestgres/plugins/probackup/storage/fs_backup.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -4,7 +4,7 @@
import os
import shutil

from plugins.probackup.init_helpers import init_params
fromtestgres.plugins.probackup.init_helpers import init_params


class TestBackupDir:
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp