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
Create a сhoiceSet with VR choices:interactionChoiceSetID1
Steps to reproduce
PerfromInteraction with previously created choiceSet:
app -> SDL:PerfromInteracton(interactionChoiceSetID1, interactionMode = "BOTH")
SDL sends the both: VR and UI portion
SDL->HMI: VR.PerformInteraction()
SDL->HMI: UI.PerfrormInteraction()
Make the following choices:
HMI->SDL: VR.PerformInteraction(): SendError("ABORTED")
HMI->SDL: UI.PerformInteraction(): SendResponse("UNSUPPORTED_RESOURCE")
jacobkeeler
changed the title
PerformInteraction: SDL doesn't ignore ABORTED result code from VR.PerformIntercation in case of BOTH mode
PerformInteraction: SDL doesn't ignore ABORTED result code from VR.PerformInteraction in case of BOTH mode
Apr 14, 2021
Occurrence
Always
Preconditions
Steps to reproduce
app -> SDL:PerfromInteracton(interactionChoiceSetID1, interactionMode = "BOTH")
SDL->HMI: VR.PerformInteraction()
SDL->HMI: UI.PerfrormInteraction()
HMI->SDL: VR.PerformInteraction(): SendError("ABORTED")
HMI->SDL: UI.PerformInteraction(): SendResponse("UNSUPPORTED_RESOURCE")
Actual result
{ success = false, resultCode = "ABORTED" }
Expected result
{ success = true, resultCode = "UNSUPPORTED_RESOURCE"}
Environment
SDL: https://github.com/LuxoftAKutsan/sdl_core/tree/integration/4.3.1 (35344c8)
ATF: https://github.com/smartdevicelink/sdl_atf/tree/develop (fe002fb)
ATF Scripts: https://github.com/smartdevicelink/sdl_atf_test_scripts/tree/develop (4ba374c)
OS: Ubuntu 14.04 LTS x64
Attachments
SDLOPEN-2443.zip
Expected delivery
The text was updated successfully, but these errors were encountered: