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
This issue is seen with test_forced_mgmt_routes_update if there is a remove operation for the config apply-patch we see the following log error: ERR sonic_yang: Data Loading Failed:Invalid JSON data (unexpected value). This issue is not seen with the replace operation, only with removal from the configuration
Method to reproduce
Remove a field from the config db.
Example: rem.json
Run config apply-patch rem.json
The operation executes without issues (configuration is removed from CONFIG_DB and patch is applied successfully) but the log error is seen in the syslog
The text was updated successfully, but these errors were encountered:
This issue is seen with
test_forced_mgmt_routes_update
if there is a remove operation for theconfig apply-patch
we see the following log error:ERR sonic_yang: Data Loading Failed:Invalid JSON data (unexpected value).
This issue is not seen with thereplace
operation, only with removal from the configurationMethod to reproduce
Remove a field from the config db.
Example: rem.json
Run
config apply-patch rem.json
The operation executes without issues (configuration is removed from CONFIG_DB and patch is applied successfully) but the log error is seen in the syslog
The text was updated successfully, but these errors were encountered: