-
Notifications
You must be signed in to change notification settings - Fork 326
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
State machine preparation is decoupled from the constructor #1343
Merged
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
f0c7d45
State machine preparation is decoupled from the constructor (getToken).
jdelapla 10154b6
adding comment in header file
jdelapla 888cf4c
Clang formatting
jdelapla dbaf0f7
Unit test fix and review comment updated
jdelapla 801de60
Fixed bad auth test edge case
jdelapla 1be1bed
Remove this check, it breaks static credentials
jdelapla d6ca619
Merge branch 'develop' into state_machine_constructor_decouple
jdelapla d000afb
kick
jdelapla 4c80afd
Punch
jdelapla 5e0183a
Clang format, even though it makes the state machine's struct look te…
jdelapla 93c22f1
Merge branch 'develop' into state_machine_constructor_decouple
jdelapla df0c6ad
Merge branch 'develop' into state_machine_constructor_decouple
jdelapla 8697ad7
Adjusted clock skew unit tests to use fetch. Updated fetch API to use…
jdelapla a8cc3b3
Removing part of this test. It was a forced failure that failed for d…
jdelapla fed1b18
allow clock skew test to have a timeout on refreshiceconfig once. The…
jdelapla 8e30400
This test has a race condition. Putting a sleep until the author can …
jdelapla 140942c
If the forced timeout on ConnectSync occurs on the CONNECTING_STATE, …
jdelapla 0e2dc9c
* Unit test fix to account for acceptable timeouts when forcing failures
jdelapla 2caa0c7
Continuing the chain of log fixes from PIC
jdelapla 1e9247a
properly match format specifiers
hassanctech 38eafd5
Sentinel value cannot be 0, it horribly ruins all tests where we want…
jdelapla 673b8e4
Merge branch 'state_machine_constructor_decouple' of github.com:awsla…
jdelapla d32c406
signed and unsigned comparison fixed
jdelapla e43efa3
|| -> && on null check
jdelapla df6f93d
missing null check in Fetch
jdelapla 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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
adding this description now