debugging gc

This commit is contained in:
Chao Xu
2016-08-09 15:55:15 -07:00
parent d836b248b2
commit 9ac91e5172
3 changed files with 6 additions and 1 deletions

View File

@@ -62,6 +62,7 @@ runTests() {
make -C "${KUBE_ROOT}" test \
WHAT="$(kube::test::find_integration_test_dirs | paste -sd' ' -)" \
KUBE_GOFLAGS="${KUBE_GOFLAGS:-} -tags 'integration no-docker'" \
KUBE_TEST_ARGS="--vmodule=garbage*collector=6" \
KUBE_RACE="" \
KUBE_TIMEOUT="${KUBE_TIMEOUT}" \
KUBE_TEST_API_VERSIONS="$1"