Skip to content

"Initialization has been cancelled" starting container #1080

Answered by HofmeisterAn
paulomorgado asked this question in Q&A
Discussion options

You must be logged in to vote

I'm explicitly starting the reaper before starting the containers:

This will not resolve your issue. The container starts, but Testcontainers cannot establish or maintain a connection to it.

Is this for test purposes only, or is ti supposed to write something to disk?

This was solely for testing purposes.

I'm getting this log in our build pipeline:

As I suspected, you are not using a "simple" container runtime configuration on your test host. Testcontainers tries to establish a connection to the Ryuk container and fails. This is likely due to the remote host configuration. Does your host (linux.runner.git.intra.vision-box.com) allow incoming connections? Starting Ryuk exposes the co…

Replies: 1 comment 8 replies

Comment options

You must be logged in to vote
8 replies
@paulomorgado
Comment options

@HofmeisterAn
Comment options

@paulomorgado
Comment options

@HofmeisterAn
Comment options

Answer selected by paulomorgado
@paulomorgado
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants