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

fix: report FuzzLean result to fuzz_results folder #4637

Merged
merged 1 commit into from
Aug 16, 2023

Conversation

vli11
Copy link
Contributor

@vli11 vli11 commented Aug 16, 2023

the FuzzLean test result is inside the FuzzLean folder and that needs to be copied into fuzz_results

Closes: #4636

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:

  • I am not introducing a breaking change (if you are, flag in conventional commit message with BREAKING CHANGE: describing the break)
  • I am not introducing a new dependency (add notes below if you are)
  • I have added unit tests for the new feature or bug fix (if not, why?)
  • I have fully tested (add details below) this the new feature or bug fix (if not, why?)
  • I have opened a PR for the related docs change (if not, why?)

Testing Instructions

make docker-fuzz
make fuzz-test-command
You should see "fuzz_test/fuzz_results/core-command/FuzzLean" folder not Test folder

New Dependency Instructions (If applicable)

the FuzzLean test result is inside the FuzzLean folder and that needs to be copied into fuzz_results

Closes: edgexfoundry#4636
Signed-off-by: Valina Li <[email protected]>
@vli11 vli11 added the bug Something isn't working label Aug 16, 2023
@vli11 vli11 self-assigned this Aug 16, 2023
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@vli11 vli11 requested a review from jim-wang-intel August 16, 2023 16:43
@vli11 vli11 merged commit 74b98e4 into edgexfoundry:main Aug 16, 2023
weichou1229 added a commit to weichou1229/edgex-go that referenced this pull request Sep 7, 2023
BREAKING CHANGE: Add config and modify topic build logic to allow name field escape configurable.

Close edgexfoundry#4637

Signed-off-by: bruce <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Need to report FuzzLean fuzz result not Test
3 participants