testcontainers-elixir
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...
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.
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:...
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...
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...
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
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