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

SDL sends wrong CreateWindow response in case success type of response(resultCode: UNSUPPORTED_RESOURCE, TRUNCATED_DATA) from HMI #3868

Open
VjKlepikov opened this issue Feb 28, 2022 · 1 comment
Labels

Comments

@VjKlepikov
Copy link

Bug Report

SDL sends wrong CreateWindow response in case success type of response(resultCode: UNSUPPORTED_RESOURCE, TRUNCATED_DATA) from HMI

Reproduction Steps

SDL and HMI are started
Mobile app is registered and activated
Mobile app requests CreateWindow to SDL
HMI responds with 2 result code(UNSUPPORTED_RESOURCE) in the result structure

Expected Behavior

Mobile app receives CreateWindow response with resultCode=UNSUPPORTED_RESOURCE, success=true

Observed Behavior

Mobile app receives CreateWindow response with resultCode=UNSUPPORTED_RESOURCE, success=false

Note: SDL send CreateWindow response "success=true, resultCode=GENERIC_ERROR" in case success type of response TRUNCATED_DATA

OS & Version Information
Logs:

Logs.zip

@VjKlepikov
Copy link
Author

Please notice this is a non-regression issue. It's also reproduced on release 8.0

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

No branches or pull requests

2 participants