evidence: verify JD repository bridge lifecycle
This commit is contained in:
parent
c9eb7e8c08
commit
9d411a252a
6 changed files with 127 additions and 10 deletions
|
|
@ -34,7 +34,7 @@ test("final topology makes Guanghu the master while preserving Linux as on-deman
|
|||
test("current JD state stays transitional and cannot impersonate final master control", () => {
|
||||
assert.equal(
|
||||
contract.jd_fd_primary.observed_state,
|
||||
"LANGUAGE_PRIMARY_WITH_QEMU_VERIFIED_PRE_ROOT_GUANGHU_SUPERVISOR",
|
||||
"LINUX_HOSTED_MAINTENANCE_WITH_GUANGHU_SUPERVISOR_BRIDGE_AND_QEMU_VERIFIED_CROSS_ROOT_SUPERVISOR",
|
||||
);
|
||||
assert.equal(contract.jd_fd_primary.guanghu_semantic_service_control, 100);
|
||||
assert.equal(contract.jd_fd_primary.guanghu_final_boot_control, 0);
|
||||
|
|
@ -43,12 +43,12 @@ test("current JD state stays transitional and cannot impersonate final master co
|
|||
assert.equal(contract.jd_fd_primary.final_guanghu_os_master, 0);
|
||||
assert.equal(
|
||||
contract.jd_fd_primary.next_engineering_gate,
|
||||
"BUILD_AND_VERIFY_REAL_FORGEJO_REPOSITORY_SHADOW_LIFECYCLE_ON_JD_WITHOUT_TOUCHING_PUBLIC_REPOSITORY",
|
||||
"INTEGRATE_BOUNDED_REPOSITORY_BRIDGE_INTO_CROSS_ROOT_GUANGHU_BOOT_CANDIDATE_AND_VERIFY_SERVICE_EQUIVALENCE_IN_QEMU",
|
||||
);
|
||||
});
|
||||
|
||||
test("the physical shadow and host QEMU cycles are registered without impersonating Guanghu-owned boot control", () => {
|
||||
assert.equal(contract.version, "2026-08-16.1");
|
||||
assert.equal(contract.version, "2026-08-16.2");
|
||||
assert.equal(contract.implementation.guanghu_supervisor_lifecycle_contract_source, 100);
|
||||
assert.equal(contract.implementation.target_readback_and_mandatory_reclaim_state_machine, 100);
|
||||
assert.equal(contract.implementation.declared_supervisor_core_line_and_function_coverage, 100);
|
||||
|
|
@ -87,7 +87,7 @@ test("the physical shadow and host QEMU cycles are registered without impersonat
|
|||
assert.equal(contract.implementation.repository_bridge_lifecycle_controller_source, 100);
|
||||
assert.equal(contract.implementation.forgejo_repository_shadow_backend_source, 100);
|
||||
assert.equal(contract.implementation.repository_bridge_failure_reclaim_contract_test, 100);
|
||||
assert.equal(contract.implementation.jd_real_forgejo_repository_shadow_lifecycle, 0);
|
||||
assert.equal(contract.implementation.jd_real_forgejo_repository_shadow_lifecycle, 100);
|
||||
assert.equal(contract.implementation.independent_guanghu_first_boot_supervisor, 0);
|
||||
assert.equal(contract.implementation.jd_physical_deployment, 0);
|
||||
assert.equal(contract.current_target_evidence.final_state, "DORMANT");
|
||||
|
|
@ -109,6 +109,19 @@ test("the physical shadow and host QEMU cycles are registered without impersonat
|
|||
assert.equal(contract.cross_root_supervisor_qemu_evidence.linux_on_demand_subcontrol, 0);
|
||||
assert.equal(contract.cross_root_supervisor_qemu_evidence.final_guanghu_os_master, 0);
|
||||
assert.match(contract.cross_root_supervisor_qemu_evidence.server_receipt_sha256, /^[0-9a-f]{64}$/);
|
||||
assert.equal(contract.repository_bridge_lifecycle_evidence.initial_state, "DORMANT");
|
||||
assert.equal(contract.repository_bridge_lifecycle_evidence.active_state, "READY");
|
||||
assert.equal(contract.repository_bridge_lifecycle_evidence.final_state, "DORMANT");
|
||||
assert.equal(contract.repository_bridge_lifecycle_evidence.public_repository_process_preserved, 100);
|
||||
assert.equal(contract.repository_bridge_lifecycle_evidence.public_repository_bootstrap_pid, 760);
|
||||
assert.equal(contract.repository_bridge_lifecycle_evidence.public_code_http, 200);
|
||||
assert.equal(contract.repository_bridge_lifecycle_evidence.public_repository_http, 200);
|
||||
assert.equal(contract.repository_bridge_lifecycle_evidence.physical_boot_files_changed, false);
|
||||
assert.equal(contract.repository_bridge_lifecycle_evidence.physical_reboot_performed, false);
|
||||
assert.equal(contract.repository_bridge_lifecycle_evidence.linux_on_demand_subcontrol, 0);
|
||||
assert.equal(contract.repository_bridge_lifecycle_evidence.final_guanghu_os_master, 0);
|
||||
assert.match(contract.repository_bridge_lifecycle_evidence.server_receipt_sha256, /^[0-9a-f]{64}$/);
|
||||
assert.match(contract.repository_bridge_lifecycle_evidence.lifecycle_receipt_sha256, /^[0-9a-f]{64}$/);
|
||||
assert.equal(contract.native_public_projection_shadow_evidence.synthetic_ready_shadow_readback, 100);
|
||||
assert.equal(contract.native_public_projection_shadow_evidence.post_test_state, "DORMANT");
|
||||
assert.equal(contract.native_public_projection_shadow_evidence.live_native_freshness_readback, 0);
|
||||
|
|
|
|||
Loading…
Reference in a new issue