feat: restore bottle channel and Zero-Sense shuttle routes
This commit is contained in:
parent
0048be34ec
commit
1696a4079c
53 changed files with 1212 additions and 70 deletions
|
|
@ -96,8 +96,8 @@ test("lighthouse path ids stay unique", () => {
|
|||
assert.equal(new Set(ids).size, ids.length);
|
||||
});
|
||||
|
||||
test("prior channel publication receipt remains historical while current team persona registrations are remotely published", () => {
|
||||
assert.equal(registry.state, "REMOTE_PUBLISHED_THROUGH_ICE_P_TEAM_NUMBERS_RUNTIME_UNCHANGED");
|
||||
test("prior publication remains historical while team persona numbers stay published and bottle channel is a local delta", () => {
|
||||
assert.equal(registry.state, "REMOTE_TEAM_PERSONA_NUMBERS_PUBLISHED_WITH_LOCAL_BOTTLE_CHANNEL_DELTA_NOT_PUBLISHED");
|
||||
assert.equal(publicationReceipt.outcome, "PASS_REMOTE_MAIN_PUBLICATION_READBACK");
|
||||
assert.equal(publicationReceipt.published_source_commit, "8e80a919f200df6e193e9a54144cd503a1d699fa");
|
||||
assert.equal(publicationReceipt.fact_layers.deployment, "NOT_DONE");
|
||||
|
|
|
|||
Loading…
Reference in a new issue