提交 89c55b08 编写于 作者: P Paul Guo

Fix answer file of test sql/resgroup/resgroup_unassign_entrydb

ci pipeline uses two segment nodes for resgroup testing which is different than
ususal three segment node test configuration. Modifying the test to make it
independent of segment numbers.
上级 550658bf
......@@ -86,13 +86,11 @@ server closed the connection unexpectedly
-- Verify the system is ok with entrydb.
2: SET ROLE role_test;
SET
2: SELECT * from gp_dist_random('gp_id'), pg_sleep(0.1);
2: SELECT * from gp_dist_random('gp_id'), pg_sleep(0.1) LIMIT 1;
gpname | numsegments | dbid | content | pg_sleep
-----------+-------------+------+---------+----------
Greenplum | -1 | -1 | -1 |
Greenplum | -1 | -1 | -1 |
Greenplum | -1 | -1 | -1 |
(3 rows)
(1 row)
2q: ... <quitting>
-- Clean up
......
......@@ -42,7 +42,7 @@ SELECT gp_inject_fault('unassign_resgroup_start_entrydb', 'reset', 1);
-- Verify the system is ok with entrydb.
2: SET ROLE role_test;
2: SELECT * from gp_dist_random('gp_id'), pg_sleep(0.1);
2: SELECT * from gp_dist_random('gp_id'), pg_sleep(0.1) LIMIT 1;
2q:
-- Clean up
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册