-
-
Notifications
You must be signed in to change notification settings - Fork 34.4k
test_sqlite3 fails on ZFS #136289
Copy link
Copy link
Closed
Labels
testsTests in the Lib/test dirTests in the Lib/test dirtopic-sqlite3topic-unicodetype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Metadata
Metadata
Assignees
Labels
testsTests in the Lib/test dirTests in the Lib/test dirtopic-sqlite3topic-unicodetype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Projects
Status
Done
Bug report
Bug description:
If I build CPython 3.13.5 on my Linux workstation in my home directory,
test_sqlite3fails. If I build CPython 3.13.5 in/tmp,test_sqlite3works fine. My/homepartition uses ZFS, which is somewhat rare, so I'm betting that's why it fails for me.I ran the test using
Here's the output of that program when run in my home directory.
test_sqlite3.failure.output.txt
Current CPython trunk also fails in the same way, except now the output is colorized.
CPython versions tested on:
3.13, CPython main branch
Operating systems tested on:
Linux
Linked PRs