isomorphic-git/isomorphic-git

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

Open

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

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)JavaScript (351 fork)batch import
help wanted

倉庫指標

Star
 (7,054 star)
PR 合併指標
 (平均合併 13天 13小時) (30 天內合併 7 個 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.

貢獻者指南