testcontainers-elixir icon indicating copy to clipboard operation
testcontainers-elixir copied to clipboard

Testcontainers is an Elixir library that supports ExUnit tests, providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker contain...

Results 38 testcontainers-elixir issues
Sort by recently updated
recently updated
newest added

Currently we do not run seeds. These are mostly valuable for when running locally and not having to create new users every single time for ex.

enhancement
good first issue

1) test with external zookeeper with multiple connected nodes (Testcontainers.Container.KafkaContainerTest) Error: test/container/kafka_container_test.exs:251 ** (MatchError) no match of right hand side value: {:error, [%KafkaEx.Protocol.Produce.Response{topic: "test_topic", partitions: [%{offset: 18446744073709551615, partition: 0, error_code:...

bug
help wanted

While running the test, I have noticed this library only support Docker. Are there any plans to support https://github.com/containers/podman? ``` $ mix test Compiling 34 files (.ex) ** (EXIT from...

bug

First of all thank you for your effort put into testcontainers! I love it. For single containers works perfectly, but if infrastructure is more complicated, then docker compose is really...

enhancement
help wanted

I have tried it with no success so far. Seems to be support for streaming in hackney

Today the repo has an optional dependency on ecto because of Testcontainers.Ecto. Could we make testcontainers_ecto module ?

Having changes in the autogenerated code is challenging when i need to regenerate the code

enhancement
question

currently I just spawn a task for each operation I need to execute in the genserver. But there is no retry or backoff or management of tasks

enhancement
question