Browse Source

tests: use Go 1.10.2 in Semaphore test

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Gyuho Lee 7 years ago
parent
commit
932ef6c4a3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/semaphore.test.bash

+ 1 - 1
tests/semaphore.test.bash

@@ -15,7 +15,7 @@ fi
 docker run \
 docker run \
   --rm \
   --rm \
   --volume=`pwd`:/go/src/github.com/coreos/etcd \
   --volume=`pwd`:/go/src/github.com/coreos/etcd \
-  gcr.io/etcd-development/etcd-test:go1.10.1 \
+  gcr.io/etcd-development/etcd-test:go1.10.2 \
   /bin/bash -c "${TEST_OPTS} ./test 2>&1 | tee test-${TEST_SUFFIX}.log"
   /bin/bash -c "${TEST_OPTS} ./test 2>&1 | tee test-${TEST_SUFFIX}.log"
 
 
 ! egrep "(--- FAIL:|panic: test timed out|appears to have leaked)" -B50 -A10 test-${TEST_SUFFIX}.log
 ! egrep "(--- FAIL:|panic: test timed out|appears to have leaked)" -B50 -A10 test-${TEST_SUFFIX}.log