Skip to content

Commit 25fd928

Browse files
committed
tests: minor fix
1 parent 66618d0 commit 25fd928

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/compression.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,8 +269,8 @@ def test_compression_stream_pglz(self):
269269
"insert into t_heap select i as id, md5(i::text) as text, "
270270
"md5(repeat(i::text,10))::tsvector as tsvector "
271271
"from generate_series(512,768) i")
272-
ptrack_result = node.execute("postgres", "SELECT * FROM t_heap")
273-
ptrack_backup_id = self.backup_node(
272+
delta_result = node.execute("postgres", "SELECT * FROM t_heap")
273+
delta_backup_id = self.backup_node(
274274
backup_dir, 'node', node, backup_type='delta',
275275
options=['--stream', '--compress-algorithm=pglz'])
276276

0 commit comments

Comments
 (0)