This repository has been archived by the owner on Dec 8, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Retry using exponential backoff upon connection failure with GGD system tests #1892
Merged
Merged
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
8b3efd3
feat: Add RETRY_EXPONENTIAL for GGD_JSONRequestStart
yourslab 0a2d45c
docs: Rename _ggdJSONRequestStart to prvGGD_JSONRequestStart
yourslab 2c40ec1
fix: Add missing semi-colon
yourslab 4156600
feat: Add request retry logic in GGD_GetGGCIPandCertificate
yourslab 2a7ba6d
revert: Remove connection retry in ggd library
yourslab f4d9d43
feat: Transfer retry logic to GetGGCIPandCertificate
yourslab 0dbc8e6
style: Add period to end of comment
yourslab 5830b1a
revert: Apply no retry when passing in NULL params
yourslab 55c2e13
revert: Remove retry in GetGGCIPandCertificate test
yourslab a22465b
fix: Remove loop and add retry to GetGGCIPandCertificate
yourslab ce4a05f
fix: Remove unused variables
yourslab e5e9f33
fix: Remove nBufferLength unused variable
yourslab b5dc9c6
docs: Clarify comment on IOT_TEST_GGD_CONNECT_RETRY_COUNT
yourslab 375dbb6
docs: Change wording of num retries macro comment
yourslab File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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.
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.
If this is 1, does that mean there is no retry, but rather a single attempt?
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.
1 means a single attempt. I shall comment that out. Thank you!