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

Make the test tests\bugs\core_5845_test.py more reliable. #32

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

Conversation

ant-zuev
Copy link
Contributor

The test creates a Statement without explicitly deleting it:
ps = cur.prepare(q)
Sometimes this can cause Python to crash. Perform prepare using the with manager to avoid uncontrolled deletion.

ant-zuev and others added 4 commits September 22, 2023 11:27
…rom the test. The index does not refer to the fix, while the optimizer may produce a plan different from the expected one.
…form prepare using the with manager to avoid uncontrolled deletion of the Statement object.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant