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

Fix test hanging in MultiQueueWaiter destructor && allow it to run with clang >= 6.0.0 #680

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Jul 4, 2020

  1. Report index status via $/progress

    Add WorkDoneProgress to represent WorkDoneProgressBegin/WorkDoneProgressReport/WorkDoneProgressEnd.
    MaskRay committed Jul 4, 2020
    Configuration menu
    Copy the full SHA
    cb06cf1 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2020

  1. Configuration menu
    Copy the full SHA
    cb08df4 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2020

  1. Configuration menu
    Copy the full SHA
    4cf16a7 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2020

  1. Fix tests hanging in MultiQueueWaiter destructor.

    std::condition_variable_any destructor is only safe to invoke if all
    threads have been notified.
    
    Reference:
    https://en.cppreference.com/w/cpp/thread/condition_variable_any/%7Econdition_variable_any
    
    Signed-off-by: Ernest Borowski <[email protected]>
    xerrni committed Jul 26, 2020
    Configuration menu
    Copy the full SHA
    ba34c2a View commit details
    Browse the repository at this point in the history
  2. Allow to execute tests with clang >= 6.0.0.

    Signed-off-by: Ernest Borowski <[email protected]>
    xerrni committed Jul 26, 2020
    Configuration menu
    Copy the full SHA
    6a34664 View commit details
    Browse the repository at this point in the history