rabbitmq-server icon indicating copy to clipboard operation
rabbitmq-server copied to clipboard

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

Open HoloRin opened this issue 3 years ago • 0 comments

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.

HoloRin avatar Jun 10 '22 08:06 HoloRin

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

HoloRin avatar Aug 24 '22 10:08 HoloRin