[issue44092] [sqlite3] consider removing special rollback handling

Erlend E. Aasland report at bugs.python.org
Wed May 19 06:42:54 EDT 2021


Erlend E. Aasland <erlend.aasland at innova.no> added the comment:

I've crafted a number of rollback tests, but it occurred to me that they are simply just testing SQLite behaviour; not sqlite3 behaviour. I had to adjust the tests according to which version of SQLite was used (for example 3.8.7.2 introduced new behaviour). Such tests are bound to break as SQLite evolves. I'm not sure we want such tests in our test suite; it can make the CI fail for completely unrelated PRs. Suggesting to leave detailed rollback testing to SQLite and just keep a couple of basic tests in our suite.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44092>
_______________________________________


More information about the Python-bugs-list mailing list