-
Notifications
You must be signed in to change notification settings - Fork 103
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
Fixed the choice set manager not handling failed preload choices correctly #2004
Merged
joeljfischer
merged 27 commits into
develop
from
bugfix/issue_1941_failed_preload_choice_not_handled_correctly
Jun 4, 2021
Merged
Fixed the choice set manager not handling failed preload choices correctly #2004
joeljfischer
merged 27 commits into
develop
from
bugfix/issue_1941_failed_preload_choice_not_handled_correctly
Jun 4, 2021
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: NicoleYarroch <[email protected]>
Signed-off-by: NicoleYarroch <[email protected]>
Signed-off-by: NicoleYarroch <[email protected]>
Signed-off-by: NicoleYarroch <[email protected]>
Signed-off-by: NicoleYarroch <[email protected]>
Signed-off-by: NicoleYarroch <[email protected]>
Signed-off-by: NicoleYarroch <[email protected]>
Signed-off-by: NicoleYarroch <[email protected]>
NicoleYarroch
added
bug
A defect in the library
manager-screen
Relating to the manager layer - screen managers
labels
May 26, 2021
Signed-off-by: NicoleYarroch <[email protected]>
Codecov Report
@@ Coverage Diff @@
## develop #2004 +/- ##
===========================================
- Coverage 86.07% 85.24% -0.83%
===========================================
Files 441 441
Lines 22627 22617 -10
===========================================
- Hits 19476 19280 -196
- Misses 3151 3337 +186 |
joeljfischer
suggested changes
May 26, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😅
Signed-off-by: NicoleYarroch <[email protected]>
joeljfischer
suggested changes
May 27, 2021
Signed-off-by: NicoleYarroch <[email protected]>
Signed-off-by: NicoleYarroch <[email protected]>
Signed-off-by: NicoleYarroch <[email protected]>
Signed-off-by: NicoleYarroch <[email protected]>
Signed-off-by: NicoleYarroch <[email protected]>
Signed-off-by: NicoleYarroch <[email protected]>
Signed-off-by: NicoleYarroch <[email protected]>
Signed-off-by: NicoleYarroch <[email protected]>
Signed-off-by: NicoleYarroch <[email protected]>
joeljfischer
suggested changes
Jun 2, 2021
Signed-off-by: NicoleYarroch <[email protected]>
Signed-off-by: NicoleYarroch <[email protected]>
joeljfischer
suggested changes
Jun 3, 2021
SmartDeviceLinkTests/DevAPISpecs/SDLPreloadChoicesOperationSpec.m
Outdated
Show resolved
Hide resolved
SmartDeviceLinkTests/DevAPISpecs/SDLPreloadChoicesOperationSpec.m
Outdated
Show resolved
Hide resolved
Co-authored-by: Joel Fischer <[email protected]>
Signed-off-by: NicoleYarroch <[email protected]>
Signed-off-by: NicoleYarroch <[email protected]>
Signed-off-by: NicoleYarroch <[email protected]>
Signed-off-by: NicoleYarroch <[email protected]>
…ot_handled_correctly
joeljfischer
approved these changes
Jun 4, 2021
joeljfischer
deleted the
bugfix/issue_1941_failed_preload_choice_not_handled_correctly
branch
June 4, 2021 14:42
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #1941
Risk
This PR makes no API changes.
Testing Plan
Unit Tests
Test cases were added to
SDLChoiceSetManagerSpec
to test:Core Tests
menuName
with a string with 500+ characters). Then present the same choice set again. The failed choice item should be preloaded again.Core version / branch / commit hash / module tested against:
HMI name / version / branch / commit hash / module tested against:
Summary
Fixed the
SDLChoiceSetManager
sending aSDLPresentChoiceSetOperation
if one more more of the choice set items fails to upload. The failed choice set items are no longer added to the list of preloaded choices so they can be sent to the module again if previous attempts to upload the choice item failed.Changelog
Bug Fixes
SDLChoiceSetManager
.Tasks Remaining:
CLA