Open GetmanetsIrina opened 4 years ago
@GetmanetsIrina Is this issue still reproducible on the latest develop commit
@ShobhitAd, yes, the issue is still reproducible on the latest develop commit (2f002290411cae9a414c4dfccc93bb777a9482d0)
@GetmanetsIrina I see, thanks for verifying.
I'm currently not able to reproduce the issue on my end. Could you kindly send me your logs of the test with the latest develop commit? Just so I have a better idea as to what steps I'm missing
Bug Report
Processing of individual vehicle data result codes in SubscribeVehicleData/UnsunscribeVehicleData responses from HMI
Reproduction Steps
SubscribeVehicleData
,UnsunscribeVehicleData
are allowed by policiesSubscribeVehicleData(gps)
SubscribeVehicleData(resultCode:SUCCESS, gps = { resultCode = <not success code from VehicleDataResultCode structure> })
UnsubscribeVehicleData(speed)
UnsubscribeVehicleData(resultCode:SUCCESS, gps = { resultCode = <not success code from VehicleDataResultCode structure> })
Expected Behavior
TBA
Observed Behavior
SubscribeVehicleData(resultCode:SUCCESS, gps = { resultCode = <not success code from VehicleDataResultCode structure> })
response to mobile app and subscription is not created internallyUnsubscribeVehicleData(resultCode:GENERIC_ERROR, gps = { resultCode = <not success code from VehicleDataResultCode structure> }, info = "Unsubscription failed for some Vehicle data")
response to mobile app and unsubscription is failed internallyOS & Version Information
Test Case, Sample Code, and / or Example App
SubscribeVehicleData_SmartDeviceLinkCore.zip UnsubscribeVehicleData_SmartDeviceLinkCore.zip