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

tests: coroutines_test: add reproducers for #1913 #2187

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Apr 15, 2024

  1. tests: coroutines_test: add reproducers for scylladb#1913

    again even if the previous returned `yield_awaiter` is not ready, and
    that not-ready awaiter has not been resumed. another problem is that,
    the awaiter in generator coroutine fails to keep the async buffer alive
    when caller of async generator either drains the generator or returns
    without draining the generator. either way, some test cases are added in
    this test for two purposes:
    
    1. as reproducers, they can be used to verify their fixes
    2. these test cases should help to prevent future regressions after
       the fixes get included.
    
    Refs scylladb#1913
    
    Signed-off-by: Kefu Chai <[email protected]>
    tchaikov committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    6e86b7e View commit details
    Browse the repository at this point in the history