-
Notifications
You must be signed in to change notification settings - Fork 7.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mixer-postsubmit fails due to timeout: //pkg/config/crd:go_default_test #633
Comments
@gnirodi This can be fixed by marking the test as large, or by changing the the test. Please assign this to the creator of the test. |
It shouldn't take that much, and so I'm afraid that |
Automatic merge from submit-queue set timeout for waitFor function otherwise it could wait infinitely, causing unexpected test timeout. See istio/istio#633 **Release note**: ```release-note none ```
My PR was merged. I believe this fixes this issue. |
Not sure if this entirely fixed this issue: See This is today's post submit in response to: |
Another fix for this was merged yesterday, so far it seems working. Can we close this? |
yes thanks! |
Automatic merge from submit-queue set timeout for waitFor function otherwise it could wait infinitely, causing unexpected test timeout. See istio/istio#633 **Release note**: ```release-note none ```
Automatic merge from submit-queue set timeout for waitFor function otherwise it could wait infinitely, causing unexpected test timeout. See istio/istio#633 **Release note**: ```release-note none ``` Former-commit-id: b8c76ac69927515c15e5ec62f39f89961106fb22
Automatic merge from submit-queue set timeout for waitFor function otherwise it could wait infinitely, causing unexpected test timeout. See istio#633 **Release note**: ```release-note none ``` Former-commit-id: e5ca1e99d0c5e3eff81536f1651415f0f635495b
* panic agent * add desired config arg
* Fixes for istiod * Fix knative namespace * Fix clusterrole for cert watch * Fix lint
Several people have complained about failed tests during `make update-goldens`. This PR turns on the verbose flag to aid in debugging both there, as well as `make test`.
https://k8s-gubernator.appspot.com/build/istio-prow/mixer-postsubmit/96/
Most likely cause: test size is too big to run. I'm assigning this to sebastienvas@ ++ to investigate how tests like these ought to be structured to avoid becoming too large for testing.
I0831 18:54:25.812] Executed 53 out of 53 tests: 52 tests pass and 1 fails locally.
I0831 18:54:25.812] There were tests whose specified size is too big. Use the --test_verbose_timeout_warnings command line option to see which ones these are.
W0831 18:54:25.815] TIMEOUT: //pkg/config/crd:go_default_test (see /home/bootstrap/.cache/bazel/_bazel_bootstrap/2ba7a783f3c05b4605aea2aadf54c5cd/execroot/com_github_istio_mixer/bazel-out/local-fastbuild/testlogs/pkg/config/crd/go_default_test/test.log)
W0831 18:54:25.815] ____From Testing //pkg/config/crd:go_default_test:
W0831 18:54:25.815] ____Elapsed time: 79.872s, Critical Path: 64.09s
E0831 18:54:25.815] Build failed
The text was updated successfully, but these errors were encountered: