On Tue, May 25, 2010 at 8:39 PM, Luciano Resende <[email protected]> wrote: > On Tue, May 25, 2010 at 12:33 PM, Luciano Resende <[email protected]> > wrote: >> On Tue, May 25, 2010 at 12:14 AM, ant elder <[email protected]> wrote: >>> Something is up with the Hudson daily builds so that the testcases in >>> the module builds aren't running for some reason. As an example: >>> >>> http://hudson.zones.apache.org/hudson/job/Tuscany-2x/692/org.apache.tuscany.sca$tuscany-node-impl/console >>> >>> [INFO] [surefire:test {execution: default-test}] >>> [INFO] Tests are skipped. >>> >>> The build is broken currently, i'd not worried about it as I'd seen >>> the Hudson builds were successful so thought the build issues must >>> just be local changes i had but Hudson is only working as it doesn't >>> run tests. >>> >>> Anyone changed anything that might have caused this or have any idea >>> whats going on? >>> >>> ...ant >>> >> >> Is this the same issue I reported back in March ? Or are you saying >> now that no tests are being run at all. >> >> http://markmail.org/thread/rwm6za2xt7giupnx >> > > BTW, A while back, I had added the "source" profile to the hudson > build so it could attach source jars to deployed snapshots. I have > removed that and forced a build just now. > >
Yes that was whats causing it. The source profile sets the maven.test.skip property, i guess at some point this was to make the profile faster when running it separately, but as we don't use it like that now I think we can remove that property. ...ant
