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/gufm check syntax #3369

Merged
merged 5 commits into from
May 20, 2020
Merged

Fix/gufm check syntax #3369

merged 5 commits into from
May 20, 2020

Conversation

iCollin
Copy link
Collaborator

@iCollin iCollin commented May 14, 2020

REUPLOAD #2390 (rebase latest develop)

Fixes #1862

This PR is ready for review.

Risk

This PR makes minor API changes.

Testing Plan

Provide ATF tests

Summary

According to the issues when HMI sends request with String param with invalid characters we need to log corresponding error internally and respond with 'INVALID_DATA' to HMI.
The following RPCs do not have string params:

  • SDL.ActivateApp
  • SDL.GetListOfPermissions
  • SDL.UpdateSDL
  • SDL.GetStatusUpdate
  • SDL.GetURLs

we do not have any changes for them

For RPC SDL.GetUserFriendlyMessage was added desired behaviour

OpenSDL do not consist SDL.GetDeviceConnectionStatus RPC, so this pull request add this RPC and expected behaviour for it when HMI sends request with String param with invalid characters.

UPDATES SINCE #2390

  • Add info describing the result to the error message

CLA

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants