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

Appearance settings

Commit 034c597

Browse filesBrowse files
committed
Follow-up to 7ca590c, fix tests.backup.BackupTest.test_incremental_backup_without_full
1 parent e22cb93 commit 034c597
Copy full SHA for 034c597

File tree

1 file changed

+1
-2
lines changed
Filter options

1 file changed

+1
-2
lines changed

‎tests/backup.py

Copy file name to clipboardExpand all lines: tests/backup.py
+1-2Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,7 @@ def test_incremental_backup_without_full(self):
112112
fname = self.id().split('.')[3]
113113
node = self.make_simple_node(
114114
base_dir=os.path.join(module_name, fname, 'node'),
115-
initdb_params=['--data-checksums'],
116-
ptrack_enable=True)
115+
initdb_params=['--data-checksums'])
117116

118117
backup_dir = os.path.join(self.tmp_path, module_name, fname, 'backup')
119118
self.init_pb(backup_dir)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.