rabbitmq / rabbitmq-server

Open source RabbitMQ: core server and tier 1 (built-in) plugins
https://www.rabbitmq.com/
Other
12.04k stars 3.9k forks source link

`//deps/rabbitmq_amqp1_0:system_SUITE` fails when executed with RBE #5016

Closed pjk25 closed 2 years ago

pjk25 commented 2 years ago

Specifically, the dotnet roundtrip_to_amqp_091 test fails. Others pass.

It appears that connection made by the rabbitmq dotnet client is not via localhost, and the broker rejects the guest credentials. This is even though a uri of amqp://localhost:21000 is passed to the test suite.

The suite has been tagged "exclusive" for now, so that it does not execute remotely, and passes.

pjk25 commented 2 years ago

The workaround seems good enough, since it has been in place for quite some time.