-
Notifications
You must be signed in to change notification settings - Fork 404
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
[feature request] Adding unit test case for modifyResponse function in Yurthub #800
Comments
I have some questions here.
Can anyone give me some advice? |
It seems that we;ve already had the test of How about write a fake cacheManager to instead? @HXCGIT |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
/assign @rambohe-ch |
@rambohe-ch Is this issue still active, bcoz I think even the code has shifted to other - https://github.com/openyurtio/openyurt/blob/master/pkg/yurthub/proxy/util/remote.go#L83 I can take this up if the task is still needed to be done. Thanks |
@Himanshu372 Very appreciate for taking this issue. i will assign this work to you. |
What would you like to be added:
As discussed in the pull request #794 , I's more reliable to add some unit test case for
modifyResponse
function in yurthub. the code reference link is here: https://github.com/openyurtio/openyurt/blob/master/pkg/yurthub/proxy/remote/remote.go#L128-L203Why is this needed:
modifyResponse
function is entry for data filtering framework and local cache manager, so we need to make sure the stability for this function.others
/kind feature
The text was updated successfully, but these errors were encountered: