Run tests concurrently
还没有人认领这个 Issue。
评估
调研方向
Start by mapping the test sandbox server, test databases, temporary directories, comet servers, and RSpec execution mentioned in the issue. Determine how concurrent workers could isolate each resource and how tests would be distributed. Done means the suite runs concurrently without resource collisions and the existing tests remain reliable.
由索引模型根据 Issue 内容生成。
描述
The test suite is extraordinarily slow. Make it possible to run tests concurrently.
One way might be to use Vagrant to clone multiple dev VMs and have some test parallellizing solution distribute the tests to the VMs. One downside is that those with virtualized development environments (i.e. the mac hippies) may have trouble running Vagrant because that would imply nested virtualization.
Without Vagrant or similar, at least the following must be considered:
- Enabling multiple sandboxes in the test sandbox server, or some other solution.
- Having multiple test databases.
- Having multiple test temp dirs.
- Having multiple comet servers.
- Finding a way to run rspec specs in parallel.
Work estimate: 1 week.
- 主要语言
- Ruby
- 星标
- 51
- 派生
- 42
- 平均合并
- 1 小时 27 分钟
- 30 天内合并 PR
- 1
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
testmycode/tmc-server 的其他 Issue
-
难度 4/5 3-5 天 新手友好度 25/100
testmycode/tmc-server#590 ·
-
难度 4/5 3-5 天 新手友好度 20/100
testmycode/tmc-server#576 ·
-
难度 3/5 1-2 天 新手友好度 35/100
testmycode/tmc-server#488 · 1 条评论 ·
-
难度 4/5 3-5 天 新手友好度 25/100
testmycode/tmc-server#487 ·
-
难度 3/5 1-2 天 新手友好度 35/100
testmycode/tmc-server#477 · 2 条评论 ·
查看 testmycode/tmc-server 的全部 Issue
相似的 Issue
-
bug
难度 2/5 1-3 小时 新手友好度 82/100
-
ai-generated
难度 2/5 1-3 小时 新手友好度 78/100
-
难度 2/5 1-3 小时 新手友好度 75/100
-
bug
难度 2/5 1-3 小时 新手友好度 82/100
hanami/hanami-cli#449 ·
-
难度 2/5 1-3 小时 新手友好度 82/100
hanami/hanami-router#310 ·