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

Commit5707835

Browse files
committed
Merge branch 'default-users' into multihost-catchup
2 parents59a15f3 +01e6a7b commit5707835

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

‎setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
readme=f.read()
2828

2929
setup(
30-
version='1.10.0',
30+
version='1.10.1',
3131
name='testgres',
3232
packages=['testgres','testgres.operations','testgres.helpers'],
3333
description='Testing utility for PostgreSQL and its extensions',

‎testgres/operations/remote_ops.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ def __init__(self, conn_params: ConnectionParams):
4545
super().__init__(conn_params.username)
4646
self.conn_params=conn_params
4747
self.host=conn_params.host
48-
self.ssh_key=conn_params.ssh_key
4948
self.port=conn_params.port
49+
self.ssh_key=conn_params.ssh_key
5050
self.ssh_args= []
5151
ifself.ssh_key:
5252
self.ssh_args+= ["-i",self.ssh_key]
@@ -286,7 +286,7 @@ def write(self, filename, data, truncate=False, binary=False, read_and_write=Fal
286286
mode="r+b"ifbinaryelse"r+"
287287

288288
withtempfile.NamedTemporaryFile(mode=mode,delete=False)astmp_file:
289-
#Because inscpwe set up port using -P option
289+
#Forscpthe port is specified by a "-P" option
290290
scp_args= ['-P'ifx=='-p'elsexforxinself.ssh_args]
291291

292292
ifnottruncate:

‎testgres/plugins/pg_probackup2/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
fromdistutils.coreimportsetup
55

66
setup(
7-
version='0.0.2',
7+
version='0.0.3',
88
name='testgres_pg_probackup2',
99
packages=['pg_probackup2','pg_probackup2.storage'],
1010
description='Plugin for testgres that manages pg_probackup2',

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp