Fix travis failure due to ordering

pull/1092/head
Murat Tuncer 2017-01-06 13:50:04 +03:00
parent e35f4c836d
commit 0d4cf48501
2 changed files with 6 additions and 2 deletions

View File

@ -420,7 +420,9 @@ SELECT
FROM
pg_dist_shard_placement
WHERE
nodeport = :worker_2_port;
nodeport = :worker_2_port
ORDER BY
shardid ASC;
shardid | shardstate | shardlength | nodename | nodeport
---------+------------+-------------+-----------+----------
1370004 | 1 | 0 | localhost | 57638

View File

@ -265,7 +265,9 @@ SELECT
FROM
pg_dist_shard_placement
WHERE
nodeport = :worker_2_port;
nodeport = :worker_2_port
ORDER BY
shardid ASC;
SELECT *
FROM pg_dist_colocation