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

ASF GitHub Bot commented on GEODE-4265:
---------------------------------------

metatype closed pull request #1260: [GEODE-4265] Add dunit progress tool to 
docker image.
URL: https://github.com/apache/geode/pull/1260
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/ci/docker/Dockerfile b/ci/docker/Dockerfile
index 097bba5c5d..369e9fdbce 100644
--- a/ci/docker/Dockerfile
+++ b/ci/docker/Dockerfile
@@ -46,6 +46,10 @@ RUN go build -o /usr/local/bin/tini-wrapper ./tini-wrapper.go
 ADD ./initdocker /usr/local/bin/initdocker
 RUN chmod +x /usr/local/bin/initdocker
 
+# Install dunit-process
+RUN curl -Lo /usr/local/bin/dunit-process 
https://github.com/jdeppe-pivotal/progress-util/releases/download/0.2/progress.linux
+RUN chmod +x /usr/local/bin/dunit-process
+
 # Cache gradle for performance
 ENV GRADLE_USER_HOME /usr/local/maven_files
 WORKDIR /tmp/work


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> Add dunit-progress analysis tool to ci docker image
> ---------------------------------------------------
>
>                 Key: GEODE-4265
>                 URL: https://issues.apache.org/jira/browse/GEODE-4265
>             Project: Geode
>          Issue Type: Task
>          Components: ci
>            Reporter: Sean Goller
>
> In order to faciliate analyzing dunit hangs, add the dunit progress tool to 
> the docker image.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to