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 CreateInteractionChoiceSet response in case success type of response(resultCode: WARNINGS, RETRY, SAVED, WRONG_LANGUAGE, TRUNCATED_DATA) from HMI #3858

Closed
VjKlepikov opened this issue Feb 15, 2022 · 2 comments

Comments

@VjKlepikov
Copy link

Bug Report

SDL sends wrong CreateInteractionChoiceSet response in case success type of response(resultCode: WARNINGS, RETRY, SAVED, WRONG_LANGUAGE, TRUNCATED_DATA) from HMI

Reproduction Steps
  1. SDL and HMI are started
  2. Mobile app is registered and activated
  3. Mobile app requests CreateInteractionChoiceSet
  4. HMI responds with 7 result code(RETRY) in result structure
Expected Behavior

Mobile app receives CreateInteractionChoiceSet response with resultCode=RETRY, success=true

Observed Behavior

Mobile app receives CreateInteractionChoiceSet response with resultCode=RETRY, success=false

Note: SDL send CreateInteractionChoiceSet response "success=true, resultCode=SUCCESS" in case success type of response WARNINGS

OS & Version Information
Logs:

Logs.zip

@VjKlepikov
Copy link
Author

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

@ShobhitAd
Copy link
Contributor

Closed via #3907

@ShobhitAd ShobhitAd added this to Completed Bug Fixes/ Enhancements in 8.2.0 Jun 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
8.2.0
Completed Bug Fixes / Enhancements
Development

No branches or pull requests

4 participants