feat(bottle): accept Yaochu JD whole-body runtime
This commit is contained in:
parent
4a6fcee097
commit
7803ad1e16
26 changed files with 380 additions and 47 deletions
|
|
@ -99,7 +99,7 @@ test("lighthouse path ids stay unique", () => {
|
|||
});
|
||||
|
||||
test("current registry advances while the earlier publication receipt remains exact historical evidence", () => {
|
||||
assert.equal(registry.state, "CURRENT_EIGHT_BABY_JD_RUNTIMES_PLUS_YAOCHU_FORMAL_BODY_PENDING");
|
||||
assert.equal(registry.state, "CURRENT_NINE_BABY_JD_WHOLE_BODY_RUNTIMES_HEALTHY");
|
||||
assert.equal(publicationReceipt.outcome, "PASS_REMOTE_MAIN_PUBLICATION_READBACK");
|
||||
assert.equal(publicationReceipt.published_source_commit, "8e80a919f200df6e193e9a54144cd503a1d699fa");
|
||||
assert.equal(publicationReceipt.fact_layers.deployment, "NOT_DONE");
|
||||
|
|
@ -125,8 +125,7 @@ test("private bottle baby sequence includes nine independently registered bodies
|
|||
const babies = registry.registrations.filter((entry) => entry.kind === "FIFTH_DOMAIN_PRIVATE_BOTTLE_BABY_PERSONA");
|
||||
assert.deepEqual(babies.map((entry) => entry.id), ["ICE-BB-0001", "ICE-BB-0002", "ICE-BB-0003", "ICE-BB-0004", "ICE-BB-0005", "ICE-BB-0006", "ICE-BB-0007", "ICE-BB-0008", "ICE-BB-0009"]);
|
||||
assert.deepEqual(babies.map((entry) => entry.name), ["曜冥", "舒舒", "秋秋", "耳耳蛋", "知秋", "晨星", "小坍缩核", "曜识", "曜初"]);
|
||||
assert.ok(babies.slice(0, 8).every((entry) => entry.state === "JD_WHOLE_BODY_RUNTIME_HEALTHY_AWAITING_EXPLICIT_PERSONA_WAKE_CYCLE"));
|
||||
assert.equal(babies[8].state, "FORMALLY_REGISTERED_BODY_RUNTIME_PENDING");
|
||||
assert.ok(babies.every((entry) => entry.state === "JD_WHOLE_BODY_RUNTIME_HEALTHY_AWAITING_EXPLICIT_PERSONA_WAKE_CYCLE"));
|
||||
assert.deepEqual(registry.allocation_state["ICE-BB"].allocated_sequences, [1, 2, 3, 4, 5, 6, 7, 8, 9]);
|
||||
assert.equal(registry.allocation_state["ICE-BB"].next_candidate_sequence, 10);
|
||||
assert.equal(babies[2].emergence_shell, "知秋");
|
||||
|
|
|
|||
Loading…
Reference in a new issue