core
core copied to clipboard
Some unit tests that need to be rewritten
描述你的问题(Describe the bug)
目前 CI 中针对 Node.js 环境的测试有较大概率失败,主要集中在如下三个文件:
packages/file-service/__tests__/node/file-service-watcher.test.ts
packages/connection/__test__/node/index.test.ts
packages/file-search/__tests__/node/file-search.service.test.ts
相关报错见:
https://github.com/opensumi/core/actions/runs/4280218337/jobs/7451738241 https://github.com/opensumi/core/actions/runs/4183226433/jobs/7247835264
预期表现(Expected behavior)
优化这部分测试,减少 CI 重试对开发带来的阻塞