We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentb72089e commit205ca27Copy full SHA for 205ca27
tests/compatibility.py
@@ -965,7 +965,7 @@ def test_hidden_files(self):
965
old_version should be < 2.3.0
966
Create hidden file in pgdata, take backup
967
with old binary, then try to delete backup
968
- with new binary
+ with new binary
969
"""
970
fname=self.id().split('.')[3]
971
backup_dir=os.path.join(self.tmp_path,module_name,fname,'backup')
@@ -982,7 +982,7 @@ def test_hidden_files(self):
982
open(os.path.join(node.data_dir,".hidden_stuff"),'a').close()
983
984
backup_id=self.backup_node(
985
-backup_dir,'node',node,old_binary=True,options=['--compress'])
+backup_dir,'node',node,old_binary=True,options=['--stream'])
986
987
self.delete_pb(backup_dir,'node',backup_id)
988