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

Enhance the logic to wait for all buffer tables to be removed in _clear_qos #2720

Merged
merged 5 commits into from
Mar 14, 2023

Commits on Mar 7, 2023

  1. Enhance the logic to wait for all buffer tables to be removed in _cle…

    …ar_qos
    
    On top of waiting for BUFFER_POOL_TABLE to be cleared, we need to wait for key sets as well
    
    Signed-off-by: Stephen Sun <[email protected]>
    stephenxs committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    368bc63 View commit details
    Browse the repository at this point in the history
  2. Extend timeout to 120 seconds

    Signed-off-by: Stephen Sun <[email protected]>
    stephenxs committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    9497ca2 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Enhance more

    1. do not wait for traditional buffer manager
    2. wait for all buffer tables
    
    Signed-off-by: Stephen Sun <[email protected]>
    stephenxs committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    229d69a View commit details
    Browse the repository at this point in the history
  2. Add verbose output to avoid keep user waiting

    Signed-off-by: Stephen Sun <[email protected]>
    stephenxs committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    dd5bfa0 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. Enhance the UT to satisfy the coverage requirement

    Signed-off-by: Stephen Sun <[email protected]>
    stephenxs committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    64b8619 View commit details
    Browse the repository at this point in the history