ruby-amqp / hutch

A system for processing messages from RabbitMQ.
https://gocardless.com/blog/hutch-inter-service-communication-with-rabbitmq/
MIT License
857 stars 137 forks source link

Fix specs and CI #379

Closed douglasmiller closed 2 years ago

douglasmiller commented 2 years ago

This fixes several issues with failing tests and fixes the CI runner.

There are several JRuby tests that are failing, which have been hidden behind the bin/ci/before_build_docker.sh permissions error. I'm not sure how to go about fixing these.