Skip to content

Commit

Permalink
Merge pull request #8874 from gyuho/release-branch
Browse files Browse the repository at this point in the history
release-3.2: fix unit test script, remove old tests, backport functional testing data dir commands
  • Loading branch information
gyuho committed Nov 15, 2017
2 parents 2250f71 + ea51c25 commit d557296
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 352 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/agent-*
/coverage
/gopath
/gopath.proto
Expand Down
2 changes: 1 addition & 1 deletion .semaphore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ docker run \
gcr.io/etcd-development/etcd-test:go1.8.5 \
/bin/bash -c "${TEST_OPTS} ./test 2>&1 | tee test-${TEST_SUFFIX}.log"

! egrep "(--- FAIL:|leak)" -A10 -B50 test-${TEST_SUFFIX}.log
! egrep "(--- FAIL:|panic: test timed out|appears to have leaked|Too many goroutines)" -B50 -A10 test-${TEST_SUFFIX}.log
239 changes: 0 additions & 239 deletions clientv3/balancer_test.go

This file was deleted.

Loading

0 comments on commit d557296

Please sign in to comment.