-
Notifications
You must be signed in to change notification settings - Fork 138
feat(queue-controller): add queue validator #857
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
base: main
Are you sure you want to change the base?
Conversation
|
@AdheipSingh The CI fails on the validation stage. |
|
@enoodle i have made the fixes. Locally the tests passed. I have also tested this by running on k8s. |
Merging this branch will not change overall coverage
Coverage by fileChanged files (no unit tests)
Please note that the "Total", "Covered", and "Missed" counts above refer to code statements instead of lines of code. The value in brackets refers to the test coverage of that file in the old version of the code. |
|
@AdheipSingh Looks Good. Could you add a test file for queue validator and also a changelog entry about this change? |
done. Please check. |
Merging this branch will increase overall coverage
Coverage by fileChanged files (no unit tests)
Please note that the "Total", "Covered", and "Missed" counts above refer to code statements instead of lines of code. The value in brackets refers to the test coverage of that file in the old version of the code. Changed unit test files
|
|
@AdheipSingh Sorry, one small last request ^^ :-) |
done. |
|
I have another question about this change: |
Merging this branch will increase overall coverage
Coverage by fileChanged files (no unit tests)
Please note that the "Total", "Covered", and "Missed" counts above refer to code statements instead of lines of code. The value in brackets refers to the test coverage of that file in the old version of the code. Changed unit test files
|
Description
Summary of Working Validation:
Related Issues
Fixes #81
Checklist
Breaking Changes
Additional Notes
cc @enoodle