提交 b966b06f 编写于 作者: H Heikki Linnakangas 提交者: Xin Zhang

Update another TINC test for removal of pg_filespace_entry.

I'm not sure if we're going to keep these tests in the end, but might as
well fix this for now.
上级 d494bfa2
......@@ -46,9 +46,9 @@ class GpstateTestCase(MPPTestCase):
if stdby_presence:
self.gputil.remove_standby()
self.gputil.install_standby()
get_mirror_sql = '''select port, hostname, fselocation
from gp_segment_configuration, pg_filespace_entry
where dbid = fsedbid and content != -1 and preferred_role=\'m\' ;'''
get_mirror_sql = '''select port, hostname, datadir
from gp_segment_configuration
where content != -1 and preferred_role=\'m\' ;'''
segments=self.gputil.run_SQLQuery(get_mirror_sql, dbname='template1')
for seg in segments:
port = seg[0]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册