Ticket #7904 (closed: fixed)
ConvertToMD system tests runs single threaded
Reported by: | Alex Buts | Owned by: | Alex Buts |
---|---|---|---|
Priority: | major | Milestone: | Release 3.0 |
Component: | Direct Inelastic | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Jay Rainey |
Description
So it can miss some problem caused by multithreaded execution (default on usual Mantid workflow)
Change History
comment:2 Changed 7 years ago by Alex Buts
refs #7904 Enabled multi-threading in the test core
Changeset: 9b414579440cf4029ef5379bd80159481628611a
comment:3 Changed 7 years ago by Alex Buts
refs #7904 The test modified and should be it
Changeset: c0d64db9eceba7be67c02f71509afdb99c3f1e64
comment:4 Changed 7 years ago by Alex Buts
- Status changed from inprogress to verify
- Resolution set to fixed
To Tester:
Should be trivial to test if all system tests passed The code changes are in systemtests repository
first commit ( https://github.com/mantidproject/systemtests/commit/9b414579440cf4029ef5379bd80159481628611a) enables multithreading in ConvertToMD and second commit analyses them properly.
Tester should just merge the branch to master.
comment:5 Changed 7 years ago by Jay Rainey
- Status changed from verify to verifying
- Tester set to Jay Rainey