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

Commits on Jul 26, 2023

  1. Remove unused Barrier#wait_next functionality

    **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 committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    79f022b View commit details
    Browse the repository at this point in the history