lyft / presto-gateway

A load balancer / proxy / gateway for prestodb
Apache License 2.0
358 stars 156 forks source link

The tests TestPrestoQueueLengthRoutingTable are flaky due to the test case set up #85

Open endoplasmicR opened 4 years ago

endoplasmicR commented 4 years ago

The builds https://travis-ci.org/lyft/presto-gateway/pull_requests?utm_medium=notification&utm_source=github_status often can be retried to pass the tests.

an example test testActiveClusterMonitorUpdateAndRouting spawns threads and may have indeterministic executions, we should mock the behaviour or add determinism if possible