Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 34 (100.0%) | 637 (100.0%) | 18.7 |
dav | 8 (23.5%) | 327 (51.3%) | 40.8 |
harman | 26 (76.5%) | 310 (48.7%) | 11.9 |
if the command mpirun is not in the user's path then warn them to either put
it in their path or set the environmental variable MPIRUN.
0 lines of code changed in 2 files:
added ./ to doTestScript command.
0 lines of code changed in 2 files:
startLocalTest
- pass in "unknown" for the argument dbg_opt into the python script
runSusTests
- added vertical spacing.
- added additional warnings if the user is trying to do something silly
- Tell the user that the gold standard is being created.
- only set the outputpath & weboutputpath if running the nightly RT AND the
the environmental variables (HTMLOG,WEBLOG) exist.
1 lines of code changed in 1 file:
removed debugging code
0 lines of code changed in 1 file:
partial fix for SVN checking, still is not complete.
14 lines of code changed in 1 file:
Fix python version error problem with exit. Add info for OSX user wrt 'dialog'.
5 lines of code changed in 1 file:
Added -svnDiff and -svnStat to sus command line.
This allows users to diff sus_log.txt files, gold standard vs localRT
2 lines of code changed in 1 file:
Added ability to set TEST_COMPONENTS environment variable so that user
input is not requried to run the (local) tests/generate gold standards.
TEST_COMPONENTS should be set to something like "MPM ICE ARCHES"
M R_Tester/toplevel/startLocalTest
- Use TEST_COMPONENTS env var
M R_Tester/toplevel/generateGoldStandards.py
- Added a number of !!!FIXME!!!s that should be implemented to make
the script more foolproof.
- exit if wrong version of python
M R_Tester/helpers/selectComponents.sh
- Use TEST_COMPONENTS env var
- Added some documentation
47 lines of code changed in 2 files:
Added bulletproofing, warn the user and exit if the component has not been compiled.
15 lines of code changed in 1 file:
makefile:
- pass in SRCTOP_ABS to startLocalTester
startLocalTest
- using SRCTOP_ABS for paths to symbolic links
- changed dialog window geometry for OSX
generateGoldStandards
- throw error if version of python is < 2.4
- use python in the users path , not /usr/bin
selectComponents
- changed dialog window geometry for OSX
runSusTests
- hardening: compare OS strings in all uppercase
- New version of python crash if you try to access an environmental variable
that does not exist. Set default values of outputpath & weboutputpath, modify
if nightly test is being run.
14 lines of code changed in 2 files:
sus
- use thread::exitAll() to return the error code from sus
generateGoldStandards
- bark at the user if sus returns anything besides 0.
7 lines of code changed in 1 file:
Makefile:
- fixed path to generateGoldStandards script
<component>.py
- added comment
startLocalTest
- better error messages
- added loop over all selected component tests
generateGoldStandards
- direct run output to sus.log
- use mpirun if the # processors > 1.0
mpirun -np 1 <command> is valid.
runSusTests
- better error messages
36 lines of code changed in 2 files:
M Makefile.in
- Add in the 'make gold_standards' target.
- Remove some of the i/o from runLocalRT as it can be confusing if error
conditions occur during the runs. Any print statements like this need
to be moved into the script itself at the appropriate location(s).
M R_Tester/ICE.py
M R_Tester/ARCHES.py
- Clean up the modUPS stuff.
- Turn back on ARCHES methane8patch test... I think this should work...
Not sure why it was 'broken' for Todd's side of things... Since Todd
is out I haven't been able to test this fix for the nightly tester.
I'll take a look at the results tomorrow and see where we are.
M R_Tester/toplevel/startLocalTest
- Don't let the script run from dumb/emacs terminals as the 'dialog'
thing doesn't handle them correctly.
- Run python with '-u' (unbuffered output). This fixes Todd's problem
of not seeing any output (from 'tee') until the program completely
finishes.
M R_Tester/toplevel/generateGoldStandards.py
- Produce the correct (I hope) TestData directory. Was
TestData/ICE/advect.ups, now is
TestData/ICE/advect/advect.ups (etc).
- Put in user input for deleting previous gold standards.
- FIXME: still need to do some auto-testing to see if
configure/svn have changed and let the user know...
AM R_Tester/helpers/selectComponents.sh
- A helper script to bring up Todd's GUI to get a list of the
gold standards that the user wishes to generate.
M R_Tester/helpers/runSusTests.py
- There was a problem with env HTMLLOG and WEBLOG not being
set for the local tester. So check for this condition
and don't use them if so.
53 lines of code changed in 2 files:
Pass the environmental variable "LOCAL_OR_NIGHTLY_TEST" in to the runSusTests script.
Only create the webpage if running the Nightly RT.
5 lines of code changed in 1 file:
Add 'generateGoldStandard' python script. Renamed the test files (ICE, MPM, etc) to have a '.py' extension (as they are python files).
208 lines of code changed in 2 files:
Improved error messages
Redirect command output to /dev/null. I don't want to see that csafe group doesn't exist.
Tee the output from the running tests to stdout and the log file.
4 lines of code changed in 1 file:
-added dialog user input for selecting the component.
-added bulletproofing
50 lines of code changed in 1 file:
runSusTests.py
- the "mode" can be either dbg, opt or local.
startTester
- alphabetized environmental vars
- now exporting LOCAL_OR_NIGHTLY_TEST
Remaining files.
- formatting
- added local tests
16 lines of code changed in 2 files:
initial commit of the local regression tester. It does 80% of what I want it to do.
139 lines of code changed in 1 file:
removed ability to run weekly RTs
5 lines of code changed in 1 file:
(6 more)