You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use the testcontainers for Ruby to use a minIO image in my rspec. I tried multiple ways but didn't succeed. The container keeps being stuck forever when calling start. I thought it was the way I passed the arguments to the container but I think it's not.
So I tried to use one of the example with memcached
Hi!
I'm trying to use the testcontainers for Ruby to use a minIO image in my rspec. I tried multiple ways but didn't succeed. The container keeps being stuck forever when calling start. I thought it was the way I passed the arguments to the container but I think it's not.
So I tried to use one of the example with memcached
And the 'Started' log is never written.
I can see that the image has been downloaded by the test container but then nothing. It get stuck.
I'm using the minIO testcontainer for java in JUnit tests and it works fine. So the docker part is working fine in my laptop.
But when using with RSpec it doesn't work. I'm using it like this (and tried many different ways using
with_xxx
):How can I understand what's going on?
Can 'start' be called anywhere in the RSpec?
The text was updated successfully, but these errors were encountered: