Directory R_Tester/toplevel/

Total Files:
3
Deleted Files:
1
Lines of Code:
410

[root]/R_Tester/toplevel

Lines of Code

R_Tester/toplevel/ Lines of Code

Developers

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

Most Recent Commits

harman 2010-11-23 09:26 Rev.: 46512

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:

  • R_Tester/toplevel: generateGoldStandards.py (changed)
harman 2010-11-19 12:01 Rev.: 46492

added ./ to doTestScript command.

0 lines of code changed in 2 files:

  • R_Tester/toplevel: startLocalTest (changed)
harman 2010-11-12 11:50 Rev.: 46461

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:

  • R_Tester/toplevel: startLocalTest (+1 -1)
harman 2010-11-11 17:35 Rev.: 46454

removed debugging code

0 lines of code changed in 1 file:

  • R_Tester/toplevel: startLocalTest (-3)
dav 2010-11-11 17:00 Rev.: 46453

partial fix for SVN checking, still is not complete.

14 lines of code changed in 1 file:

  • R_Tester/toplevel: generateGoldStandards.py (+14 -7)
dav 2010-11-11 16:50 Rev.: 46452

Fix python version error problem with exit. Add info for OSX user wrt 'dialog'.

5 lines of code changed in 1 file:

  • R_Tester/toplevel: generateGoldStandards.py (+5 -2)
harman 2010-11-11 16:12 Rev.: 46451

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:

  • R_Tester/toplevel: generateGoldStandards.py (+2 -2)
dav 2010-11-11 15:34 Rev.: 46448

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:

  • R_Tester/toplevel: generateGoldStandards.py (+5 -3), startLocalTest (+42 -30)
harman 2010-11-11 15:20 Rev.: 46447

Added bulletproofing, warn the user and exit if the component has not been compiled.

15 lines of code changed in 1 file:

  • R_Tester/toplevel: generateGoldStandards.py (+15 -1)
harman 2010-11-11 14:11 Rev.: 46444

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:

  • R_Tester/toplevel: generateGoldStandards.py (+7 -5), startLocalTest (+7 -6)
harman 2010-11-08 17:48 Rev.: 46436

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:

  • R_Tester/toplevel: generateGoldStandards.py (+7 -1)
harman 2010-11-08 13:54 Rev.: 46432

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:

  • R_Tester/toplevel: generateGoldStandards.py (+4 -3), startLocalTest (+32 -26)
dav 2010-11-04 15:22 Rev.: 46429

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:

  • R_Tester/toplevel: generateGoldStandards.py (+37 -9), startLocalTest (+16 -7)
harman 2010-11-02 12:20 Rev.: 46425

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:

  • R_Tester/toplevel: startLocalTest (+5 -4)
dav 2010-11-01 16:24 Rev.: 46419


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:

  • R_Tester/toplevel: generateGoldStandards.py (+203), startLocalTest (+5 -2)
harman 2010-11-01 11:34 Rev.: 46415

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:

  • R_Tester/toplevel: startLocalTest (+4 -5)
harman 2010-11-01 10:16 Rev.: 46414

-added dialog user input for selecting the component.
-added bulletproofing

50 lines of code changed in 1 file:

  • R_Tester/toplevel: startLocalTest (+50 -51)
harman 2010-10-29 16:00 Rev.: 46411

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:

  • R_Tester/toplevel: startTester (new)
harman 2010-10-29 14:31 Rev.: 46410

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:

  • R_Tester/toplevel: startLocalTest (+139)
harman 2010-10-27 12:39 Rev.: 46390

removed ability to run weekly RTs

5 lines of code changed in 1 file:

  • R_Tester/toplevel: startTester (+5 -23)

(6 more)

Generated by StatSVN 0.4.0