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

HorizontalPodAutoscalerTest added #1582

Merged

Conversation

kunal-kushwaha
Copy link
Contributor

Fixes #1381
Test coverage provided for HorizontalPodAutoscaler.

@centos-ci
Copy link

Can one of the admins verify this patch?

@oscerd
Copy link
Member

oscerd commented Jun 13, 2019

ok to test

@rohanKanojia rohanKanojia added the gsoc candidate for GSoC label Jun 14, 2019
.endScaleTargetRef()
.withMinReplicas(1)
.withMaxReplicas(10)
.addToMetrics(new io.fabric8.kubernetes.api.model.MetricSpecBuilder()
Copy link
Member

Choose a reason for hiding this comment

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

You need to modify it since #1590 has been merged and HPA's spec has changed a bit. Rebase this branch with master and rebuild, you would be able to see errors.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@rohanKanojia: Requested changes made.

@rohanKanojia rohanKanojia merged commit 92cbe84 into fabric8io:master Aug 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changes requested gsoc candidate for GSoC
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Test coverage missing for multiple resources
4 participants