-
Notifications
You must be signed in to change notification settings - Fork 237
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
add unit tests for limits.go #302
Comments
@khareyash05 Looks like we have some unit tests here for limits already: https://github.com/aws/karpenter-core/blob/main/pkg/apis/v1alpha5/suite_test.go#L495. Would you be interested in expanding our test coverage in other areas of the codebase? |
@jonathan-innis Yes I would like to |
@khareyash05 For now, this is the current active issue for testing. Let me know if you want me to assign you to it! I'll dig into the codebase a bit more later tonight and start opening issues in areas where we need more code coverage. Hopefully we can see a lot more issues with the |
Thank you and I would like to contribute more and more |
Do you mind asking to be assigned on the other issue #82. I can't assign you to it unless your are involved in the conversation. |
@jonathan-innis TBH , I have actually worked on unit testing till now but I am not so sure about E2E tests as I have not designed one in the past. I would have to take some time to understand them. Also I am open to any other unit tests need to be done. |
@khareyash05 We are looking for unit test help on #324 over #82 if you were interested. That'll for sure get you into a deep dive of the codebase. |
Thank you @jonathan-innis I have commented on the PR's. |
@khareyash05 Assigned |
I would like to add unit tests for
pkg/apis/v1apha5/limits.go
The text was updated successfully, but these errors were encountered: