summaryrefslogtreecommitdiffstats
path: root/bin/runtest
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r14903] Undoing change committed in r14902.Scot Breitenfeld2008-04-301-5/+33
|
* [svn-r14902] Merged fortran_1_8 branch changes r14505:14901 into the trunk. ↵Scot Breitenfeld2008-04-301-33/+5
| | | | New fortran wrappers added.
* [svn-r14713] Increase lines at end of output checked to determine completion ↵HDF Tester2008-03-091-1/+1
| | | | from 2 to 5.
* [svn-r14712] Report error if runtest fails; use backtick even if obsolete ↵HDF Tester2008-03-071-3/+3
| | | | since it works on kagiso, smirom and linew.
* [svn-r14704] TIMELIMIT_PARSE altered to return timelimit value.HDF Tester2008-03-041-2/+30
|
* [svn-r13707] Changed the TODAY format to include weekday, matching the one ↵Albert Cheng2007-04-291-1/+1
| | | | | | | | | used by DailyHDF5Test script. Tested: Tested the new format works in all NCSA machines.
* [svn-r13527] Purpose:HDF Tester2007-03-201-1/+1
| | | | | | | | | | | | | | | | Bug fix. Description: When it reads the allhostfile, it does eliminate comments or blank lines completely, thus it continues to use ssh/rsh even when only the local host is tested. Solution: Changed the sed scripts to eliminate comments and blank lines. Tested: Cobalt by running bin/runtest. Since this is not really library source, the three platforms test does not apply.
* [svn-r13311] Updated copyright notice.Albert Cheng2007-02-141-2/+3
| | | | | Test: Just visual inspection as these are all comments changes.
* [svn-r12384] Purpose:Albert Cheng2006-05-291-0/+5
| | | | | | | | | | | | feature. Description: Added the option of -64 which is similar to -n32. This is needed by Atlantia which has the ABI as -n32. Platforms tested: Pretty straight forward but not testable by h5committest. Will be tested when daily tests run.
* [svn-r12366] Purpose:Albert Cheng2006-05-231-4/+4
| | | | | | | | | | | | | | | | fix. Description: More machines stop supporting "rsh machine command". Worse yet, it hangs the "rsh machine command" process. Solution: Switch the order of testing remote execution to use ssh first, then rsh. Platforms tested: no h5committest since it does not test this command. Change is trivial and will monitor Daily test tonight.
* [svn-r12213] Turned off copyright checking until what need copyright is decided.Albert Cheng2006-04-071-0/+3
|
* [svn-r11877] Purpose:Albert Cheng2006-01-101-5/+5
| | | | | | | | | | | Bug fix. Description: Fixed a typo and also moved initialization of n_xxxx variables to the common declaration place. Platforms tested: Tested in v1.6 branch already.
* [svn-r11868] Purpose:Albert Cheng2006-01-081-2/+8
| | | | | | | | | | Feature. Description: Added counters for number of tests passed, failed and skipped. Platforms tested: Will be tested by daily test.
* [svn-r11695] Purpose:Albert Cheng2005-11-091-1/+1
| | | | | | | | | | | | | | | | | Improvement Description: The previous HTML files strategy was to expect the very first comment block is the copyright notice. That did not work well as more and more other comments appear now. Solution: Changed the strategy to look for the only the essential body of copyright notice. This no longer verifies this body of text is a comment block. But the previous strategy is not really bullet-proof either. Platforms tested: tested in heping.
* [svn-r11632] Purpose:Albert Cheng2005-10-311-8/+15
| | | | | | | | | | | Bug fix. Description: chkcopyright has been changed to return an exit code whether it passes or not. Changed the detection accordingly. Platforms tested: heping.
* [svn-r11569] Purpose:Albert Cheng2005-10-161-1/+4
| | | | | | | | | | | | | | Improvement. Description: The df command sometimes hangs because of file system problem. Solution: Run the df command as background process and wait for it 10 seconds to finish, then just continues. Platforms tested: Should work. Daily test will test it.
* [svn-r11563] Purpose:Albert Cheng2005-10-141-0/+6
| | | | | | | Added commands to show host status such as uptime and disk usages. Platforms tested: Eyeballed. Will check the output of daily test.
* [svn-r11464] Purpose:Albert Cheng2005-09-261-2/+33
| | | | | | | | | | | Feature. Description: Added the copyright checking--most settings are temporary. Need cleanup or fixes when most copyrights notices are completed. Platforms tested: Tested by hand.
* [svn-r10821] Purpose:Albert Cheng2005-05-281-1/+1
| | | | | Feature. Allow timelimit file to contain comment lines which are lines beginning with #.
* [svn-r10819] Purpose:Albert Cheng2005-05-281-0/+2
| | | | Use timelimit file to specify the time limit for timekeeper.
* [svn-r10814] Purpose:Albert Cheng2005-05-281-4/+5
| | | | | | | | | | | Feature. Description: The temporary output filename of each remote host test is now a combination of hostname and configname. Platforms tested: Will be tested by Daily test.
* [svn-r10642] Changed the TMPFILE to reside in snapshot log area.Albert Cheng2005-04-221-1/+1
|
* [svn-r10539] Purpose:Albert Cheng2005-04-051-2/+16
| | | | | | | | | | | | | | | Bug fix Description: When chkmanifest failed, output is not dumped to failed detail section and people tend to ignore it. Solution: Buffer the output of chkmanifest in a file and dump it to failed detail section if it fails. Else, just output to standout. Platforms tested: Tested by hand in heping.
* [svn-r10537] Purpose:Albert Cheng2005-04-051-4/+2
| | | | | | | | | | | | | | Improvement Description: Dumping the beginning 10 lines of log files does not give much useful information and they sort of mix up with the last 30 lines. Solution: Do not dump the beginning 10 lines any more. Platforms tested: Tested by hand.
* [svn-r10101] Purpose:Albert Cheng2005-02-271-1/+2
| | | | Another attempt to change the format of the failed details reporting.
* [svn-r10097] Purpose:Albert Cheng2005-02-261-2/+7
| | | | modified the output format of dumping logfile when failures have occurred.
* [svn-r10080] Purpose:Albert Cheng2005-02-241-3/+8
| | | | | | | | | | | | Feature Description: Added code to dump the beginnng and last few lines of the test log file if errors have occurred. Platforms tested: Tested the code itself separatedly but daily test is where it is really tested. Should work.
* [svn-r10073] Purpose:HDF Admin2005-02-241-0/+6
| | | | | | | | | | | | feature Description: Starting to add a feature that will print out details from the snapshot test logfile when the test fails. Only a debug statment is added to see if snapshot is reporting error status correctly. Platforms tested: Not tested. Wait for daily test to show the result.
* [svn-r9784] Purpose:Albert Cheng2005-01-081-2/+4
| | | | | | | | | | | slight improvement Description: Added a time stamp when a host is not reachable. Added a pause to let timekeeper to complete. Platforms tested: It should work.
* [svn-r9720] Purpose:Albert Cheng2004-12-251-2/+3
| | | | | | | | | Updated to call timekeeper with minutes. Also put all timekeeper output to a separated logfile. Platforms tested: Did not test since it is hard to test without starting the whole daily test. The change is trivial too.
* [svn-r9716] Purpose:Albert Cheng2004-12-241-0/+6
| | | | | | | | | | Feature Description: Added the deploydir feature. Platforms tested: Hand tested.
* [svn-r9714] Purpose:Albert Cheng2004-12-231-3/+3
| | | | | | | | bug fix Description: Setup the time limit with the wrong unit concept. 300 is only 300 seconds, not 300 minutes. Set them to the correct values.
* [svn-r9711] Purpose:Albert Cheng2004-12-231-4/+7
| | | | | | | | | | Feature Description: Added the timekeeper feature. Platforms tested: tested by hand.
* [svn-r9692] Purpose:Albert Cheng2004-12-181-0/+6
| | | | | | | | | | feature. Description: Added the configure feature of deploy. Platforms tested: Hand tested in heping.
* [svn-r9340] Purpose:Albert Cheng2004-09-291-3/+3
| | | | | | | | | | | | | | | | | | | | | Bug fix. Description: There was a historical hack to prevent runtest in multiple hosts to run cvs update while they were launched by the daily test. But a more proper fix has been implemented to prevent that but this hack was not removed. It ended up enforcing one CVS update per day. But if someone tested runtest during the day, it would prevent the evening daily from doing update. That is not good. Solution: Removed the hack which is not need any more. Platforms tested: NO h5committest since it does test runtest. Tested it by hand in eirene and heping. Misc. update:
* [svn-r9319] Purpose:Albert Cheng2004-09-251-1/+7
| | | | | | | | | | | | | Feature Description: Added code to support the -configname feature. Platforms tested: no h5committest which does not test this command. ran it by hand in eirene comparing tg-login1 and tg-login2. Misc. update:
* [svn-r8913] Purpose:Albert Cheng2004-07-211-8/+8
| | | | | | | | | | | | | | | | | | | | Bug fix and feature. Description: The setenv was done in runtest but it has the effect will linger onto the next test. So, if the first test sets $CXX to a certain value, it lingers on the all following tests of the same host. This is usually not desired. Solution: Move the actual setenv code to snapshot. Runtest now just parses them and pass along the setenv request to snapshot. Platforms tested: no h5comittest which does not really test the change. Hand tested in eirene with Tg-NCSA. Misc. update:
* [svn-r8386] Purpose:Albert Cheng2004-04-191-3/+5
| | | | | | | | | | | Bug fix. Description: LOGFILE was showing both hostname and srcdirname when srcdirname is used. Fixed it. Platforms tested: Tested in LANL QSC.
* [svn-r7965] Purpose:Albert Cheng2003-12-161-0/+5
| | | | | | | | | | feature Description: Added the ability to handle srcdirname as the build-directory. Platforms tested: No h5comittest but tested in LANL QSC machine.
* [svn-r7960] Purpose:Albert Cheng2003-12-161-1/+2
| | | | | | | | | | feature. Description: Output skipped tests to a different file for better printout. Platforms tested: Just eyeballed it since the changes are trivial.
* [svn-r7958] Purpose:Albert Cheng2003-12-151-5/+5
| | | | | | | | Just trivial editing of comments. Platforms tested: Eyeballed since the changes are all trivial and involved comments only. Misc. update:
* [svn-r7940] Purpose:Albert Cheng2003-12-111-18/+3
| | | | | | | | | | | cleanup. Description: Removed the old command that parses setenv2 and setenv3 which are replaced by setenvN. Platforms tested: No h5committest since it does not test this script. Pretty sure it works.
* [svn-r7910] Purpose:Albert Cheng2003-12-031-2/+7
| | | | | | | | | | | | feature Description: -setup now also sets up or updates the current source directory. Platforms tested: LANL Theta. Misc. update:
* [svn-r7859] Purpose:HDF Admin2003-11-201-10/+53
| | | | | | | | | | | | | new feature Description: Added the -setup option so that it can setup the snapshot test directory structure. This will help the setup of snapshot test in a new machine, especially remote machine much easier. Platforms tested: no h5committest becuase it does not test this script. Tested in tg-ncsa.
* [svn-r7517] Purpose:HDF Admin2003-09-261-1/+0
| | | | | | | | | | | | bug fix Description: Removed an extra export command in the parse of setenvN Platforms tested: Tested by hand. Misc. update:
* [svn-r7504] Purpose:Albert Cheng2003-09-231-1/+0
| | | | | | | | | | | | | | | | Bug fix Description: The op-snapshot checkout "ate" the next option by mistake. Solution: Remove the extra shift. Platforms tested: Can't really test it without doing a real snapshot test. Pretty sure it is correct and will watch the result tomorrow. Misc. update:
* [svn-r7488] Purpose:Albert Cheng2003-09-181-3/+7
| | | | | | | | | | | | | Improvement Description: The -w timeout option is not supported by all hosts. Added the "ping -c 3" possible PING command. Platforms tested: Tested in eirene by hand only. Misc. update:
* [svn-r7425] Purpose:Albert Cheng2003-08-281-0/+19
| | | | | | | | | | | | | | new feature Description: Added a new option of "setenvN" which does set environment variable with $1 values e.g., setenvN 3 x a b c is same as setenv x="a b c". Platforms tested: No h5committest. Tested by hand in copper. Misc. update:
* [svn-r7388] Purpose:HDF Admin2003-08-211-0/+7
| | | | | | | | | | | | | | | | | new feature Description: Added a new test option of op-snapshot <option> snapshot option This allows snapshot.cfg to tell runtest to run snapshot with a special option. Platforms tested: Not h5committest because it is outside of its scope. Tested by hand. Misc. update:
* [svn-r7179] Purpose:HDF Admin2003-07-071-1/+6
| | | | | | | | | | | | | | Bug fix Description: If the base directory (.../snapshot-...) does not exist yet, the runtest and snapshot will continue on till it bumped into a "wall". Solution: Added verification that the BASEDIR does exist.