omnigraph/crates
Andrew Altshuler 05cb73eda6
test(cli): pass --yes in the S3 e2e overwrite load (RFC-011 Decision 9) (#265)
The RustFS S3 integration job was red on `local_cli_s3_end_to_end_init_load_read_flow`:
the test runs `load --mode overwrite` against an `s3://` target, which the
RFC-011 Decision 9 destructive-write guard now refuses without `--yes`
("refusing destructive `load --mode overwrite` against non-local target …").

The guard is intended and already covered in cli_data.rs; this test slipped
through because it only runs in the bucket-gated RustFS CI job, not the default
local gate. Add `--yes` to match the established pattern used by the other
overwrite-against-non-local tests in this file (lines ~1305, ~1331).

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-16 12:24:14 +03:00
..
omnigraph Merge remote-tracking branch 'origin/main' into ragnorc/shaping-config-integration 2026-06-16 04:13:00 +03:00
omnigraph-api-types feat(cli)!: query/mutate invoke stored queries by name; server kind-assert (RFC-011 D3) (#247) 2026-06-15 16:52:58 +03:00
omnigraph-cli test(cli): pass --yes in the S3 e2e overwrite load (RFC-011 Decision 9) (#265) 2026-06-16 12:24:14 +03:00
omnigraph-cluster Merge remote-tracking branch 'origin/main' into ragnorc/shaping-config-integration 2026-06-16 04:13:00 +03:00
omnigraph-compiler feat(compiler): record @embed model in the catalog (RFC-012 Phase 3) 2026-06-15 21:09:34 +02:00
omnigraph-policy release: bump workspace to 0.7.0 2026-06-12 14:12:33 +03:00
omnigraph-server Fix aws server startup config test 2026-06-16 04:23:07 +03:00