-
Notifications
You must be signed in to change notification settings - Fork 484
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…#425) * Fix scenarios where error messages aren't propagated correctly (#424) * Improve tests for agent and service/remote to expose bad behaviors * Breakdown test into multiple ones to make them more clear * Fix scenarios where error messages aren't propagated correctly --------- Co-authored-by: Felippe Durán <[email protected]> * fix(groups): add cancelFunc and Close callback When running tests we need to ensure a graceful cleanup by terminating/closing the context by calling the Close() method, which should call the cancelFunc of the group service context. This should graceful handle goroutines like groupTTLCleanup with a sane context cancellation --------- Co-authored-by: Felippe Durán <[email protected]> Co-authored-by: Felippe Durán <[email protected]>
- Loading branch information
1 parent
7a8c904
commit afce0c5
Showing
10 changed files
with
310 additions
and
56 deletions.
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
Oops, something went wrong.