部署:接通三套人格系统每日第五域巡游
This commit is contained in:
parent
d5ccd073cf
commit
f7ef839ced
20 changed files with 1413 additions and 275 deletions
|
|
@ -36,7 +36,7 @@ for (const id of ids) {
|
|||
assert.equal(system.controller.id, "ICE-P-ZY001");
|
||||
assert.equal(
|
||||
system.permanent_memory_and_protocol.scheduled_writes,
|
||||
"FORBIDDEN_AFTER_FINAL_MIGRATION",
|
||||
"CONTENT_DRIVEN_DAILY_FIFTH_DOMAIN_UPDATE_ONLY",
|
||||
);
|
||||
}
|
||||
|
||||
|
|
@ -52,7 +52,7 @@ for (const code of ["REPO-009", "REPO-010", "REPO-011"]) {
|
|||
assert.equal(repository.controller, "ICE-P-ZY001");
|
||||
assert.equal(
|
||||
repository.state,
|
||||
"CURRENT_PRIVATE_PERSONA_ARCHIVE_STAGED_NO_SCHEDULED_WRITES",
|
||||
"CURRENT_PRIVATE_PERSONA_HISTORY_AND_DAILY_ROLE_MEMORY_PENDING_DEPLOYMENT",
|
||||
);
|
||||
assert.match(repository.primary.url, /\/code\/bingshuo\//);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue