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

Dockerize development environment #3

Closed
mmenozzi opened this issue Sep 9, 2019 · 0 comments · Fixed by #7
Closed

Dockerize development environment #3

mmenozzi opened this issue Sep 9, 2019 · 0 comments · Fixed by #7
Assignees

Comments

@mmenozzi
Copy link
Member

mmenozzi commented Sep 9, 2019

To speedup the setup of the development environment with the different needed services it will be useful to "dockerize" development environment.

@mmenozzi mmenozzi added the ES Console ElasticSearch Console for jobs search and re-queue. label Sep 9, 2019
@mmenozzi mmenozzi self-assigned this Sep 23, 2019
mmenozzi added a commit that referenced this issue Oct 4, 2019
Before this refactor tests were stopped after an arbitrary delay.
This delay was too low under certain conditions (for example under
docker on macOS).

So instead of creating a configurable delay mechanism this commit
introduces a stopWhen logic which stops the event loop when a given
condition is reached. If the condition is not reached within a
certain timeout the test fails.
@mmenozzi mmenozzi added enhancement and removed ES Console ElasticSearch Console for jobs search and re-queue. labels Oct 7, 2019
mmenozzi added a commit that referenced this issue Oct 7, 2019
Before this refactor tests were stopped after an arbitrary delay.
This delay was too low under certain conditions (for example under
docker on macOS).

So instead of creating a configurable delay mechanism this commit
introduces a stopWhen logic which stops the event loop when a given
condition is reached. If the condition is not reached within a
certain timeout the test fails.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant