-
### Describe the bug
Hi!
I am in the process of switching from openssl to rustls so I scanned my project for `native-tls`. It looks like aws-config ships `rustls` and `native-tls` if I am not mi…
-
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-…
-
## Description
Change our CI to run on:
- latest stable
- latest beta
- our MSRV
## Motivation
MSRV: We set a rust-version in our manifest but we don't actually run CI against that v…
-
Once in a while I get the following error when attempting to spin up janus in local tests:
```
2022-06-14T04:31:14.598816Z ERROR testcontainers::core::logs: Failed to find message in stream af…
-
[INFO] ScanLinuxAsync logged InvalidOperationException: cannot hijack chunked or content length stream
[WARN] Scanning of image sha256:xxxxxxxxxxxxx failed with exception: cannot hijack chunked or co…
-
How can I debug this error? Is there a way to get the output from the actual command call.
`thread 'client::tests::mytest' panicked at 'failed to start container', /home/runner/.cargo/registry/src/…
lcmgh updated
2 years ago
-
At the moment, it is possible to run into problems with testcontainers-rs where the docker containers is killed to early.
To reproduce this, simply spawn a new container, connect to it and move the…
-
Hello,
I suspect that this is more of a rust knolwedge gap on me, but is ratter something that might happen to others and something, I hope, you can help me to solve.
My problem is simple:
``…
-
The following does not work because `ls` does not live long enough. This is really a hurdle.
```rust
// LOCAL ONLY - Spawn up localstack with dynamo db and kinesis
let container_opt = if loca…
lcmgh updated
2 years ago
-
**Describe the bug**
Using Testcontainers to start a Postgres container seems to not work at all. The container fails to start correctly.
**To Reproduce**
```
func TestDatabase(t *testing.T) {
…