We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b11ad96 commit 2f75017Copy full SHA for 2f75017
tests/test_recovery_random.py
@@ -77,7 +77,7 @@ def test_edge_partition(self):
77
78
aggs_failure, aggs = self.performFailure(
79
EdgePartition('node1', 'node3'), node_wait_for_online=
80
- "dbname=regression user=postgres host={self.host_ip} port=15434",
+ f"dbname=regression user=postgres host={self.host_ip} port=15434",
81
stop_load=True)
82
83
self.assertTrue(('commit' in aggs_failure[0]['transfer']['finish']) or
0 commit comments