isomorphic-git/isomorphic-git

Error in CI/CD logs that don't make the tests fail

開放

#2,002 建立於 2025年1月1日

 (0 則留言) (0 個反應) (0 位負責人)JavaScript (351 個分叉)batch import
help wanted

倉庫指標

星標
 (7,054 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

There is this odd error in logs for few of the tests:

LOG: ApiError{syscall: '', errno: 95, code: 'ENOTSUP', path: undefined, stack: 'Error
    at new ApiError (http://localhost:9876/base/__tests__/index.webpack.js?cbfb6bfc2c48760b7017d22180422247e4e5627a:26668:22)
    at UnlockedOverlayFS.symlink (http://localhost:9876/base/__tests__/index.webpack.js?cbfb6bfc2c48760b7017d22180422247e4e5627a:29379:8)
    at http://localhost:9876/base/__tests__/index.webpack.js?cbfb6bfc2c48760b7017d22180422247e4e5627a:36541:20
    at Mutex.lock (http://localhost:9876/base/__tests__/index.webpack.js?cbfb6bfc2c48760b7017d22180422247e4e5627a:36200:5)
    at OverlayFS.symlink (http://localhost:9876/base/__tests__/index.webpack.js?cbfb6bfc2c48760b7017d22180422247e4e5627a:36540:14)
    at FS.symlink (http://localhost:9876/base/__tests__/index.webpack.js?cbfb6bfc2c48760b7017d22180422247e4e5627a:27937:31)
    at Object._fsMock.<computed> [as symlink] (http://localhost:9876/base/__tests__/index.webpack.js?cbfb6bfc2c48760b7017d22180422247e4e5627a:28244:28)
    at http://localhost:9876/base/__tests__/index.webpack.js?cbfb6bfc2c48760b7017d22180422247e4e5627a:18422:79624
    at new Promise (<anonymous>)
    at p.<anonymous> ([http://localhost:9876/base/__tests__/index.webpack.js?cbfb6bfc2c48760b7017d22180422247e4e5627a:18422:79464)',](http://localhost:9876/base/__tests__/index.webpack.js?cbfb6bfc2c48760b7017d22180422247e4e5627a:18422:79464)%27,) message: 'Error: ENOTSUP: Operation is not supported.'}

There is a need to investigate why those errors happen during CI/CD and fix the issues.

貢獻者指南