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

🐛 syncer: use the correct key splitter #1985

Conversation

stevekuznetsov
Copy link
Contributor

The status controller uses a cluster-unaware keyfunction, so it is not meaningful to use a cluster-aware splitter. Furthermore, there is no case in which the downstream informer will have cluster-aware keys.

Signed-off-by: Steve Kuznetsov skuznets@redhat.com

Needed for #1958
/assign @jmprusi
/cc @ncdc

@openshift-ci openshift-ci bot requested a review from ncdc September 14, 2022 16:30
@stevekuznetsov stevekuznetsov force-pushed the skuznets/use-cluster-unaware-keyfunc branch 2 times, most recently from 0a6675d to b85c322 Compare September 14, 2022 16:36
@openshift-ci openshift-ci bot added lgtm Indicates that a PR is ready to be merged. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Sep 14, 2022
The status controller uses a cluster-unaware keyfunction, so it is not
meaningful to use a cluster-aware splitter. Furthermore, there is no
case in which the downstream informer will have cluster-aware keys.

Signed-off-by: Steve Kuznetsov <skuznets@redhat.com>
@stevekuznetsov stevekuznetsov force-pushed the skuznets/use-cluster-unaware-keyfunc branch from b85c322 to 6996de5 Compare September 14, 2022 16:48
@openshift-ci openshift-ci bot removed the lgtm Indicates that a PR is ready to be merged. label Sep 14, 2022
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Sep 14, 2022

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ncdc

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

@ncdc
Copy link
Member

ncdc commented Sep 14, 2022

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Sep 14, 2022
@stevekuznetsov
Copy link
Contributor Author

/retest

 === Failed
=== FAIL: pkg/tunneler Test_integration_multiple_connections (2.62s)
2022/09/14 16:54:57 http: proxy error: EOF
2022/09/14 16:54:57 http: proxy error: EOF
    integration_test.go:121: Expected Hello world received 
    integration_test.go:121: Expected Hello world received 

@stevekuznetsov
Copy link
Contributor Author

/refresh

@stevekuznetsov
Copy link
Contributor Author

omg pls merge

@openshift-merge-robot openshift-merge-robot merged commit a6a6764 into kcp-dev:main Sep 14, 2022
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. lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants