Closed dubek closed 4 years ago
The version of RabbitMQ installed is 3.5.7
- almost 4 years old. For Pika, I install the generic-unix
package and use that: source.
Perhaps using such an old version doesn't matter for this test suite :man_shrugging:
Given that master
builds are failing from being unable to connect to RabbitMQ and @dubek's branch is passing, I'd say the age of the RabbitMQ is insignificant at the moment. Would be good to just get this merged so that master
builds pass.
Travis standard build images no longer include the RabbitMQ by default. The
addons
section adds the required apt packages.Without this we can see Travis build failures (can't dial to 127.0.0.1:5672).