-
Notifications
You must be signed in to change notification settings - Fork 484
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
feat(core-data):To improve core-data fuzzing test coverage with swagger… #4690
Conversation
Testing Instructionsrun it with restler fuzzing test tool what is the expected output, can you add an example to check against it? |
@vli11 Fuzzing is not a scope. See https://github.com/edgexfoundry/edgex-go/blob/main/.github/semantic.yml#L15 |
…er file update Closes: edgexfoundry#4689 Signed-off-by: Valina Li <[email protected]>
7db33fe
to
890e7d3
Compare
Signed-off-by: Valina Li <[email protected]>
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
@jim-wang-intel I've updated test instruction and added fuzzing core-data test target. |
I just amended the PR message. @bnevis-i |
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
… file update
Closes: #4689
If your build fails due to your commit message not passing the build checks, please review the guidelines here: https://github.com/edgexfoundry/edgex-go/blob/main/.github/Contributing.md
PR Checklist
Please check if your PR fulfills the following requirements:
BREAKING CHANGE:
describing the break)Testing Instructions
run with restler fuzzing test tool:
make docker-fuzz
make fuzz-test-data
the coverage was 20/23 before, but with this PR change, and a manual fix on restler grammar, I'm able to get it to 23/23 coverage.
New Dependency Instructions (If applicable)