]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
use fixture_session() fixture, remove "future" terminology
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 26 Aug 2025 23:14:20 +0000 (19:14 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 26 Aug 2025 23:14:20 +0000 (19:14 -0400)
commitb9758c6c7424a7854ea272c71ab380edea63ccee
treec22e0433c1c87bf89b62517ac3efb3478a39ab23
parent071abbb8636d81ff0c9a4ea8b8a972e63cf5ef54
use fixture_session() fixture, remove "future" terminology

Tests here are sporadically failing on aiosqlite and it
seems the use of Session() rather than fixture_session() may be
causing connections to be cleaned up in GC, leading to table
exists race conditions.

Remove the concept of "future" since everything is "future" now

Change-Id: Ibf9ec8c47d3ab4ce95566811c9f6729ddd78a7d3
test/orm/dml/test_update_delete_where.py