modificari in curs nu stiu care este faza
This commit is contained in:
@@ -98,6 +98,14 @@ def test_insert_direct_fails(roa_web_connection):
|
||||
|
||||
|
||||
@pytest.mark.integration
|
||||
@pytest.mark.skip(
|
||||
reason=(
|
||||
"Obsolete premise: ff_2026_04_13_01_AUTO.sql granted SELECT on "
|
||||
"NOM_LUCRARI to ROA_WEB (needed by /api/service-auto/operatii). "
|
||||
"Assertion ORA-00942 no longer holds. Rework or remove — see "
|
||||
"docs/service-auto/decision-log.md (2026-04-13)."
|
||||
)
|
||||
)
|
||||
def test_select_direct_fails(roa_web_connection):
|
||||
"""
|
||||
ROA_WEB has no SELECT privilege on NOM_LUCRARI.
|
||||
@@ -120,6 +128,15 @@ def test_select_direct_fails(roa_web_connection):
|
||||
# Positive test — SP execution must succeed (EXECUTE grant)
|
||||
# ---------------------------------------------------------------------------
|
||||
@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 invoked by production code; signature drift causes "
|
||||
"PLS-00306. Rewrite against PACK_AUTO.DEV_ADAUGA_LUCRARE or remove "
|
||||
"— see docs/service-auto/decision-log.md (2026-04-13)."
|
||||
)
|
||||
)
|
||||
def test_exec_sp_succeeds(roa_web_connection):
|
||||
"""
|
||||
ROA_WEB has EXECUTE on SP_CREEAZA_COMANDA_PROTOTIP.
|
||||
|
||||
Reference in New Issue
Block a user