twingly / twingly-amqp

:bus: Ruby gem for RabbitMQ subscribing and publishing
0 stars 0 forks source link

Test suite not reliable? #42

Closed walro closed 8 years ago

walro commented 8 years ago

Looking at this build: https://travis-ci.org/twingly/twingly-amqp/builds/131445014 it seems like the test suite is luck dependant. I am thinking that the ping has not been carried out before the check of size: https://github.com/twingly/twingly-amqp/blob/04bd79b8c1c655b3fb4d69f849183751588a5e86/spec/integration/twingly/amqp/pinger_spec.rb#L37-L42

walro commented 8 years ago

Happened again, this time on master leading to a dreadful build failing badge.

I'll see if I can come up with something.