smartdevicelink / sdl_core

SmartDeviceLink In-Vehicle Software and Sample HMI
BSD 3-Clause "New" or "Revised" License
240 stars 245 forks source link

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

Open VjKlepikov opened 2 years ago

VjKlepikov commented 2 years ago

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 commented 2 years ago

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