Bug 1763822
Summary: | Canceling the task graph partway though should be an error even if no tasks fail | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | W. Trevor King <wking> |
Component: | Cluster Version Operator | Assignee: | W. Trevor King <wking> |
Status: | CLOSED ERRATA | QA Contact: | liujia <jiajliu> |
Severity: | urgent | Docs Contact: | |
Priority: | unspecified | ||
Version: | 4.2.z | CC: | aos-bugs, jiajliu, jokerman |
Target Milestone: | --- | ||
Target Release: | 4.2.z | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | 1763821 | Environment: | |
Last Closed: | 2019-11-13 18:56:07 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1763821 | ||
Bug Blocks: | 1763823 |
Description
W. Trevor King
2019-10-21 16:57:09 UTC
Manually linking to the PR because Jessica manually override the Bugzilla labels [1] so the Bugzilla bot won't link the PR for us. [1]: https://github.com/openshift/cluster-version-operator/pull/262#event-2734698440 I tried upgrade from 4.2.1 to 4.3.0-0.nightly-2019-10-24-203507, it failed. Checked our ci test result on https://openshift-release.svc.ci.openshift.org, there is still not available for 4.2.1 to 4.3 upgrade path. So this bug's regression test is blocked. (In reply to liujia from comment #3) > I tried upgrade from 4.2.1 to 4.3.0-0.nightly-2019-10-24-203507, it failed. > Checked our ci test result on > https://openshift-release.svc.ci.openshift.org, there is still not available > for 4.2.1 to 4.3 upgrade path. > So this bug's regression test is blocked. ignore this comment from the bug, wrong paste. Checked several recent ci test(941-945) on https://openshift-gce-devel.appspot.com/builds/origin-ci-test/logs/release-openshift-origin-installer-e2e-aws-upgrade-4.1. Did not find the weird log. According to https://bugzilla.redhat.com/show_bug.cgi?id=1763821#c2, do regression test against 4.1-4.2 path. # ./oc get clusterversion NAME VERSION AVAILABLE PROGRESSING SINCE STATUS version 4.1.21 True False 5m18s Cluster version is 4.1.21 ./oc get clusterversion NAME VERSION AVAILABLE PROGRESSING SINCE STATUS version 4.2.0-0.nightly-2019-10-28-140411 True False 55m Cluster version is 4.2.0-0.nightly-2019-10-28-140411 # oc get clusterversion -o json|jq .items[0].status.history [ { "completionTime": "2019-10-29T04:51:03Z", "image": "registry.svc.ci.openshift.org/ocp/release:4.2.0-0.nightly-2019-10-28-140411", "startedTime": "2019-10-29T03:57:50Z", "state": "Completed", "verified": false, "version": "4.2.0-0.nightly-2019-10-28-140411" }, { "completionTime": "2019-10-29T03:52:20Z", "image": "registry.svc.ci.openshift.org/ocp/release@sha256:a68066e534c41010b3750f18d620abede491965d5b0e860f5717b626cde08e5b", "startedTime": "2019-10-29T03:38:20Z", "state": "Completed", "verified": false, "version": "4.1.21" } ] Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2019:3303 |