alenkacz / marathon-rabbitmq-autoscale

Autoscaling capabilities for services consuming rabbitmq messages and running in Mesos/Marathon cluster
MIT License
6 stars 2 forks source link

Deal with flaky tests #29

Closed alenkacz closed 7 years ago

alenkacz commented 7 years ago

There are tests failing from time to time in master. Even locally.

Make them not flaky :)

alenkacz commented 7 years ago

The problem seemed to be in rmq - it takes till the messages are propagated to the management plugin API.

For now solved by making the timeout bigger - ultimate solution after rewrite