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

Update toolchain-common #610

Closed

Conversation

rajivnathan
Copy link
Contributor

Picks up the change from codeready-toolchain/toolchain-common#437

Copy link

sonarcloud bot commented Dec 10, 2024

Copy link

openshift-ci bot commented Dec 10, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: alexeykazakov, rajivnathan, ranakan19

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:
  • OWNERS [alexeykazakov,rajivnathan,ranakan19]

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

@rajivnathan
Copy link
Contributor Author

Not sure whether this is a flaky test or related to codeready-toolchain/toolchain-common#437

=== NAME  TestE2EFlow/verify_cluster_statuses_are_valid/verify_member_cluster_status
    member.go:1970: failed to find MemberStatus with matching criteria:
        ----
        actual:
        metadata:
          annotations:
            toolchain.dev.openshift.com/last-applied-configuration: '{"metadata":{"name":"toolchain-member-status","namespace":"toolchain-member-10191140","creationTimestamp":null},"spec":{},"status":{"resourceUsage":{}}}'
          creationTimestamp: "2024-12-10T19:14:11Z"
          generation: 1
          name: toolchain-member-status
          namespace: toolchain-member-10191140
          resourceVersion: "63920"
          uid: 6fb2fa38-cd14-41c6-9681-838483066c64
        spec: {}
        status:
          conditions:
          - lastTransitionTime: "2024-12-10T19:25:25Z"
            lastUpdatedTime: "2024-12-10T19:25:25Z"
            message: 'components not ready: [hostConnection]'
            reason: ComponentsNotReady
            status: "False"
            type: Ready
          host:
            conditions:
            - lastTransitionTime: "2024-12-10T19:25:25Z"
              lastUpdatedTime: "2024-12-10T19:25:25Z"
              message: 'exceeded the maximum duration since the last probe: 13s'
              reason: ToolchainClusterLastProbeTimeExceeded
              status: "False"
              type: Ready
          memberOperator:
            buildTimestamp: "2024-12-10T18:23:47Z"
            conditions:
            - lastTransitionTime: "2024-12-10T19:25:25Z"
              lastUpdatedTime: "2024-12-10T19:25:25Z"
              reason: DeploymentReady
              status: "True"
              type: Ready
            deploymentName: member-operator-controller-manager
            revision: 9208da8f322fc59a0b1f70b0c9d4429cded11942
            revisionCheck:
              conditions:
              - lastTransitionTime: "2024-12-10T19:25:25Z"
                lastUpdatedTime: "2024-12-10T19:25:25Z"
                message: is not running in prod environment
                reason: DeploymentRevisionCheckDisabled
                status: "True"
                type: Ready
            version: 0.0.1
          resourceUsage:
            memoryUsagePerNodeRole:
              master: 43
              worker: 22
          routes:
            conditions:
            - lastTransitionTime: "2024-12-10T19:25:25Z"
              lastUpdatedTime: "2024-12-10T19:25:25Z"
              reason: RoutesAvailable
              status: "True"
              type: Ready
            consoleURL: https://console-openshift-console.apps.ci-op-qmn015sg-887d4.devsandboxci.devcluster.openshift.com/
        
        ----
        diffs:
        expected conditions to match:
        
        expected:
        ----
        [{Ready True 0001-01-01 00:00:00 +0000 UTC AllComponentsReady  <nil>}]----
        actual:
        ----
        [{Ready False 2024-12-10 19:25:25 +0000 UTC ComponentsNotReady components not ready: [hostConnection] 2024-12-10 19:25:25 +0000 UTC}]----
        -expected
        +actual
          []v1alpha1.Condition{
        - 	{Type: "Ready", Status: "True", Reason: "AllComponentsReady"},
        + 	{
        + 		Type:               "Ready",
        + 		Status:             "False",
        + 		LastTransitionTime: s"2024-12-10 19:25:25 +0000 UTC",
        + 		Reason:             "ComponentsNotReady",
        + 		Message:            "components not ready: [hostConnection]",
        + 		LastUpdatedTime:    s"2024-12-10 19:25:25 +0000 UTC",
        + 	},
          }
        
        
    toolchain_status_assertions.go:18: 
        	Error Trace:	/tmp/toolchain-e2e/testsupport/toolchain_status_assertions.go:18
        	            				/tmp/toolchain-e2e/test/e2e/parallel/e2e_test.go:38
        	Error:      	Received unexpected error:
        	            	context deadline exceeded
        	Test:       	TestE2EFlow/verify_cluster_statuses_are_valid/verify_member_cluster_status
        	Messages:   	failed while waiting for MemberStatus

@rajivnathan
Copy link
Contributor Author

/retest

Copy link

openshift-ci bot commented Dec 11, 2024

@rajivnathan: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/e2e 9208da8 link true /test e2e

Full PR test history. Your PR dashboard.

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-sigs/prow repository. I understand the commands that are listed here.

@rajivnathan
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants