-
-
Notifications
You must be signed in to change notification settings - Fork 290
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Working with MsSql Container getting Initialization has been cancelled
exception
#794
Comments
Initialization has been cancelled
exception
Can you please take a look if you run into the excluded port ranges: docker/for-win#3171? |
I already check that issue. Also, I look java side. Actually I cannot pull testcontainers-ryuk manually. |
|
Console output is:
I use Windows 11... |
You cannot run |
This looks odd, the container has no port mapping 🤔. Can you add the container inspect ( testcontainers-dotnet/src/Testcontainers/Builders/ContainerBuilder`3.cs Lines 159 to 160 in d3ae00f
If you are using the develop branch, you can also comment out these two lines. |
Could you please test the |
I test with develop branch and both cases are work well with comment and without comment that 2 lines. However with |
Interesting, I do not want to bother you, but can you test the following commit: eaa6068 😬? As I mentioned earlier, unfortunately, I am unable to reproduce it. |
We haven't received any response from you lately, and I wanted to check if you are still having issues with Ryuk? |
Hi, I had the same problem and got it working with version |
Which version?
This should not be necessary. |
Yes, still have problem. I use 2.4 version. |
Hm, based on the response it is very difficult for me to triage the issue 🤔. |
I encountered the same issue. For me using the develop version solves the issue. Could you release a patch version for 2.4.0? |
We plan to publish a major release later next week. |
Since we now have the new release, I will close this issue. Let's see if it reappears 🤞. |
Testcontainers version
2.4.0
Using the latest Testcontainers version?
Yes
Host OS
Windows
Host arch
x64
.NET version
7.0.3
Docker version
Docker info
What happened?
I try to create a simple sample test. However I get an exception.
DotNet.Testcontainers.Containers.ResourceReaperException : Initialization has been cancelled.
Docker logs not shown much information:
Relevant log output
No response
Additional information
My all test code is here.
The text was updated successfully, but these errors were encountered: