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

Remove unused Barrier#wait_next functionality #3002

Merged
merged 1 commit into from
Jul 26, 2023

Conversation

ivoanjo
Copy link
Member

@ivoanjo ivoanjo commented Jul 26, 2023

What does this PR do?:

This PR removes the Barrier#wait_next functionality which we ended up not making use of.

Motivation:

In #2990 we ran into issues with its current specs, and since we're not using this functionality, it seems like removing it for now seems to be easier than investing more time to fix flakiness in the specs.

Additional Notes:

N/A

How to test the change?:

Existing tests already cover the Barrier APIs.

**What does this PR do?**:

This PR removes the `Barrier#wait_next` functionality which we ended
up not making use of.

**Motivation**:

In #2990 we ran into issues with its current specs, and since we're
not using this functionality, it seems like removing it for now
seems to be easier than investing more time to fix flakiness in the
specs.

**Additional Notes**:

N/A

**How to test the change?**:

Existing tests already cover the `Barrier` APIs.
@ivoanjo ivoanjo requested a review from a team July 26, 2023 08:15
@github-actions github-actions bot added the core Involves Datadog core libraries label Jul 26, 2023
Copy link
Contributor

@lloeki lloeki left a comment

Choose a reason for hiding this comment

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

LGTM

@ivoanjo ivoanjo merged commit 9b9522f into master Jul 26, 2023
159 of 163 checks passed
@ivoanjo ivoanjo deleted the ivoanjo/remove-barrier-wait-next branch July 26, 2023 08:34
@github-actions github-actions bot added this to the 1.13.0 milestone Jul 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Involves Datadog core libraries
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants