]> 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:15:34 +0000 (19:15 -0400)
commitd4832a62f48d5a6fa1e45d53c069f38c5eeca1a5
treeec6d4a7c882aca109aed2841138d1a59bc6321ef
parentead0db669bcd6ac6058b785f6973fc2df8fe29f6
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
(cherry picked from commit b9758c6c7424a7854ea272c71ab380edea63ccee)
test/orm/dml/test_update_delete_where.py