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

KUBESAW-43: Replace the special ToolchainClusterCondition with the standard toolchain Condition #560

Merged
merged 13 commits into from
May 30, 2024

Conversation

Copy link
Contributor

@mfrancisc mfrancisc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good 👍

@rsoaresd
Copy link
Contributor

Hello @fbm3307 👋

All the runs of this PR failed with:

expected:
        ----
        [{Ready True 0001-01-01 00:00:00 +0000 UTC AllComponentsReady  <nil>}]----
        actual:
        ----
        [{Ready False 2024-04-25 11:49:56 +0000 UTC ComponentsNotReady components not ready: [hostConnection] 2024-04-25 11:49:56 +0000 UTC}]----
        -expected
        +actual
          []v1alpha1.Condition{
        - 	{Type: "Ready", Status: "True", Reason: "AllComponentsReady"},
        + 	{
        + 		Type:               "Ready",
        + 		Status:             "False",
        + 		LastTransitionTime: s"2024-04-25 11:49:56 +0000 UTC",
        + 		Reason:             "ComponentsNotReady",
        + 		Message:            "components not ready: [hostConnection]",
        + 		LastUpdatedTime:    s"2024-04-25 11:49:56 +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:40
        	Error:      	Received unexpected error:
        	            	timed out waiting for the condition
        	Test:       	TestE2EFlow/verify_cluster_statuses_are_valid/verify_member_cluster_status
        	Messages:   	failed while waiting for MemberStatus
        	
(...)


host.go:1821: failed to find Space
        
    space.go:112: 
        	Error Trace:	/tmp/toolchain-e2e/testsupport/space/space.go:112
        	            				/tmp/toolchain-e2e/test/e2e/parallel/space_test.go:143
        	Error:      	Received unexpected error:
        	            	timed out waiting for the condition
        	Test:       	TestSpaceRoles

Very likely is the reason why PR 1017 of host-operator is failing.

Copy link

codecov bot commented May 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.06%. Comparing base (6522980) to head (644dc00).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #560   +/-   ##
=======================================
  Coverage   84.06%   84.06%           
=======================================
  Files          29       29           
  Lines        2636     2636           
=======================================
  Hits         2216     2216           
  Misses        277      277           
  Partials      143      143           

@fbm3307 fbm3307 marked this pull request as ready for review May 14, 2024 06:50
@openshift-ci openshift-ci bot requested a review from michaelkleinhenz May 14, 2024 06:50
@fbm3307
Copy link
Contributor Author

fbm3307 commented May 15, 2024

/test e2e

Copy link

openshift-ci bot commented May 29, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: fbm3307, MatousJobanek, metlos, mfrancisc

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 [MatousJobanek,mfrancisc]

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

Copy link

sonarcloud bot commented May 30, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@fbm3307 fbm3307 merged commit c8d1820 into codeready-toolchain:master May 30, 2024
12 of 13 checks passed
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.

6 participants