mirror of https://github.com/citusdata/citus.git
parent
16f360a402
commit
f92c0fa1db
|
@ -115,13 +115,6 @@ SELECT nodename, nodeport, COUNT(*)
|
|||
localhost | 57638 | 2
|
||||
(2 rows)
|
||||
|
||||
-- flakyness test
|
||||
SELECT floor(random() * 2) + 1;
|
||||
?column?
|
||||
---------------------------------------------------------------------
|
||||
2
|
||||
(1 row)
|
||||
|
||||
RESET search_path;
|
||||
SET client_min_messages TO WARNING;
|
||||
DROP SCHEMA citus_drain_node CASCADE;
|
||||
|
|
|
@ -56,9 +56,6 @@ SELECT nodename, nodeport, COUNT(*)
|
|||
WHERE placement.groupid = node.groupid
|
||||
AND node.noderole = 'primary' GROUP BY nodename, nodeport ORDER BY 1,2;
|
||||
|
||||
-- flakyness test
|
||||
SELECT floor(random() * 2) + 1;
|
||||
|
||||
RESET search_path;
|
||||
|
||||
SET client_min_messages TO WARNING;
|
||||
|
|
Loading…
Reference in New Issue