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

Bug fix in lease refresher integration test with occasional failures #1159

Merged
merged 1 commit into from
Jun 30, 2023

Conversation

mmankika-aws
Copy link
Contributor

Issue #, if available:

Description of changes:

Updating DynamoDBLeaseRefresherIntegration test that was occasionally failing. This IT had an assumption of test order and was assuming that the lease table had been created by another test beforehand. This assumption was broken by previous change that cleans up resources after ITs are finished. Updating this test to create new lease table at the start of the test to improve reliability.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@mmankika-aws mmankika-aws added the v2.x Issues related to the 2.x version label Jun 29, 2023
@mmankika-aws mmankika-aws self-assigned this Jun 29, 2023
@mmankika-aws mmankika-aws requested a review from spozyepu June 29, 2023 21:56
@mmankika-aws mmankika-aws merged commit 42eb753 into awslabs:master Jun 30, 2023
@mmankika-aws mmankika-aws deleted the LeaseRefresherIT branch June 30, 2023 04:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v2.x Issues related to the 2.x version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants