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
Sorry for the delays, but I'm focusing on #405 for the time being and did not establish the habit of triaging so folks are getting some delayed responses.
From what you've said, it seems that you could just contribute the fix if you want. The fix seems simple enough!
@arian since it's already fixed on main but unreleased, I'm closing this issue and would like to redirect everyone to #418 for their comments on when we can release the fixes properly!
Sorry for the delays, but still just squeezing this in our free time and operating with some restrictions (can't just change everything on the repo all at once)
For further questions, please ask on #418, thanks! 🙂
Describe the bug
I try to use testcontainers for Elasticsearch in Gitlab-CI, but it fails when trying to connect to Elasticsearch.
To Reproduce
gitlab-ci logs
Solution?
It seems to be that the
_connect
method throws anConnectionRefusedError
orURLError
which isn't handled, which it probably should.The text was updated successfully, but these errors were encountered: