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

Attempt to fix backoff testing issue #389

Merged

Conversation

Claudenw
Copy link
Contributor

Attempt to fix the timing issue with the backoff delay in testing.

@Claudenw Claudenw requested review from a team as code owners January 17, 2025 15:38
Copy link
Contributor

@aindriu-aiven aindriu-aiven left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM thank you for looking at this.

@Claudenw Claudenw requested a review from muralibasani January 20, 2025 09:15
/**
* The amount of extra time that we will allow for timing errors.
*/
private static final long TIMING_DELTA = 250;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like it is seconds, but can you may be rename the var TIMING_DELTA_MS or _SECS , and also javadocs

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@muralibasani changed to TIMING_DELTA_MS

Changed TIMING_DELTA to TIMING_DELTA_MS
Copy link
Contributor

@muralibasani muralibasani left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks

@aindriu-aiven aindriu-aiven merged commit 1ec8ed7 into Aiven-Open:s3-source-release Jan 20, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants