You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gearpump.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/03/01 12:17:45 UTC

[jira] [Commented] (GEARPUMP-281) Put dockerfiles used in interation test into integrationtest/docker

    [ https://issues.apache.org/jira/browse/GEARPUMP-281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15890053#comment-15890053 ] 

ASF GitHub Bot commented on GEARPUMP-281:
-----------------------------------------

Github user huafengw commented on the issue:

    https://github.com/apache/incubator-gearpump/pull/162
  
    Hi Karol, would you mind do some code modification in org.apache.gearpump.integrationtest.Docker.scala, change the implementation of `getNetworkGateway` to 
    ```
      final def getNetworkGateway(container: String): String = {
        trace(container, s"Get gateway of container...") {
          Docker.inspect(container, "--format={{.NetworkSettings.Gateway}}")
        }
      }
    ```
    
    Then rerun the integration test on your Ubuntu environment to see whether the modification is OK?


> Put dockerfiles used in interation test into integrationtest/docker
> -------------------------------------------------------------------
>
>                 Key: GEARPUMP-281
>                 URL: https://issues.apache.org/jira/browse/GEARPUMP-281
>             Project: Apache Gearpump
>          Issue Type: Task
>          Components: integrationtest
>         Environment: N/A
>            Reporter: Karol Brejna
>            Assignee: Karol Brejna
>            Priority: Minor
>             Fix For: 0.8.3
>
>




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)