v0.3.7-pre.009-fix.001
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// file: crates/ksp-app-backfill-desk/tests/desktop_security.rs
|
||||
// version: 10
|
||||
// version: 11
|
||||
|
||||
//! Security and dependency-boundary checks for the Backfill Desk scaffold.
|
||||
|
||||
@@ -242,8 +242,8 @@ fn pre_008_start_surface_keeps_payload_and_physical_resources_backend_owned() {
|
||||
|
||||
#[test]
|
||||
fn pre_009_monitoring_projection_exposes_counters_and_codes_without_checkpoint_or_business_payloads() {
|
||||
let root = workspace_root();
|
||||
let status = read(root.join("crates/ksp-app-backfill-desk/src/backfill_status.rs"));
|
||||
let root = app_root();
|
||||
let status = read_text(root.join("src/backfill_status.rs").as_path());
|
||||
let dto = struct_source(status.as_str(), "BackfillRunStatusDto");
|
||||
for required in ["checkpoint_present", "contiguous_completed", "failure_code", "failure_domain", "sequence", "scope_kind"] {
|
||||
assert!(dto.contains(required), "monitoring DTO missing required safe marker {required}");
|
||||
|
||||
Reference in New Issue
Block a user