mirror of
https://github.com/ModernRelay/omnigraph.git
synced 2026-07-03 02:51:04 +02:00
The seeded knowledge graph (test.jsonl) carries Knows/WorksAt edges over its Persons, so the policy test's per-table `--mode overwrite` of a lone Person stranded those retained edges against the new node image. Overwrite RI validation now correctly rejects that as an OrphanEdge, so the allowed-actor load failed with "src 'Alice' not found in Person". Replace the edge tables in the same overwrite (Knows LoadPolicy->LoadPolicy, WorksAt LoadPolicy->Acme — Acme is a retained Company) so the load commits cleanly. The test's subject — engine-layer policy enforcement on a destructive overwrite — is unchanged; the loaded data was always incidental. Surfaced only on main: cargo test --workspace fail-fasts at the first failing binary, and the cli system suite runs only under the full workspace gate, not -p omnigraph-engine. |
||
|---|---|---|
| .. | ||
| support | ||
| cli_cluster.rs | ||
| cli_cluster_e2e.rs | ||
| cli_data.rs | ||
| cli_queries.rs | ||
| cli_schema_config.rs | ||
| parity_matrix.rs | ||
| system_local.rs | ||
| system_remote.rs | ||