mirror of https://github.com/citusdata/citus.git
Fixes flakiness of tests
parent
2fec02c301
commit
7632e5dbf5
|
@ -38,6 +38,7 @@ FROM
|
|||
pg_tables
|
||||
WHERE
|
||||
tablename in ('test_table', 'test_table2')
|
||||
ORDER BY tablename
|
||||
) q2
|
||||
$$
|
||||
) ORDER BY result;
|
||||
|
|
|
@ -31,6 +31,7 @@ FROM
|
|||
pg_tables
|
||||
WHERE
|
||||
tablename in ('test_table', 'test_table2')
|
||||
ORDER BY tablename
|
||||
) q2
|
||||
$$
|
||||
) ORDER BY result;
|
||||
|
|
Loading…
Reference in New Issue