Skip to content

4.0.4

1dc7fcf
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

ci: merge staging to master #97

4.0.4
1dc7fcf
Select commit
Loading
Failed to load commit list.
GitHub Actions / JUnit Test Report - windows failed May 1, 2025 in 0s

367 tests run, 365 passed, 0 skipped, 2 failed.

Annotations

Check failure on line 59 in tests\EncryptedFS.concurrent.test.ts

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report - windows

tests\EncryptedFS.concurrent.test.ts.EncryptedFS.truncate and EncryptedFS.writeFile, EncryptedFS.write and EncryptedFS.createWriteStream

ErrorDBTransactionConflict: 
    at D:\a\js-encryptedfs\js-encryptedfs\node_modules\@matrixai\db\src\DBTransaction.ts:420:19
Raw output
ErrorDBTransactionConflict: 
    at D:\a\js-encryptedfs\js-encryptedfs\node_modules\@matrixai\db\src\DBTransaction.ts:420:19
    at withF (D:\a\js-encryptedfs\js-encryptedfs\node_modules\@matrixai\resources\src\utils.ts:24:12)
    at constructor_.commit (D:\a\js-encryptedfs\js-encryptedfs\node_modules\@matrixai\db\src\DBTransaction.ts:406:5)
    at D:\a\js-encryptedfs\js-encryptedfs\node_modules\@matrixai\db\src\DB.ts:235:15
    at withF (D:\a\js-encryptedfs\js-encryptedfs\node_modules\@matrixai\resources\src\utils.ts:31:7)
    at constructor_.gcAll (D:\a\js-encryptedfs\js-encryptedfs\dist\inodes\INodeManager.js:88:9)
    at constructor_.stop (D:\a\js-encryptedfs\js-encryptedfs\dist\inodes\INodeManager.js:68:9)
    at D:\a\js-encryptedfs\js-encryptedfs\node_modules\@matrixai\async-init\src\CreateDestroyStartStop.ts:202:24
    at withF (D:\a\js-encryptedfs\js-encryptedfs\node_modules\@matrixai\resources\src\utils.ts:24:12)
    at Object.<anonymous> (D:\a\js-encryptedfs\js-encryptedfs\tests\EncryptedFS.concurrent.test.ts:59:5)

Check failure on line 1 in tests\EncryptedFS.concurrent.test.ts

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report - windows

tests\EncryptedFS.concurrent.test.ts.EncryptedFS.createReadStream, EncryptedFS.createWriteStream, EncryptedFS.write, EncryptedFS.read

Error: Unhandled error. (ErrorINodeManagerNotRunning: 
    at statSetProp (D:\a\js-encryptedfs\js-encryptedfs\dist\fd\FileDescriptor.js:268:46)
Raw output
Error: Unhandled error. (ErrorINodeManagerNotRunning: 
    at statSetProp (D:\a\js-encryptedfs\js-encryptedfs\dist\fd\FileDescriptor.js:268:46)
    at withF (D:\a\js-encryptedfs\js-encryptedfs\node_modules\@matrixai\resources\src\utils.ts:24:12)
    at FileDescriptor.write (D:\a\js-encryptedfs\js-encryptedfs\dist\fd\FileDescriptor.js:174:16)
    at withF (D:\a\js-encryptedfs\js-encryptedfs\node_modules\@matrixai\resources\src\utils.ts:24:12)
    at constructor_.withTransactionF (D:\a\js-encryptedfs\js-encryptedfs\dist\inodes\INodeManager.js:175:16)
    at FileDescriptor.write (D:\a\js-encryptedfs\js-encryptedfs\dist\fd\FileDescriptor.js:172:20)
    at D:\a\js-encryptedfs\js-encryptedfs\dist\EncryptedFS.js:2393:24 {
  data: {},
  cause: undefined,
  timestamp: 2025-05-01T05:37:22.003Z
})
    at new NodeError (node:internal/errors:405:5)
    at WriteStream.emit (node:events:503:17)
    at errorOrDestroy (D:\a\js-encryptedfs\js-encryptedfs\node_modules\readable-stream\lib\internal\streams\destroy.js:98:101)
    at onwriteError (D:\a\js-encryptedfs\js-encryptedfs\node_modules\readable-stream\lib\_stream_writable.js:430:5)
    at onwrite (D:\a\js-encryptedfs\js-encryptedfs\node_modules\readable-stream\lib\_stream_writable.js:450:11)
    at WritableState.onwrite (D:\a\js-encryptedfs\js-encryptedfs\node_modules\readable-stream\lib\_stream_writable.js:160:5)
    at callback (D:\a\js-encryptedfs\js-encryptedfs\dist\streams\WriteStream.js:83:21)
    at cb (D:\a\js-encryptedfs\js-encryptedfs\node_modules\util-callbackify\index.js:97:15)
    at callbackifyOnRejected (D:\a\js-encryptedfs\js-encryptedfs\node_modules\util-callbackify\index.js:81:10)
    at processTicksAndRejections (node:internal/process/task_queues:82:21)