[
https://issues.apache.org/jira/browse/CALCITE-4344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Stamatis Zampetakis resolved CALCITE-4344.
------------------------------------------
Resolution: Fixed
Fixed in
[7f92a46dfc00e6c0af09d639b02c5e0ebeeeb23d|https://github.com/apache/calcite/commit/7f92a46dfc00e6c0af09d639b02c5e0ebeeeb23d].
Thanks for the PR [~tgrall]!
I added some more clarifications in the javadoc, bumped the testcontainers
version to 1.15.1 to avoid some problems, and fixed redis image to specific
version for reproducibility.
> Run Redis tests using Docker containers
> ---------------------------------------
>
> Key: CALCITE-4344
> URL: https://issues.apache.org/jira/browse/CALCITE-4344
> Project: Calcite
> Issue Type: Improvement
> Components: build
> Affects Versions: 1.26.0
> Reporter: Tugdual Grall
> Priority: Minor
> Fix For: 1.27.0
>
>
> The idea is to use Docker containers instead of embedded (fake) server in
> tests to allow simulating better production (full featured) environments.
> The [testcontainers|https://www.testcontainers.org/] project allows to handle
> transparently the management of Docker containers so it can simplify a lot
> the development of tests using Docker.
> There are some disadvantages in using Docker:
> * more resources;
> * longer execution times;
> * requires Docker installation
> thus at the moment the embedded server will be retained for those who do not
> want to use the containerized tests.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)