mirror of https://github.com/citusdata/citus.git
Fix Travis local_first_candidate_nodes failures
A recent change to the image used in Travis causes some problems for the code we use here to ensure the local replica is first. Since this code is essentially dead in a post-stage world anyhow, we're OK with ripping out the tests to placate Travis.pull/807/head
parent
379ba0d717
commit
0509d85e94
|
@ -25,10 +25,3 @@ SELECT * FROM master_get_new_shardid();
|
|||
600000
|
||||
(1 row)
|
||||
|
||||
SELECT node_name FROM master_get_local_first_candidate_nodes();
|
||||
node_name
|
||||
-----------
|
||||
localhost
|
||||
localhost
|
||||
(2 rows)
|
||||
|
||||
|
|
|
@ -25,13 +25,6 @@ SELECT * FROM master_get_new_shardid();
|
|||
740000
|
||||
(1 row)
|
||||
|
||||
SELECT * FROM master_get_local_first_candidate_nodes();
|
||||
node_name | node_port
|
||||
-----------+-----------
|
||||
localhost | 57638
|
||||
localhost | 57637
|
||||
(2 rows)
|
||||
|
||||
SELECT * FROM master_get_round_robin_candidate_nodes(1);
|
||||
node_name | node_port
|
||||
-----------+-----------
|
||||
|
|
|
@ -15,5 +15,3 @@ SELECT part_storage_type, part_key, part_replica_count, part_max_size,
|
|||
SELECT * FROM master_get_table_ddl_events('lineitem');
|
||||
|
||||
SELECT * FROM master_get_new_shardid();
|
||||
|
||||
SELECT node_name FROM master_get_local_first_candidate_nodes();
|
||||
|
|
|
@ -15,8 +15,6 @@ SELECT * FROM master_get_table_ddl_events('lineitem');
|
|||
|
||||
SELECT * FROM master_get_new_shardid();
|
||||
|
||||
SELECT * FROM master_get_local_first_candidate_nodes();
|
||||
|
||||
SELECT * FROM master_get_round_robin_candidate_nodes(1);
|
||||
|
||||
SELECT * FROM master_get_round_robin_candidate_nodes(2);
|
||||
|
|
Loading…
Reference in New Issue