Details
Details
- Reviewers
durin42 marmoute - Group Reviewers
hg-reviewers - Commits
- rHGb2e41723f886: run-tests: restrict Rust thread pool to 3 threads during tests
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
tests/run-tests.py | ||
---|---|---|
3002 | Should we also take value of -j into account too? If -j 1 is used, then we should not do multi-threading here. |
tests/run-tests.py | ||
---|---|---|
3002 | I don't think so, since part of the goal is to uncover threading bugs. |
tests/run-tests.py | ||
---|---|---|
3002 | I don't think we should take -j in account. Even if we run test one at a time, it is important to test the multithreading code path |
Should we also take value of -j into account too? If -j 1 is used, then we should not do multi-threading here.