Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Emqx Container #83

Merged
merged 4 commits into from May 15, 2024
Merged

Conversation

andreaswillems
Copy link
Contributor

No description provided.

@jarlah
Copy link
Collaborator

jarlah commented Apr 21, 2024

will take a look at it :) Thanks for the contribution

@jarlah jarlah self-requested a review April 21, 2024 12:14
@jarlah jarlah added the enhancement New feature or request label Apr 21, 2024
Copy link
Collaborator

@jarlah jarlah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems build steps are working. Fix the version in constants and i can take a final look after that

mix.exs Show resolved Hide resolved
lib/container/emqx_container.ex Show resolved Hide resolved
@@ -0,0 +1,48 @@
defmodule Testcontainers.Container.EmqxContainerTest do
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you aren't actually doing stuff with the container. Do you think we should add a test to verify we can actually use the emqx container for something "useful" ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good idea. I will try and come up with something.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rebase and fix conflicts. and i can merge it with and you can add test later in a second PR, if you agree

@jarlah jarlah merged commit 347a168 into testcontainers:main May 15, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants