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

JavaScript (v3): SageMaker - Add afterAll hook in test to ensure cleanup on timeouts. #6284

Merged
merged 1 commit into from
Mar 26, 2024

Conversation

cpyle0819
Copy link
Contributor

This pull request is attempting to fix an edgecase in the SageMaker integration tests. I'm guessing that the test was timing out and there was no cleanup. This adds an afterAll step to the test that ensures cleanup if the tests timeout.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@cpyle0819 cpyle0819 added On Call Review needed This work needs an on-call review Bug An update to fix incorrect code or typos. labels Mar 25, 2024
@cpyle0819 cpyle0819 requested a review from rlhagerm March 25, 2024 21:15
@cpyle0819 cpyle0819 self-assigned this Mar 25, 2024
@github-actions github-actions bot added the Javascript-v3 This issue relates to the AWS SDK for Javascript V3 label Mar 25, 2024
@rlhagerm rlhagerm added On Call Review complete On call review complete and removed On Call Review needed This work needs an on-call review labels Mar 26, 2024
@rlhagerm rlhagerm merged commit cce8859 into awsdocs:main Mar 26, 2024
18 of 21 checks passed
@cpyle0819 cpyle0819 deleted the corepyle/integ-tests branch April 18, 2024 14:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug An update to fix incorrect code or typos. Javascript-v3 This issue relates to the AWS SDK for Javascript V3 On Call Review complete On call review complete
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants