Ticket #862 (closed: fixed)
Automate testing of non dialog scripts as part of build
Reported by: | Nick Draper | Owned by: | Russell Taylor |
---|---|---|---|
Priority: | critical | Milestone: | Iteration 22 |
Component: | Keywords: | ||
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description (last modified by Nick Draper) (diff)
We need to both 1) check the scripts complete without errors 2) validate the results against previously stored files
Change History
comment:1 Changed 11 years ago by Nick Draper
- Status changed from new to assigned
- Owner set to Russell Taylor
- Description modified (diff)
- Priority changed from major to critical
comment:10 Changed 11 years ago by Russell Taylor
comment:11 Changed 11 years ago by Russell Taylor
comment:12 Changed 11 years ago by Russell Taylor
(In [3612]) Change catch around LoadLog execution to catch anything derived from std::exception instead of just std::runtime_error. It appears to be possible for a Poco exception to go uncaught somewhere in LoadLog, and all Poco exceptions derive from std::exception and never any of the more specific standard library exception classes (Poco has its own runtime exception, for example). Re #862.
comment:13 Changed 11 years ago by Russell Taylor
comment:14 Changed 11 years ago by Russell Taylor
comment:15 Changed 11 years ago by Russell Taylor
comment:16 Changed 11 years ago by Russell Taylor
comment:17 Changed 11 years ago by Russell Taylor
comment:18 Changed 11 years ago by Russell Taylor
Will wrap this up w/c 8th Feb.
comment:19 Changed 11 years ago by Russell Taylor
comment:20 Changed 11 years ago by Nick Draper
Final tasks remaining:
Perform publication of msi files to download area on success. Also allow multiple msi or other files to accompany the mantid.msi file.
For example the mantid64.msi file or the mac installer
comment:21 Changed 11 years ago by Russell Taylor
comment:22 Changed 11 years ago by Russell Taylor
comment:23 Changed 11 years ago by Russell Taylor
- Status changed from accepted to testing
- Resolution set to fixed
comment:25 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 1710