Hey Guys,
I just did an update and unit tests are failing in TestEvolSdt and
TestSensorShellMap. BUT, they do not appear when doing a freshStart
junitAll. They only appear when doing a quickStart junitAll.. Here is a
portion of my command prompt. (Reminder: I'm running Java5).
thanks, aaron
C:\java\cvs\hackyBuild>ant -q freshStart junitAll
[echo] (hackyBuild) Starting build on September 6 2005 20:28:41.
[echo] (hackyBuild) Removing hackystat web app from tomcat.
[echo] (hackyBuild) OK - Undeployed application at context path
/hackystat
[echo] (hackyBuild) Pausing 15 seconds to let tomcat release file
handles.
[echo] (hackyBuildUtils) Invoking clean for hackyKernel.
...
[echo] (hackyBuildUtils) Running JUnit tests on module hackyKernel.
[echo] (hackyBuildUtils) Sending JUnit data to hackystat.
[echo] (hackyBuildUtils) Invoking junit for hackyInstaller.
[echo] (hackyBuildUtils) Running JUnit tests on module hackyInstaller.
[echo] (hackyBuildUtils) Sending JUnit data to hackystat.
[echo] (hackyBuildUtils) Invoking junit for hackyBuild.
[echo] (hackyBuildUtils) Running JUnit tests on module hackyBuild.
[echo] (hackyBuildUtils) Sending JUnit data to hackystat.
[echo] (hackyBuild) Starting build on September 6 2005 20:28:41.
BUILD SUCCESSFUL
Total time: 2 minutes 35 seconds
Build Sensor Report:
C:\java\cvs\hackyBuild>ant -q quickStart junitAll
[echo] (hackyBuild) Starting build on September 6 2005 20:31:25.
[echo] (hackyBuild) Deleting c:\java\cvs\hackystatdata/users/testdataset.
[echo] (hackyBuild) Starting build on September 6 2005 20:31:25.
[echo] (hackyBuild) Invoking compile in hackyKernel.
...
[echo] (hackyBuildUtils) Invoking junit for hackyKernel.
[echo] (hackyBuildUtils) Running JUnit tests on module hackyKernel.
[junit] Test org.hackystat.kernel.evolsdt.TestEvolSdt FAILED
[junit] Test org.hackystat.kernel.sensor.usermap.TestSensorShellMap FAILED
[echo] (hackyBuildUtils) Sending JUnit data to hackystat.
BUILD SUCCESSFUL
Total time: 1 minute 42 seconds
Build Sensor Report:
Start Time = Tue Sep 06 20:31:25 HST 2005
End Time = Tue Sep 06 20:33:06 HST 2005
Configuration = Unknown
Start Type = Unknown
Last Target = junitAll
Build Location = C:\java\cvs\hackyBuild
Build Result = Failed
Checkstyle Ran = false
Compilation Ran = true
Unittest Ran = true
Total Failure Count = 2
[C:\java\cvs\hackyBuild] [JUnit]
org.hackystat.kernel.evolsdt::TestEvolSdt::
N/A
[C:\java\cvs\hackyBuild] [JUnit]
org.hackystat.kernel.sensor.usermap::TestSe
nsorShellMap::N/A
C:\java\cvs\hackyBuild>