-
Notifications
You must be signed in to change notification settings - Fork 394
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
🌱 clean up workspace e2e fixtures #2586
🌱 clean up workspace e2e fixtures #2586
Conversation
05e3a75
to
340e249
Compare
340e249
to
251fc3f
Compare
1ea629c
to
38486b2
Compare
|
cf60c22
to
dcbc4a4
Compare
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: stevekuznetsov 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 |
/retest |
dcbc4a4
to
439db6e
Compare
@@ -303,7 +303,6 @@ func (c *controller) process(ctx context.Context, key string) error { | |||
ObjectMeta: metav1.ObjectMeta{ | |||
Name: reconcilerapiexport.TemporaryComputeServiceExportName, | |||
Annotations: map[string]string{ | |||
logicalcluster.AnnotationKey: clusterName.String(), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We lose the cluster name in the logger this way :|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh. That was the reason :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
restored.
439db6e
to
ec6823a
Compare
ec6823a
to
9c49cc8
Compare
|
/lgtm |
Change workspace fixture signature to return both the path and the workspace object:
Implemented this convention in most places in e2e tests:
fooClusterName
,fooPath
,fooWorkspace
. The last is the object.