mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Merge pull request #111240 from aojea/e2e_debug
set ginkgo intercept mode to none to avoid hangs
This commit is contained in:
commit
5641ac5d95
@ -168,10 +168,13 @@ fi
|
|||||||
|
|
||||||
# NOTE: Ginkgo's default timeout has been reduced from 24h to 1h in V2, set it manually here as "24h"
|
# NOTE: Ginkgo's default timeout has been reduced from 24h to 1h in V2, set it manually here as "24h"
|
||||||
# for backward compatibility purpose.
|
# for backward compatibility purpose.
|
||||||
|
# Set --output-interceptor-mode= none to circumvent cases where the code grabbing the stdout/stderr pipe
|
||||||
|
# is not under the framework control and may cause hangs (https://github.com/onsi/ginkgo/issues/851)
|
||||||
"${program[@]}" "${ginkgo_args[@]:+${ginkgo_args[@]}}" "${e2e_test}" -- \
|
"${program[@]}" "${ginkgo_args[@]:+${ginkgo_args[@]}}" "${e2e_test}" -- \
|
||||||
"${auth_config[@]:+${auth_config[@]}}" \
|
"${auth_config[@]:+${auth_config[@]}}" \
|
||||||
--ginkgo.flake-attempts="${FLAKE_ATTEMPTS}" \
|
--ginkgo.flake-attempts="${FLAKE_ATTEMPTS}" \
|
||||||
--ginkgo.timeout="24h" \
|
--ginkgo.timeout="24h" \
|
||||||
|
--ginkgo.output-interceptor-mode=none \
|
||||||
--host="${KUBE_MASTER_URL}" \
|
--host="${KUBE_MASTER_URL}" \
|
||||||
--provider="${KUBERNETES_PROVIDER}" \
|
--provider="${KUBERNETES_PROVIDER}" \
|
||||||
--gce-project="${PROJECT:-}" \
|
--gce-project="${PROJECT:-}" \
|
||||||
|
Loading…
Reference in New Issue
Block a user