提交 5c45d0af 编写于 作者: N Nadeem Ghani 提交者: Shoaib Lari

Revert "tinc: gpexpand move port range lower than ephemeral ports"

This reverts commit 16c4b480.
上级 1258a14f
......@@ -169,11 +169,12 @@ class GPExpandTestCase(MPPTestCase, ScenarioTestCase):
self.hosts = ['localhost']
self.port_base = '20500'
# TODO: See if we can parameterize this
self.port_base = '40000'
self.master_port = os.environ.get('PGPORT', '10300')
self.mirror_port_base = '21500'
self.rep_port_base = '22500'
self.mirror_rep_port_base = '23500'
self.mirror_port_base = '50000'
self.rep_port_base = '41000'
self.mirror_rep_port_base = '51000'
self.testcase_primary_dir = os.path.join(self.testcase_out_dir, 'data/primary')
self.testcase_mirror_dir = os.path.join(self.testcase_out_dir, 'data/mirror')
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册