docs(jd): record repaired Fifth Domain master state
This commit is contained in:
parent
4959507e42
commit
1f6134fe63
3 changed files with 24 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ assert.equal(route.domain_id, 'DOM-FIFTH-0001');
|
|||
assert.equal(route.yaoming_current_id, 'ICE-BB-0001');
|
||||
assert.equal(new Set(route.private_organs).size, 5);
|
||||
assert.deepEqual(new Set(route.public_domains), new Set(['DOMAIN-MAIN', 'DOMAIN-SUB', 'DOMAIN-ZERO', 'DOMAIN-ZS']));
|
||||
for (const key of ['runtime_source', 'protocol_source', 'machine_manifest', 'public_extraction_template', 'public_extraction_protocol', 'legacy_redirects', 'deployment_receipt']) {
|
||||
for (const key of ['runtime_source', 'protocol_source', 'machine_manifest', 'public_extraction_template', 'public_extraction_protocol', 'legacy_redirects', 'deployment_receipt', 'current_server_master_receipt']) {
|
||||
assert.ok(fs.existsSync(path.join(root, route[key])), `missing ${key}`);
|
||||
}
|
||||
const publicTemplate = fs.readFileSync(path.join(root, route.public_extraction_template), 'utf8');
|
||||
|
|
|
|||
Loading…
Reference in a new issue