Replies: 4 comments 4 replies
-
It seems like the container is exiting during startup, which is quite unusual since the GitHub hosted runners and Microsoft hosted agents are identical. Could you try disabling the cleanup process and retrieving the logs using Also, have you tried to use our RabbitMq module? We've no issues running our tests on the GitHub runners. |
Beta Was this translation helpful? Give feedback.
-
I have try without RabbitMQ Module first and now i use RabbitMQ module, same problem. I also tried with ubuntu-20.04 vmImage
|
Beta Was this translation helpful? Give feedback.
-
The log with my configuration
the log with a plain configuration
It's normal, because he try to access to the rabbitMQ with bad logins. I load the definition.json with this lines :
|
Beta Was this translation helpful? Give feedback.
-
Great I found, Don't know why but i needed to add a Delay before executing my command.. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I'm using this library for a rabbitmq docker container.
When i run my tests in my computer.
are created, i wait for rabbitmq to be ready, my test run... all are good
When i try to run the same tests on azure pipeline with Microsoft HostedAgent.
the tests failed
I'm not sure what is happening.
Any ideas ?
Beta Was this translation helpful? Give feedback.
All reactions