Directory R_Tester/toplevel/

Total Files:
5
Deleted Files:
0
Lines of Code:
801

[root]/R_Tester/toplevel

Lines of Code

R_Tester/toplevel/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 28 (100.0%) 219 (100.0%) 7.8
harman 22 (78.6%) 126 (57.5%) 5.7
dav 3 (10.7%) 91 (41.6%) 30.3
jas 3 (10.7%) 2 (0.9%) 0.6

Most Recent Commits

harman 2011-12-20 10:34 Rev.: 48030

Corrected command redirections. Python uses sh for all system commands.

0 lines of code changed in 2 files:

  • R_Tester/toplevel: generateGoldStandards.py (new)
harman 2011-12-09 14:47 Rev.: 47969

if (np > 1.0)
add -mpi option to sus command

1 lines of code changed in 1 file:

  • R_Tester/toplevel: generateGoldStandards.py (+1 -1)
harman 2011-10-18 17:00 Rev.: 47744

Dumping out a short log for the buildbot. For example

Failed: ARCHES-opt tests
:helium_RT: test failed comparison tests
:helium_RT: (restart) test failed comparison tests
Failed: ICE-opt tests
:advect: test failed comparison tests
:advect: (restart) test failed comparison tests

0 lines of code changed in 2 files:

  • R_Tester/toplevel: startLocalTest (new)
dav 2011-07-13 16:01 Rev.: 47333


Fix for an issue that arose when 'using namespace std' was removed from
header files.

M CCA/Components/Arches/CoalModels/PartVel.cc

abs() only works on int's. Need 'fabs()' for floating point numbers.

M R_Tester/toplevel/generateGoldStandards.py
M R_Tester/helpers/runSusTests.py

Added a (commented out) line that makes debugging faster...

M Core/Parallel/BufferInfo.h

Don't need 'using namespace std' any more as the above update to
PartVel fixes the problem.

3 lines of code changed in 1 file:

  • R_Tester/toplevel: generateGoldStandards.py (+3 -2)
harman 2011-06-22 11:36 Rev.: 47291

Capture the return code if any of the component's test fail.

10 lines of code changed in 1 file:

  • R_Tester/toplevel: startLocalTest (+10 -2)
jas 2011-05-18 17:51 Rev.: 47210

Fix posix problems.

2 lines of code changed in 3 files:

  • R_Tester/toplevel: startLocalTest (+1 -1), startTester (new)
harman 2011-05-17 17:24 Rev.: 47201

Hack so Malloc_strict and Malloc_Stats will work on Lenny machines --Dav

4 lines of code changed in 1 file:

  • R_Tester/toplevel: generateGoldStandards.py (+4 -2)
dav 2011-05-17 11:24 Rev.: 47198

Updates to allow for Memory checking in the local regression tester.

M configure
M configure.ac

- Added in "SCI_MALLOC_ON" variable that will tell the system if --enable-sci-malloc was used during configure.

M configVars.mk.in

- Add in the new SCI_MALLOC_ON var. Removed the MALLOC_TRACE_ON var as it wasn't set or used.

M Makefile.in

- Updated make RT targets to pass in SCI_MALLOC_ON.

M R_Tester/toplevel/startLocalTest

- Memory test update based on whether SCI_MALLOC is ON. Also now passing in whether this is (or is not) a debug build.

M R_Tester/toplevel/generateGoldStandards.py

- Now takes in whether we are using a debug build, and whether SCI_MALLOC is enabled.
- Better catching/reporting of error if component name is mis-spelled/wrong.

M R_Tester/helpers/runSusTests.py

- Turn off env var MALLOC_STATS if --enable-sci-malloc was not used (otherwise sus will throw an error and quit).
- Put SVN_OPTIONS into own variable so they can more easily be turned off while debugging.

M Core/Malloc/sub.mk

- Removed Trace.cc build statement as Trace.cc isn't actually in the code base, and MALLOC_TRACE_ON is never set.

88 lines of code changed in 2 files:

  • R_Tester/toplevel: generateGoldStandards.py (+72 -18), startLocalTest (+16 -3)
harman 2011-04-18 15:25 Rev.: 47093

Now using the environmental variable name COMMON_GROUP instead of GROUP since
shell uses the name.

Tweaked the machine configuration for blaze.

6 lines of code changed in 1 file:

  • R_Tester/toplevel: startTester (+6 -6)
harman 2011-03-18 14:42 Rev.: 46977

bug fix:
- only run a test on the current platform if the OS or "all" has been specified
by the user.

Added:
The user can set the environmental variable
"WHICH_TESTS" = local/nightly
to override the default behavior of only running the tests defined
in the local section of the <Component.py> file. This is useful if you're
poking around in the innards of the infrastructure.

19 lines of code changed in 1 file:

  • R_Tester/toplevel: generateGoldStandards.py (+19 -3)
harman 2011-03-17 16:55 Rev.: 46973

The return code of the first command is returned instead of the second command.

1 lines of code changed in 1 file:

  • R_Tester/toplevel: startLocalTest (+1 -2)
harman 2011-03-17 14:59 Rev.: 46972

Components.PY:
- variable name change LOCAL_OR_NIGHTLY_TEST -> WHICH_TESTS

StartTester & StartLocalTest
- added environmental variable WHICH_TESTS with default value.
- The buildbot will overide the default value

5 lines of code changed in 2 files:

  • R_Tester/toplevel: startLocalTest (+3 -1), startTester (+2 -1)
harman 2011-03-08 17:51 Rev.: 46929

If the environmental variable MPIRUN has been set then use it, otherwise
default to using "mpirun."

11 lines of code changed in 1 file:

  • R_Tester/toplevel: generateGoldStandards.py (+11 -9)
harman 2011-02-24 15:16 Rev.: 46895

script that kills all of the regression tester scripts and sus commands

7 lines of code changed in 1 file:

  • R_Tester/toplevel: killTester (new 7)
harman 2011-02-21 14:51 Rev.: 46875

added the ability to setup different machines to run the RT

32 lines of code changed in 1 file:

  • R_Tester/toplevel: startTester (+32 -9)
harman 2011-02-18 18:14 Rev.: 46871

Updated crontab commands

0 lines of code changed in 2 files:

  • R_Tester/toplevel: crontab.linux (changed)
harman 2011-02-18 18:11 Rev.: 46870

Now mimics what is in ~/csafe-tester/scripts/startTester

21 lines of code changed in 1 file:

  • R_Tester/toplevel: startTester (+21 -21)
harman 2011-02-17 18:38 Rev.: 46858

posix compilant
-replaced stuff >&/dev/null -> stuff > /dev/null2>&1
- using -s <file> instead of -a <file> in conditional statement

3 lines of code changed in 1 file:

  • R_Tester/toplevel: startLocalTest (+3 -3)
harman 2011-02-04 13:25 Rev.: 46785

In the python version bulletproofing message tell the user
that on ember/updraft they have to source a file
to get a modern version of python.

4 lines of code changed in 1 file:

  • R_Tester/toplevel: generateGoldStandards.py (+4 -1)
harman 2011-01-06 09:33 Rev.: 46673

Removed an environmental variable that isn't needed and is confusing. When memory tests are performed
set the environmental variable MALLOC_STRICT.

2 lines of code changed in 2 files:

  • R_Tester/toplevel: startLocalTest (+1 -2), startTester (+1 -6)
Generated by StatSVN 0.4.0