streadway / amqp

Go client for AMQP 0.9.1
http://godoc.org/github.com/streadway/amqp
BSD 2-Clause "Simplified" License
4.88k stars 621 forks source link

travis-ci: Install rabbitmq-server package #419

Closed dubek closed 4 years ago

dubek commented 5 years ago

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).

lukebakken commented 5 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:

relistan commented 5 years ago

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.