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

Commit205ca27

Browse files
committed
[Issue#217] test coverage added
1 parentb72089e commit205ca27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎tests/compatibility.py‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -965,7 +965,7 @@ def test_hidden_files(self):
965965
old_version should be < 2.3.0
966966
Create hidden file in pgdata, take backup
967967
with old binary, then try to delete backup
968-
with new binary
968+
with new binary
969969
"""
970970
fname=self.id().split('.')[3]
971971
backup_dir=os.path.join(self.tmp_path,module_name,fname,'backup')
@@ -982,7 +982,7 @@ def test_hidden_files(self):
982982
open(os.path.join(node.data_dir,".hidden_stuff"),'a').close()
983983

984984
backup_id=self.backup_node(
985-
backup_dir,'node',node,old_binary=True,options=['--compress'])
985+
backup_dir,'node',node,old_binary=True,options=['--stream'])
986986

987987
self.delete_pb(backup_dir,'node',backup_id)
988988

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp