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

Add WillCompleteOnCancel expectation #300

Closed
wants to merge 2 commits into from
Closed

Commits on Aug 26, 2022

  1. Add WillCompleteOnCancel expectation

    Allows setting up the scenario where the context is cancelled but the database still completes the query without error. Some databases (eg. Postgres) do not guarantee that a query will be cancelled when the cancellation signal is sent.
    cleroux committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    1d28907 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    008118c View commit details
    Browse the repository at this point in the history