docs(secure-exec): refine runtime doc comments #5
Annotations
10 errors
|
tests/project-matrix.test.ts > compatibility project matrix > runs module-access-pass fixture in overlay mode with host node parity:
packages/secure-exec/tests/project-matrix.test.ts#L112
AssertionError: expected 1 to be +0 // Object.is equality
- Expected
+ Received
- 0
+ 1
❯ tests/project-matrix.test.ts:112:25
|
|
tests/module-access.test.ts > moduleAccess overlay > keeps non-overlay host paths denied when overlay reads are allowed:
packages/secure-exec/tests/module-access.test.ts#L355
AssertionError: expected 1 to be +0 // Object.is equality
- Expected
+ Received
- 0
+ 1
❯ tests/module-access.test.ts:355:23
|
|
tests/module-access.test.ts > moduleAccess overlay > rejects native addon artifacts in overlay:
packages/secure-exec/tests/module-access.test.ts#L312
AssertionError: expected 'Cannot find module \'native-addon-pkg…' to contain 'ERR_MODULE_ACCESS_NATIVE_ADDON'
Expected: "ERR_MODULE_ACCESS_NATIVE_ADDON"
Received: "Cannot find module 'native-addon-pkg'"
❯ tests/module-access.test.ts:312:31
|
|
tests/module-access.test.ts > moduleAccess overlay > fails closed when overlay path escapes cwd/node_modules:
packages/secure-exec/tests/module-access.test.ts#L285
AssertionError: expected 'Cannot find module \'escape-pkg\'' to contain 'ERR_MODULE_ACCESS_OUT_OF_SCOPE'
Expected: "ERR_MODULE_ACCESS_OUT_OF_SCOPE"
Received: "Cannot find module 'escape-pkg'"
❯ tests/module-access.test.ts:285:31
|
|
tests/module-access.test.ts > moduleAccess overlay > keeps projected node_modules read-only:
packages/secure-exec/tests/module-access.test.ts#L240
AssertionError: expected 'ENOENT: no such file or directory, wr…' to contain 'EACCES: permission denied'
- Expected
+ Received
- EACCES: permission denied
+ ENOENT: no such file or directory, write '/app/node_modules/read-only-pkg/index.js'
+
❯ tests/module-access.test.ts:240:28
|
|
tests/module-access.test.ts > moduleAccess overlay > loads overlay packages when base filesystem is mounted elsewhere:
packages/secure-exec/tests/module-access.test.ts#L203
AssertionError: expected 1 to be +0 // Object.is equality
- Expected
+ Received
- 0
+ 1
❯ tests/module-access.test.ts:203:23
|
|
tests/module-access.test.ts > moduleAccess overlay > loads dependency-of-dependency chains (A -> B -> C):
packages/secure-exec/tests/module-access.test.ts#L167
AssertionError: expected 1 to be +0 // Object.is equality
- Expected
+ Received
- 0
+ 1
❯ tests/module-access.test.ts:167:23
|
|
tests/module-access.test.ts > moduleAccess overlay > loads third-party packages from overlay without base filesystem:
packages/secure-exec/tests/module-access.test.ts#L124
AssertionError: expected 1 to be +0 // Object.is equality
- Expected
+ Received
- 0
+ 1
❯ tests/module-access.test.ts:124:23
|
|
tests/module-access-compat.test.ts > moduleAccess compatibility fixture > matches host Node output for overlay-backed package loading:
packages/secure-exec/tests/module-access-compat.test.ts#L107
AssertionError: expected 1 to be +0 // Object.is equality
- Expected
+ Received
- 0
+ 1
❯ tests/module-access-compat.test.ts:107:31
|
|
typecheck-and-test
secure-exec#test: command (/home/runner/work/secure-exec/secure-exec/packages/secure-exec) /home/runner/setup-pnpm/node_modules/.bin/pnpm run test exited (1)
|