File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
src/main/java/org/testcontainers/containers Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 2525 env :
2626 TARANTOOL_SERVER_USER : root
2727 TARANTOOL_SERVER_GROUP : root
28- run : mvn -B verify --file pom.xml
28+ run : mvn -e - B verify --file pom.xml
2929
3030 - name : Run enterprise tests
3131 env :
Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ - Fix command template for use with the 1.x Tarantool version ([ #87 ] ( https://github.com/tarantool/testcontainers-java-tarantool/issues/87 ) )
6+
57## [ 1.0.0] - 2023-06-16
68- Fix problem if topology isn't applied correctly
79- Bump testcontainers to 1.18.0
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ public final class TarantoolContainerClientHelper {
4949 private static final String COMMAND_TEMPLATE = "echo \" " +
5050 " print(require('yaml').encode( " +
5151 " {require('net.box').connect( " +
52- " { uri= '%s:%d' } , " +
52+ " '%s:%d', " +
5353 " { user = '%s', password = '%s' } " +
5454 " ):eval('%s')}) " +
5555 " ); " +
You can’t perform that action at this time.
0 commit comments