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

Fix query on gp_segment_configuration.

The column is called 'datadir', not 'directory'.
上级 5eaa5889
......@@ -154,7 +154,7 @@ class GpExpandTests(MPPTestCase):
Validate if new entries for all the hosts are added to pg_hba.conf files in all the segments
"""
tinctest.logger.info("Verifying pg_hba entries for all segment hosts")
segment_dirs_sql = """select distinct hostname, directory, content from gp_segment_configuration where content > -1"""
segment_dirs_sql = """select distinct hostname, datadir, content from gp_segment_configuration where content > -1"""
dburl = dbconn.DbURL()
pg_hba_files = []
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册