You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nothing in the test suite exercises the PhiSQL specification examples, so a field the engine does not read is ignored silently. A round-trip test over the spec examples catches this class of gap.
Acceptance Criteria
A test loads every policy example under the PhiSQL spec/ tree and asserts no field is lost on re-serialization.
The non-policy operation examples (SCAN, FIND_PII, SELECT_FINDINGS) are excluded, since they target Phinder.
The test fails on each gap currently open against the schema, and is enabled as those are closed.
Nothing in the test suite exercises the PhiSQL specification examples, so a field the engine does not read is ignored silently. A round-trip test over the spec examples catches this class of gap.
Acceptance Criteria
spec/tree and asserts no field is lost on re-serialization.SCAN,FIND_PII,SELECT_FINDINGS) are excluded, since they target Phinder.