Ticket #6699 (closed: fixed)
Change SNSPowderRedux system to use filefinder
Reported by: | Peter Peterson | Owned by: | Peter Peterson |
---|---|---|---|
Priority: | minor | Milestone: | Release 2.5 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Wenduo Zhou |
Description
Turns out that the system tests already support using the filefinder if the client code doesn't specify full path. Take advantage of it.
Change History
comment:1 Changed 8 years ago by Peter Peterson
- Status changed from new to accepted
- Owner set to Peter Peterson
comment:2 Changed 8 years ago by Peter Peterson
Re #6699. Change from absolute to relative paths.
Changeset: 92f9df9a6d2b8022dfad4a8a05dad01d9b36b1ff
comment:3 Changed 8 years ago by Peter Peterson
- Status changed from accepted to verify
- Resolution set to fixed
comment:4 Changed 8 years ago by Peter Peterson
- Status changed from verify to reopened
- Resolution fixed deleted
comment:5 Changed 8 years ago by Peter Peterson
Re #6699. Added usage of archive search if user requests.
Since several people have the full data mounts to their desktops, I added enough code to take advantage of it for the required file check and test running.
Changeset: 36e4b01951297342bbc76efeee82e1db6ed97680
comment:6 Changed 8 years ago by Peter Peterson
Re #6699. Change from absolute to relative paths.
Changeset: 92f9df9a6d2b8022dfad4a8a05dad01d9b36b1ff
comment:7 Changed 8 years ago by Peter Peterson
Re #6699. Added usage of archive search if user requests.
Since several people have the full data mounts to their desktops, I added enough code to take advantage of it for the required file check and test running.
Changeset: 36e4b01951297342bbc76efeee82e1db6ed97680
comment:9 Changed 8 years ago by Peter Peterson
This exists in https://github.com/mantidproject/systemtests/commits/feature/6699_powder_files
To test either copy the required files into your systemtests/Data directory, or have the /SNS mount available with the new "--archivesearch" option. You can test by running a very small subset of tests
cd InstallerTesting ./runSystemTests.py -m ~/mantid/build/location/bin/ -R PowderRedux.PG3Analysis --archivesearch
comment:10 Changed 8 years ago by Peter Peterson
- Status changed from accepted to verify
- Resolution set to fixed
comment:11 Changed 8 years ago by Peter Peterson
Re #6699. FileFinder.findRuns throws an uncaught exception.
Changeset: 44400695a4bbb787448bddf6c1e03f46af81690e
comment:12 Changed 8 years ago by Peter Peterson
Re #6699. FileFinder.findRuns throws an uncaught exception.
Changeset: 44400695a4bbb787448bddf6c1e03f46af81690e
comment:13 Changed 8 years ago by Wenduo Zhou
- Status changed from verify to verifying
- Tester set to Wenduo Zhou
comment:14 Changed 8 years ago by Peter Peterson
Re #6699. Change from absolute to relative paths.
Changeset: 92f9df9a6d2b8022dfad4a8a05dad01d9b36b1ff
comment:15 Changed 8 years ago by Peter Peterson
Re #6699. Added usage of archive search if user requests.
Since several people have the full data mounts to their desktops, I added enough code to take advantage of it for the required file check and test running.
Changeset: 36e4b01951297342bbc76efeee82e1db6ed97680
comment:16 Changed 8 years ago by Peter Peterson
Re #6699. FileFinder.findRuns throws an uncaught exception.
Changeset: 44400695a4bbb787448bddf6c1e03f46af81690e
comment:18 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 7545