-
Notifications
You must be signed in to change notification settings - Fork 263
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
Integration test flake "service-account default not found" #329
Comments
This doesn't sound like a cluster setup to me. A few tests passed before the one failing, and the service account was (correctly) set before the tests. Since this is a flake, my guess is that one of the tests is doing some sort of teardown and thus causing
|
Yes, it looks like as every of those test setup a test namespace and tear it down after the test. After its the first test of |
Supposed to fix knative#329
* Update Dockerfiles * Update ENTRYPOINT and CMD, add shebang to python script * Remove 'image' from display name and description in labels
There is currently an integration test flaking popping up from time to time with an error:
See e.g. https://storage.googleapis.com/knative-prow/pr-logs/pull/knative_client/312/pull-knative-client-integration-tests/1157313391212105729/build-log.txt
It smells like an issue in the cluster setup but not so much like a race as it happens after some successful image pulls in those tests.
@adrcunha do you have any idea what the cause could be ?
The text was updated successfully, but these errors were encountered: