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

Ensuren SDK's testing HTTP server usage are cleaned up #2841

Merged
merged 10 commits into from
Sep 27, 2019

Conversation

jasdel
Copy link
Contributor

@jasdel jasdel commented Sep 18, 2019

Ensure HTTP servers are cleaned up during testing after no longer needed. This was creating excessive noise in testing stack traces due to the number of background goroutines active.

Also updated SDK's unit tests to use verbose logging, and have a timeout of 20s.

Related to #2840

@jasdel jasdel added the needs-review This issue or pull request needs review from a core team member. label Sep 18, 2019
@jasdel jasdel self-assigned this Sep 18, 2019
@jasdel
Copy link
Contributor Author

jasdel commented Sep 25, 2019

@jasdel
Copy link
Contributor Author

jasdel commented Sep 26, 2019

@jasdel jasdel merged commit ab0bbeb into aws:master Sep 27, 2019
@jasdel jasdel deleted the fixup/TestServer branch September 27, 2019 16:19
skotambkar pushed a commit to skotambkar/aws-sdk-go that referenced this pull request Sep 28, 2019
Ensure HTTP servers are cleaned up during testing after no longer needed. This was creating excessive noise in testing stack traces due to the number of background goroutines active.

Also updated SDK's unit tests to use verbose logging, have shorter runtime, and have a timeout fo 5m.

Related to aws#2840
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-review This issue or pull request needs review from a core team member.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants