Revert "flakyness test"

This reverts commit 784169cbe5.
pull/7154/head
Gokhan Gulbiz 2023-08-24 12:27:10 +03:00
parent 16f360a402
commit f92c0fa1db
No known key found for this signature in database
GPG Key ID: 608EF06B6BD1B45B
2 changed files with 0 additions and 10 deletions

View File

@ -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;

View File

@ -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;