-
I've seen this exact error come and go a fair bit on here, but it's just today started happening for me.
I'm using testcontainers-java 1.12.0, but updating to the latest version has no impact at al…
-
Currently I fail to move container into variable because of `Container
-
I'm not sure if this is a problem with testcontainers or Rust Analyzer, but I've noticed that if I run the tests from within VSCode then my containers don't ever shut down. If I run the exact same tes…
-
I can't make sense of why the build in https://github.com/testcontainers/testcontainers-rs/pull/139 is breaking. Here is the first error when `cargo build` is run:
```rust
$ cargo build
Upd…
-
Hi there!
Im not sure if this is the right place to ask these specific questions, but I just can't figure out how to solve this, trying to get this running since days.
So Im trying to get my Integ…
-
# Problem
The "problem" with our makefile is that we are using global variables.
Global variables in make are evaluated during makefile's "parsing" stage, not during execution stage.
And hence, t…
-
As the tool is heavily dependent on an instance of wikimedia and its api and sparql service, integration tests are probably the most important.
This requires :
- [ ] launch a docker instance of …
-
Sorry for all the questions, I really appreciate your help - let's discuss if you'd like me to contribute financially!
For some reason, I can return `Vec`s from methods but not accept them as param…
-
Hello from the Rust universe! :)
Thanks for creating a `node` port of testcontainers!
**Context:** Some containers take quite a while to start up and open ports before they are actually ready (b…
-
I have a strange bug when using the postgres image, the connection is closed unexpectedly while I am using it.
I created here a small reproducer (launch the tests to see it):
https://github.com/ufos…