rabbitmq-server
rabbitmq-server copied to clipboard
`//deps/rabbitmq_amqp1_0:system_SUITE` fails when executed with RBE
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.
The workaround seems good enough, since it has been in place for quite some time.