-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
test_sqlite3/test_dump.py Fails if SQLite Foreign Keys Enabled #123849
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
Labels
Comments
felixxm
added a commit
to felixxm/cpython
that referenced
this issue
Sep 9, 2024
… foreign keys are enabled by default. Thanks Derothin for the report. Test regression in de777e4.
erlend-aasland
added a commit
to felixxm/cpython
that referenced
this issue
Oct 8, 2024
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Oct 8, 2024
…re enabled by default (pythonGH-123859) (cherry picked from commit 14b44c5) Co-authored-by: Mariusz Felisiak <[email protected]>
efimov-mikhail
pushed a commit
to efimov-mikhail/cpython
that referenced
this issue
Oct 9, 2024
…re enabled by default (python#123859)
erlend-aasland
pushed a commit
that referenced
this issue
Oct 13, 2024
…are enabled by default (GH-123859) (#125163) (cherry picked from commit 14b44c5) Co-authored-by: Mariusz Felisiak <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Bug report
Bug description:
Just compiled 3.13.0rc2 today and ran into this issue with test_sqlite3. A commit added an intentional foreign key violation in test_dump.py, but the test doesn't consider that SQLite may have been compiled with foreign keys enabled by default. Just needs to have that turned off for the test.
CPython versions tested on:
3.13
Operating systems tested on:
Linux
Linked PRs
The text was updated successfully, but these errors were encountered: