fix: stabilize page data release gate scenarios
Memind CI / Test, build, and release guards (push) Successful in 1m58s
Memind CI / Test, build, and release guards (push) Successful in 1m58s
This commit is contained in:
@@ -48,7 +48,10 @@ test('packaged runtime gate isolates persistent roots and rejects artifact mutat
|
||||
'utf8',
|
||||
);
|
||||
assert.match(localStackSource, /MEMIND_PORTAL_H5_ROOT: sandboxRoot/);
|
||||
assert.match(localStackSource, /MEMIND_DEEPSEEK_DISABLE_THINKING: '0'/);
|
||||
assert.match(localStackSource, /MEMIND_DEEPSEEK_DISABLE_THINKING: '1'/);
|
||||
assert.match(localStackSource, /deepseek-no-think-proxy\.mjs/);
|
||||
assert.match(localStackSource, /MEMIND_ORCHESTRATOR_MODE: 'shadow'/);
|
||||
assert.match(localStackSource, /MEMIND_ORCHESTRATOR_PAGE_DATA_VALIDATION_GATE_ENABLED: '1'/);
|
||||
assert.match(localStackSource, /H5_USERS_ROOT: usersRoot/);
|
||||
assert.match(localStackSource, /MINDSPACE_STORAGE_ROOT: storageRoot/);
|
||||
assert.match(localStackSource, /MEMIND_SHARED_PUBLISH_ROOT: publishRoot/);
|
||||
|
||||
Reference in New Issue
Block a user