-
# The problem
I am running a test of issuing 24 production certificates. Initially, I wanted to simultaneously create 24 transactions. But processing those takes around 9 minutes (see [registry-sim…
-
At present, [releases on crates.io](https://crates.io/crates/cerbos/versions) incorrectly list the same `testcontainers` feature for each version.
-
Based on https://github.com/testcontainers/testcontainers-rs/blob/dev/DESIGN_PRINCIPLES.md#ease-of-use, we are removing all existing images from the library.
For one, users tend to not own the imag…
-
### Proposal
I assembled a small TestContainers Java module, and I would like to transfer it to the community GitHub: https://github.com/oleg-nenashev/wiremock-testcontainers-java . Related to #1
…
-
Help in maintaining this project would be greatly appreciated.
Please comment if you are interested or ping me on matrix: https://matrix.to/#/@thomaseizinger:matrix.org
-
Hi,
Thanks for porting testcontainers to rust.
Sadly i am having quite a hard time getting them to work :')
I broke down one of my problems into a minimal example:
```rust
#[tokio::test(flavor …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Description of the bug
I'm wondering how RANGE selection works because a `release-1.17.0..release-1.18.0…
-
My code got an error from bollard, saying "bytes remaining on stream".
```rust
async fn docker_pull(docker: &Docker, image: &str) -> Vec {
docker.create_image(Some(CreateImageOptions {
…
-
consider using cargo-make for its ci-flow tasks
-
I noticed some CI test failures, and I was able to reproduce one locally. (The CI logs were unhelpful because we don't set `RUST_LOG=info` on `cargo test`, and the failure happened to be during an in-…