Skip to content

Commit

Permalink
Pull docker images before running integration tests (apache#2212)
Browse files Browse the repository at this point in the history
*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.
  • Loading branch information
sijie authored Jul 25, 2018
1 parent 04e38c7 commit be1eaac
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/scripts/pre-integ-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit be1eaac

Please sign in to comment.