You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
core-command swagger file has incorrect example and missing PUT parameters, this cause low fuzzing test coverage
The issue is located in: openapi/v3/core-command.yaml
Is this a regression? no
no
Description and Minimal Reproduction [REQUIRED]
following #4569 to perform fuzzing test, you can see core-command fuzzing test coverage is only 4/7.
with this fix, run the fuzzing test again, the coverage should be 6/7.
🔥 Exception or Error
🌍 Your Environment
Deployment Environment:
**EdgeX Version 3.0
Anything else relevant?
The text was updated successfully, but these errors were encountered:
fixing core-command swagger file that has incorrect example and missing PUT parameters
Closes: edgexfoundry#4629
Signed-off-by: Valina Li <valina.li@intel.com>
vli11
added a commit
to vli11/edgex-go
that referenced
this issue
Aug 12, 2023
fixing core-command swagger file that has incorrect example and missing PUT parameters
Closes: edgexfoundry#4629
Signed-off-by: Valina Li <valina.li@intel.com>
🐞 Bug Report
Affected Services [REQUIRED]
core-command swagger file has incorrect example and missing PUT parameters, this cause low fuzzing test coverage
The issue is located in: openapi/v3/core-command.yaml
Is this a regression? no
noDescription and Minimal Reproduction [REQUIRED]
following #4569 to perform fuzzing test, you can see core-command fuzzing test coverage is only 4/7.
with this fix, run the fuzzing test again, the coverage should be 6/7.
🔥 Exception or Error
🌍 Your Environment
Deployment Environment:
**EdgeX Version 3.0
Anything else relevant?
The text was updated successfully, but these errors were encountered: