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
HMI responds with SUCCESS result code to the VR.PerformInteraction request in case choice was not performed in BOTH interaction mode
Precondition
HMI and SDL are started
Mobile app is registered and activated
CreateInteractionChoiceSet is added
Reproduction Steps
Mobile app requests PerformInteraction RPC with interactionMode=BOTH
Expected Behavior
HMI responds with an unsuccess result code (ABORTED e.g.) because has no implementation for VR part, HMI can respond with SUCCESS result code in BOTH interaction mode only in case when a user has picked the choice on HMI.
Observed Behavior
HMI responds with SUCCESS result code
SDL tries to close UI.PerformInteraction request by UI.ClosePopUp request because already got success for VR part
HMI does not process UI.ClosePopUp and continues to process UI.PerformInteraction
In the end after UI.PerformInteraction response SDL defines such response with success=true even in case of unsuccessful response for UI.PerformIntraction
Bug Report
HMI responds with
SUCCESS
result code to theVR.PerformInteraction
request in case choice was not performed inBOTH
interaction modePrecondition
Reproduction Steps
PerformInteraction RPC
withinteractionMode=BOTH
Expected Behavior
HMI responds with an unsuccess result code (ABORTED e.g.) because has no implementation for
VR
part, HMI can respond with SUCCESS result code inBOTH
interaction mode only in case when a user has picked the choice on HMI.Observed Behavior
UI.PerformInteraction
request byUI.ClosePopUp
request because already got success for VR partUI.ClosePopUp
and continues to processUI.PerformInteraction
UI.PerformInteraction
response SDL defines such response withsuccess=true
even in case of unsuccessful response forUI.PerformIntraction
Browser & Version Information
The text was updated successfully, but these errors were encountered: