modificari in curs nu stiu care este faza

This commit is contained in:
Claude Agent
2026-06-05 15:00:42 +00:00
parent fd64cf3f1e
commit f115b5e35a
10 changed files with 902 additions and 14 deletions

View File

@@ -45,6 +45,16 @@ def _connect() -> oracledb.Connection:
@pytest.mark.integration
@pytest.mark.skip(
reason=(
"Obsolete target SP: commit 9cd7f35 migrated comanda creation to "
"PACK_AUTO (+PACK_SERII_NUMERE). SP_CREEAZA_COMANDA_PROTOTIP is no "
"longer the production path; callproc signature drift causes "
"PLS-00306. Persist/durability is now covered by live smoke tests "
"via /api/service-auto/comenzi — see docs/service-auto/"
"decision-log.md (2026-04-13)."
)
)
def test_comanda_persist_and_reconnect():
"""
Full round-trip: callproc → commit → close → NEW connection → SELECT → assert exists.