Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 76 (100.0%) | 1123 (100.0%) | 14.7 |
harman | 71 (93.4%) | 1001 (89.1%) | 14.0 |
dav | 4 (5.3%) | 121 (10.8%) | 30.2 |
jas | 1 (1.3%) | 1 (0.1%) | 1.0 |
added missing %s in warning message
Search for the phrase "Caught exception" in sus's output instead of "exception"
The user could have the word "exception" in their code modifications which would
trigger a false positive.
0 lines of code changed in 2 files:
Only set the variable startpath once.
0 lines of code changed in 1 file:
modified the replace gold standards message to include the path to the
replace_all_GS script.
9 lines of code changed in 1 file:
remove temporary files when done with them.
0 lines of code changed in 4 files:
copy the text file
sus.log.txt, timestamp, restart_timestamp, malloc_stats, restart_malloc_stats
to the gold standard directory when it is initially created.
0 lines of code changed in 2 files:
removed debugging output
0 lines of code changed in 1 file:
Changes so the user can have "-" in their filenames.
Implemented a different way of extracting the log comments from the input
arguments. You need to take care when the user has " " in their comments.
This worked in the past but for some reason today it didn't.
28 lines of code changed in 5 files:
fixed conditional statement syntax error.
0 lines of code changed in 2 files:
reduced output.
1 lines of code changed in 1 file:
If the command mpirun does not exist in the users path then warn the user
to set the environmental variable MPIRUN and exit.
16 lines of code changed in 1 file:
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.
29 lines of code changed in 1 file:
fixed "if dialog exists" conditional.
0 lines of code changed in 2 files:
Fix python version error problem with exit. Add info for OSX user wrt 'dialog'.
18 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
22 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.
17 lines of code changed in 2 files:
fixed the mpirun command for passing in environmental variables.
This had been broken for a long time. The memory tests were being performed correctly.
I'm not sure why.
1 lines of code changed in 1 file:
- indentation
- removed dead code
- added exits inside of the conditional tree.
- default return code is 1 so it fails
- fixed a long standing syntax error.
0 lines of code changed in 2 files:
changed script name to be more descriptive
72 lines of code changed in 4 files:
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
1 lines of code changed in 1 file:
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.
81 lines of code changed in 2 files:
(26 more)