-
Notifications
You must be signed in to change notification settings - Fork 108
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
Follow-up tests for multi-tenant work #279
Conversation
Signed-off-by: Aaron Schlesinger <aaron@ecomaz.net>
Currently failing :) Signed-off-by: Aaron Schlesinger <aaron@ecomaz.net>
Signed-off-by: Aaron Schlesinger <aaron@ecomaz.net>
Signed-off-by: Aaron Schlesinger <aaron@ecomaz.net>
Signed-off-by: Aaron Schlesinger <aaron@ecomaz.net>
I forgot that it actually does start the test server in the background Signed-off-by: Aaron Schlesinger <aaron@ecomaz.net>
Signed-off-by: Aaron Schlesinger <aaron@ecomaz.net>
Signed-off-by: Aaron Schlesinger <aaron@ecomaz.net>
Also protecting that map with a mutex Signed-off-by: Aaron Schlesinger <aaron@ecomaz.net>
Signed-off-by: Aaron Schlesinger <aaron@ecomaz.net>
Signed-off-by: Aaron Schlesinger <aaron@ecomaz.net>
Signed-off-by: Aaron Schlesinger <aaron@ecomaz.net>
@ajanth97 this is also ready for review. can you PTAL? |
Expected to conflict with #280. I'll take care of resolving conflicts as necessary |
Signed-off-by: Aaron Schlesinger <aaron@ecomaz.net>
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.
LGTM
…epl-cache-test-add-evt Signed-off-by: Aaron <aaron@ecomaz.net>
Thanks @bketelsen ! I'm going to merge this manually even though the linkinator check is failing. The failure is due to kedacore/keda#2215 and the work to fix it will be done separately. |
Adding tests for the deployment cache
addEvt
function, and the other 2 mentioned in #245Checklist
TestRunProxyServerCountMiddleware
ininterceptor/main_test.go
TestRunAdminServerDeploymentsEndpoint
ininterceptor/main.go
(needs Adding config endpoints on admin servers for scaler, interceptor and operator #280)TestK8sDeploymentCacheAddEvt
inpkg/k8s/deployment_cache_test.go
README.md
docs/
directoryFixes #245