akkadotnet / Alpakka

Akka Streams Connectors - Alpakka
https://alpakka.getakka.net/
Apache License 2.0
108 stars 40 forks source link

Migrated AMQP.RabbitMQ Tests to TestContainers #1890

Closed Aaronontheweb closed 3 months ago

Aaronontheweb commented 4 months ago

Changes

The Docker.NET code in this project was extremely byte-rotted, so migrated everything to use TestContainers.RabbitMQ.

Worth noting: it looks like none of these tests have been run properly on the build server for some time. Still looking into that, but in the meantime I'm executing these locally.

Checklist

For significant changes, please ensure that the following have been completed (delete if not relevant):

Aaronontheweb commented 4 months ago

There's 4 legitimate failing unit tests here - will need to look at that.

Aaronontheweb commented 3 months ago

Ok, have tests running on all platforms again - that's an improvement