go ahead and create the task

On 4/16/07, laurel <[EMAIL PROTECTED]> wrote:
>
>
> Did Tony create a jira task or should I do that?
>
> Laurel
>
> On Apr 1, 11:02 pm, "Anthony Perritano" <[EMAIL PROTECTED]> wrote:
> > i exluded all test on the pom right now.
> >
> > _tony
> >
> > On 3/31/07, laurel <[EMAIL PROTECTED]> wrote:
> >
> >
> >
> > > I'd be happy to look at the tests and figure this out.
> > > As I am going on vacation on Tuesday, can you please add the ignores
> > > into the pom as suggested by Scott, and then
> > > make up a JIRA task for me noting which tests you added ignores for ;)
> > > It is a really bad principle to have tests
> > > that are being ignored, but I'm sure it would be ok for a couple of
> > > weeks.
> >
> > > I will look at this task when I return after April 15th.
> >
> > > Laurel
> >
> > > On Mar 30, 11:56 am, "Anthony Perritano" <[EMAIL PROTECTED]> wrote:
> > > > that would be great. maybe you can check these tests out, see what
> they
> > > do,
> > > > determine if they are useful or not from yr testing experience?
> maybe
> > > > document them?
> >
> > > > Tony
> > > > On 3/30/07, laurel <[EMAIL PROTECTED]> wrote:
> >
> > > > > I know I am coming in late on this conversation, but can someone
> > > > > explain to me in a sentence or two what these tests are? I know
> that
> > > > > there has been a lot of talk about adding more tests rather than
> > > > > removing them. Is there a reason why these tests are no longer
> > > > > necessary? Maybe they should be removed if they aren't needed, or
> > > > > fixed if they are needed.
> >
> > > > > As Hiroki, Cynick and I have been focusing on test driven
> development
> > > > > on the portal we've also been wondering what tests exist elsewhere
> in
> > > > > the sail projects. Is there any wiki documentation on the testing
> that
> > > > > is being done for the PLR, what tests need to be added (such as
> the
> > > > > curnit tests I'm working on) and what tests might need to be
> updated??
> >
> > > > > Since I'm already working on tests for the curnits, if further
> testing
> > > > > needs to be done or fixed, perhaps I could help?
> >
> > > > > Laurel
> >
> > > > > On Mar 29, 3:03 am, Jim Slotta <[EMAIL PROTECTED]> wrote:
> > > > > > On Mar 29, 2007, at 6:40 AM, [email protected] wrote:
> >
> > > > > > > Look at those ** they are matching patterns.  I believe they
> > > follow
> > > > > > > ants
> > > > > > > pattern matching.  You'd have to read up on maven to figure
> out
> > > for
> > > > > > > sure.
> >
> > > > > > > But are you sure you want to exclude them all?  What is the
> point
> > > of
> > > > > > > tests if they are all being excluded?
> >
> > > > > > hah hah - that's funny.  lol.
> > > > > > "Houston, we have a problem.  Any way to ignore all these tests?
> > > > > > what the hell are these things doin' in here?"
> >
> > > > > > jim
> > > > > > (frmo Entebbe, on my skitso dial-up connection...)
> >
> > > > > > > Scott
> >
> > > > > > > On Wed, 2007-03-28 at 15:48 -0700, Anthony Perritano wrote:
> > > > > > > > how do i exlude alllll of them without having to id each
> one.
> > > there
> > > > > > > > are soooo many.
> >
> > > > > > > > On 3/28/07, Scott Cytacki <[EMAIL PROTECTED]> wrote:
> >
> > > > > > > >         On Tue, 2007-03-27 at 19:00 -0700, Anthony Perritano
> > > wrote:
> > > > > > > >         > scott, how do we shut off these tests?
> >
> > > > > > > >         You modify the pom.xml of the plr so it excludes
> those
> > > > > > > >         tests.  The plr
> > > > > > > >         pom is already excluding some tests so you just need
> to
> > > > > > > add a
> > > > > > > >         new line.
> >
> > > > > > > >         Here is the section of that pom which does the
> > > exclusion:
> > > > > > > >         <plugin>
> > > > > > > >
> <artifactId>maven-surefire-plugin</artifactId>
> > > > > > > >                 <configuration>
> > > > > > > >                   <excludes>
> > > > > > > >                     <exclude>**/BeanUtilsTest.java</exclude>
> > > > > > > >                     <exclude>**/JmdnsTest.java</exclude>
> >
> > > <exclude>**/JdbcPersistenceSupportTest.java</
> > > > > > > exclude>
> >
> > > <exclude>**/JdbcSessionDataServiceTest.java</
> > > > > > > exclude>
> >
> > > <exclude>**/ConcordModelStateTest.java</exclude>
> > > > > > > >
> <exclude>**/WebRendererFactoryTest.java</
> > > > > > > exclude>
> > > > > > > >                     <!--  this is excluded because it
> requires a
> > > > > > > >         graphics
> > > > > > > >         systems
> > > > > > > >                       a better way to exclude it would be to
> use
> > > the
> > > > > > > >         continuum
> > > > > > > >                       profile, that way runing mvn locally
> would
> > > > > > > still
> > > > > > > >         run the
> > > > > > > >         test
> > > > > > > >                      -->
> > > > > > > >                     <exclude>**/WBPopupTest.java</exclude>
> > > > > > > >                   </excludes>
> > > > > > > >                 </configuration>
> > > > > > > >               </plugin>
> >
> > > > > > > >         > ---------- Forwarded message ----------
> > > > > > > >         > From: Continuum <[EMAIL PROTECTED]>
> > > > > > > >         > Date: Mar 27, 0007 6:46 PM
> > > > > > > >         > Subject: [continuum] BUILD FAILURE: Pas Learner
> > > Runtime
> > > > > > > >         > To: [EMAIL PROTECTED]
> >
> > > > > > > >         > Online report :
> >
> > > > > > > >        http://www.telscenter.org/continuum/target/
> > > > > > > ProjectBuild.vm/view/ProjectBuild/id/5/buildId/5094
> > > > > > > >         > Build statistics:
> > > > > > > >         >   State: Failed
> > > > > > > >         >   Previous State: Failed
> > > > > > > >         >   Started at: Tue, 27 Mar 2007 18:46:18 -0700
> > > > > > > >         >   Finished at: Tue, 27 Mar 2007 18:46:39 -0700
> > > > > > > >         >   Total time: 21s
> > > > > > > >         >   Build Trigger: Forced
> > > > > > > >         >   Exit code: 1
> > > > > > > >         >   Building machine hostname:
> > > tels-develop.soe.berkeley.edu
> > > > > > > >         >   Operating system : Linux(unknown)
> > > > > > > >         >   Java version : 1.5.0_06(Sun Microsystems Inc.)
> >
> > > > > > > >         > Changes
> > > > > > > >         >       No files changed
> >
> > > **********************************************************************
> > > > > > > ******
> > > > > > > >         > Output:
> >
> > > **********************************************************************
> > > > > > > ******
> > > > > > > >         > [INFO] Scanning for projects...
> > > > > > > >         > [INFO]
> >
> > > ----------------------------------------------------------------------
> > > > > > > ------
> > > > > > > >         > [INFO] Building Pas Learner Runtime
> > > > > > > >         > [INFO]    task-segment: [clean, deploy]
> > > > > > > >         > [INFO]
> >
> > > ----------------------------------------------------------------------
> > > > > > > ------
> > > > > > > >         > [INFO] [clean:clean]
> > > > > > > >         > [INFO] Deleting
> >
> > > > > > > >         directory /home/continuum/continuum-1.0.3
> > > /apps/continuum/
> > > > > > > working-directory/5/target
> > > > > > > >         > [INFO] Deleting
> >
> > > > > > > >         directory /home/continuum/continuum-1.0.3
> > > /apps/continuum/
> > > > > > > working-directory/5/target/classes
> > > > > > > >         > [INFO] Deleting
> >
> > > > > > > >         directory /home/continuum/continuum-1.0.3
> > > /apps/continuum/
> > > > > > > working-directory/5/target/test-classes
> > > > > > > >         > [INFO] [resources:resources]
> > > > > > > >         > [INFO] Using default encoding to copy filtered
> > > resources.
> > > > > > > >         > [INFO] [compiler:compile]
> > > > > > > >         > [INFO] Compiling 242 source files
> >
> > > > > > > >         to /home/continuum/continuum-1.0.3
> > > /apps/continuum/working-
> > > > > > > directory/5/target/classes
> > > > > > > >         > [INFO] [resources:testResources]
> > > > > > > >         > [INFO] Using default encoding to copy filtered
> > > resources.
> > > > > > > >         > [INFO] [compiler:testCompile]
> > > > > > > >         > [INFO] Compiling 18 source files
> >
> > > > > > > >         to /home/continuum/continuum-1.0.3
> > > /apps/continuum/working-
> > > > > > > directory/5/target/test-classes
> > > > > > > >         > [INFO] [surefire:test]
> > > > > > > >         > [INFO] Surefire report
> >
> > > > > > > >         directory: /home/continuum/continuum-1.0.3
> > > /apps/continuum/
> > > > > > > working-directory/5/target/surefire-reports
> >
> > > -------------------------------------------------------
> > > > > > > >         > T E S T S
> >
> > > -------------------------------------------------------
> > > > > > > >         > Running wise2.steptest.ChallengeQuestionUITest
> > > > > > > >         > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0,
> Time
> > > > > > > >         elapsed: 0.054
> > > > > > > >         > sec
> > > > > > > >         > Running
> > > > > > > org.telscenter.pas.ui.browser.WebRendererSetPageTest
> > > > > > > >         > Tests run: 1, Failures: 0, Errors: 1, Skipped: 0,
> Time
> > > > > > > >         elapsed: 0.029
> > > > > > > >         > sec <<< FAILURE!
> > > > > > > >         > Running sail.wise.PasStepTest
> > > > > > > >         > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0,
> Time
> > > > > > > >         elapsed: 0.042
> > > > > > > >         > sec
> > > > > > > >         > Running ui.CustomLineBorderTest
> > > > > > > >         > Tests run: 1, Failures: 0, Errors: 1, Skipped: 0,
> Time
> > > > > > > >         elapsed: 0.014
> > > > > > > >         > sec <<< FAILURE!
> > > > > > > >         > Running pas.mail.SendMailTest
> > > > > > > >         > Tests run: 1, Failures: 0, Errors: 1, Skipped: 0,
> Time
> > > > > > > >         elapsed: 0.008
> > > > > > > >         > sec <<< FAILURE!
> > > > > > > >         > Running org.telscenter.pas.beans.SerializationTest
> > > > > > > >         > Tests run: 2, Failures: 0, Errors: 1, Skipped: 0,
> Time
> > > > > > > >         elapsed: 0.353
> > > > > > > >         > sec <<< FAILURE!
> > > > > > > >         > Running
> > > > > > > >
> org.telscenter.pas.ui.browser.BrowserFactoryRegistryTest
> > > > > > > >         > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0,
> Time
> > > > > > > >         elapsed: 0.02
> > > > > > > >         > sec
> > > > > > > >         > Running ui.NewUITest
> > > > > > > >         > Tests run: 1, Failures: 0, Errors: 1, Skipped: 0,
> Time
> > > > > > > >         elapsed: 0.013
> > > > > > > >         > sec <<< FAILURE!
> >
> > > > > > > >         > Results :
> >
> > > > > > > >         > Tests in error:
> > > > > > > >         >
> org.telscenter.pas.ui.browser.WebRendererSetPageTest
> > > > > > > >         >   ui.CustomLineBorderTest
> >
> > ...
> >
> > read more ยป
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"SAIL-Dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/SAIL-Dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to