This is an automated email from the ASF dual-hosted git repository.

sijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new be1eaac  Pull docker images before running integration tests (#2212)
be1eaac is described below

commit be1eaac9f4bd7a8c8804d77bd1935411f70955ab
Author: Sijie Guo <[email protected]>
AuthorDate: Wed Jul 25 11:32:54 2018 -0700

    Pull docker images before running integration tests (#2212)
    
    *Motivation*
    
    Integration tests sometime failed with "No such image:".
    
    *Changes*
    
    This change attempts to pull docker images before running integration tests.
    Hopefully it can improve the stability on running integration tests.
---
 tests/scripts/pre-integ-tests.sh | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/tests/scripts/pre-integ-tests.sh b/tests/scripts/pre-integ-tests.sh
index e5dec32..ab83c53 100755
--- a/tests/scripts/pre-integ-tests.sh
+++ b/tests/scripts/pre-integ-tests.sh
@@ -26,4 +26,7 @@ df -h
 ps -eo euser,pid,ppid,pgid,start,pcpu,pmem,cmd
 docker network prune -f --filter name=pulsarnet_*
 docker system events > docker.debug-info & echo $! > docker-log.pid
-
+docker pull apachepulsar/s3mock:latest
+docker pull alpine/socat:latest
+docker pull cassandra:3
+docker pull confluentinc/cp-kafka:4.0.0

Reply via email to