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

W-17719279: Fixed race condition by moving latch countdown #304

Merged
merged 1 commit into from
Feb 5, 2025

Conversation

lbarrios
Copy link
Contributor

@lbarrios lbarrios commented Feb 4, 2025

No description provided.

@lbarrios lbarrios requested a review from a team as a code owner February 4, 2025 21:47
Copy link

SonarQube Quality Gate

Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

assertThat((double) NANOSECONDS.toMillis(startTimes.get(2) - endTimes.get(1)), closeTo(0, DELTA_MILLIS));
assertThat((double) NANOSECONDS.toMillis(startTimes.get(1) - endTimes.get(0)), closeTo(0, DELTA_MILLIS));
Copy link

Choose a reason for hiding this comment

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

Monitor this in case it happens what was said regarding the lack of stability in the first comparison,

@lbarrios lbarrios merged commit 32356ad into master Feb 5, 2025
8 checks passed
@lbarrios lbarrios deleted the fix/W-17719279 branch February 5, 2025 14:48
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.

2 participants