Skip to content

fix: report FuzzLean result to fuzz_results folder#4637

Merged
vli11 merged 1 commit intoedgexfoundry:mainfrom
vli11:fuzzlean_result
Aug 16, 2023
Merged

fix: report FuzzLean result to fuzz_results folder#4637
vli11 merged 1 commit intoedgexfoundry:mainfrom
vli11:fuzzlean_result

Conversation

@vli11
Copy link
Copy Markdown
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 <valina.li@intel.com>
@vli11 vli11 added the bug Something isn't working label Aug 16, 2023
@vli11 vli11 self-assigned this Aug 16, 2023
@sonarqubecloud
Copy link
Copy Markdown

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-yutsung 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 <weichou1229@gmail.com>
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