Skip to content
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

WIP: write error into sync channel always #1024

Closed

Conversation

jpeeler
Copy link
Contributor

@jpeeler jpeeler commented Sep 3, 2019

This is just to test that the degraded message is reported.

@openshift-ci-robot openshift-ci-robot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Sep 3, 2019
@openshift-ci-robot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: jpeeler

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci-robot openshift-ci-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Sep 3, 2019
@jpeeler
Copy link
Contributor Author

jpeeler commented Sep 3, 2019

/retest

This is just to test that the degraded message is reported.
@openshift-ci-robot openshift-ci-robot added size/S Denotes a PR that changes 10-29 lines, ignoring generated files. and removed size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Sep 4, 2019
@jpeeler
Copy link
Contributor Author

jpeeler commented Sep 4, 2019

Found what I needed:

  {
            "apiVersion": "config.openshift.io/v1",
            "kind": "ClusterOperator",
            "metadata": {
                "creationTimestamp": "2019-09-04T00:58:05Z",
                "generation": 1,
                "name": "operator-lifecycle-manager",
                "resourceVersion": "4131",
                "selfLink": "/apis/config.openshift.io/v1/clusteroperators/operator-lifecycle-manager",
                "uid": "0d700b7f-ceaf-11e9-a6cb-12cb3877ccec"
            },
            "spec": {},
            "status": {
                "conditions": [
                    {
                        "lastTransitionTime": "2019-09-04T00:58:05Z",
                        "message": "Waiting for updates to take effect",
                        "status": "True",
                        "type": "Degraded"
                    },
                    {
                        "lastTransitionTime": "2019-09-04T00:58:05Z",
                        "message": "Waiting to see update 0.11.0 succeed",
                        "status": "False",
                        "type": "Progressing"
                    },
                    {
                        "lastTransitionTime": "2019-09-04T00:58:05Z",
                        "message": "Waiting for updates to take effect",
                        "status": "False",
                        "type": "Upgradeable"
                    }
                ],
                "extension": null,
                "relatedObjects": [
                    {
                        "group": "operators.coreos.com",
                        "name": "operator-lifecycle-manager",
                        "namespace": "openshift-operator-lifecycle-manager",
                        "resource": "OperatorGroup"
                    },
                    {
                        "group": "operators.coreos.com",
                        "name": "operator-lifecycle-manager",
                        "namespace": "openshift-operator-lifecycle-manager",
                        "resource": "ClusterServiceVersion"
                    },
                    {
                        "group": "",
                        "name": "openshift-operator-lifecycle-manager",
                        "resource": "namespaces"
                    }
                ]
            }
        },
        {
            "apiVersion": "config.openshift.io/v1",
            "kind": "ClusterOperator",
            "metadata": {
                "creationTimestamp": "2019-09-04T00:58:05Z",
                "generation": 1,
                "name": "operator-lifecycle-manager-catalog",
                "resourceVersion": "4152",
                "selfLink": "/apis/config.openshift.io/v1/clusteroperators/operator-lifecycle-manager-catalog",
                "uid": "0daeb422-ceaf-11e9-a6cb-12cb3877ccec"
            },
            "spec": {},
            "status": {
                "conditions": [
                    {
                        "lastTransitionTime": "2019-09-04T00:58:05Z",
                        "message": "Waiting for updates to take effect",
                        "status": "True",
                        "type": "Degraded"
                    },
                    {
                        "lastTransitionTime": "2019-09-04T00:58:05Z",
                        "message": "Waiting to see update 0.11.0 succeed",
                        "status": "False",
                        "type": "Progressing"
                    },
                    {
                        "lastTransitionTime": "2019-09-04T00:58:05Z",
                        "message": "Waiting for updates to take effect",
                        "status": "False",
                        "type": "Upgradeable"
                    }
                ],
                "extension": null,
                "relatedObjects": [
                    {
                        "group": "operators.coreos.com",
                        "name": "operator-lifecycle-manager-catalog",
                        "namespace": "openshift-marketplace",
                        "resource": "Subscription"
                    },
                    {
                        "group": "operators.coreos.com",
                        "name": "operator-lifecycle-manager-catalog",
                        "namespace": "openshift-marketplace",
                        "resource": "InstallPlan"
                    },
                    {
                        "group": "",
                        "name": "openshift-marketplace",
                        "resource": "namespaces"
                    }
                ]
            }
        },

@jpeeler jpeeler closed this Sep 4, 2019
@openshift-ci-robot
Copy link
Collaborator

@jpeeler: The following tests failed, say /retest to rerun them all:

Test name Commit Details Rerun command
ci/prow/e2e-aws-console-olm 53cd128 link /test e2e-aws-console-olm
ci/prow/e2e-aws-olm 53cd128 link /test e2e-aws-olm
ci/prow/e2e-aws 53cd128 link /test e2e-aws
ci/prow/e2e-aws-upgrade 53cd128 link /test e2e-aws-upgrade

Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants