-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
github.com/openshift/origin/test/cmd/observe test/cmd/observe.sh:34: executing 'oc observe services --once --all-namespaces -a "bad{ .metadata.annotations.unset }key" --strict-templates' expecting failure and text 'annotations is not found' #17811
Comments
@mfojtik who's investigating this flake? what have they discovered so far? |
/assign deads2k |
/assign @ironcladlou |
I just discovered that I'm investigating |
Add an annotation to a service, like services/kubernetes:
and the error is reproduced. I assume because Seems like the test case should tolerate objects with both missing and empty annotation field? |
I agree, the test should be updated to tolerate both cases |
Automatic merge from submit-queue (batch tested with PRs 18040, 18097, 18098, 18106, 18087). Stabilize observe test Stabilize the observe cmd test by removing the assumption that all services lack annotations. Fixes #17811.
https://openshift-gce-devel.appspot.com/build/origin-ci-test/pr-logs/pull/17717/test_pull_request_origin_cmd/7451/
Seems like a rebase kind of thing, but did not investigate in detail. Re-categorize if needed please.
Marking as test flake as well, but did not see if it happens consistently locally.
The text was updated successfully, but these errors were encountered: