bsideup commented on a change in pull request #2223:
URL: https://github.com/apache/calcite/pull/2223#discussion_r507705897
##########
File path:
redis/src/test/java/org/apache/calcite/adapter/redis/RedisAdapterCaseBase.java
##########
@@ -103,7 +103,7 @@ private void readModelByJson() {
if (file.exists()) {
JsonNode rootNode = objMapper.readTree(file);
strResult =
rootNode.toString().replace(Integer.toString(Protocol.DEFAULT_PORT),
- Integer.toString(PORT));
+ Integer.toString(getRedisServerPort()));
Review comment:
make sure that the host is also dynamic
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]