test(integration): cover query failure state cleanup

This commit is contained in:
kj
2026-09-05 16:47:39 -03:00
parent 25db49f4bd
commit 3e7c367182
3 changed files with 112 additions and 5 deletions

View File

@@ -25,11 +25,6 @@
# localhost because Database.php's DSN has no port field; stop any local
# server on those ports first (db-up aborts naming the port).
#
# Known red: ModelFilterTest::orderByRandReturnsEveryRow fails on the
# sqlite and pgsql legs BY DESIGN until the core RAND translation is fixed
# (finding F1 in openspec/changes/*/add-multi-engine-model-tests/findings.md);
# the mysql leg passes it and everything else.
#
# Publishing ritual (human only — AI agents must never run it; it commits):
# 1. make publish MSG="feat: ..." (MSG optional, defaults to "sync: <date>")
# 2. review the new master commit (git log -1 refs/heads/master); if the