Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [p2-dev] Fw: [equinox-dev] p2-gerrit verification job failing?

Most probably it's related to https://bugs.eclipse.org/bugs/show_bug.cgi?id=443139 .
In short parent pom changed from passing maven.test.skip=true to skipTests=true . If in the hudson configuration maven.test.skip=false is passed it must be changed to skipTests=false.

Hope that helps.

Alexander Kurtakov
Red Hat Eclipse team

----- Original Message -----
> From: "Thomas Watson" <tjwatson@xxxxxxxxxx>
> To: "P2 developer discussions" <p2-dev@xxxxxxxxxxx>
> Cc: "Equinox development mailing list" <equinox-dev@xxxxxxxxxxx>
> Sent: Thursday, September 4, 2014 3:30:34 PM
> Subject: [p2-dev] Fw: [equinox-dev] p2-gerrit verification job failing?
> 
> Forwarding on to p2-dev list.
> 
> Tom
> 
> 
> ----- Forwarded by Thomas Watson/Austin/IBM on 09/04/2014 07:30 AM -----
> 
> From: "Stieber, Uwe" <Uwe.Stieber@xxxxxxxxxxxxx>
> To: "equinox-dev@xxxxxxxxxxx" <equinox-dev@xxxxxxxxxxx>
> Date: 09/04/2014 02:45 AM
> Subject: [equinox-dev] p2-gerrit verification job failing?
> Sent by: equinox-dev-bounces@xxxxxxxxxxx
> 
> 
> 
> 
> Hi,
> 
> I’ve submitted a simple change to gerrit ( https://git.eclipse.org/r/32615 )
> to get rid of a nasty NPE from the DirectorApplication (Bug 387088). The
> change triggered the corresponding Hudson CI job to run, but the job is
> failing because no test data is generated.
> 
> The job is https://hudson.eclipse.org/p2/job/p2-gerrit/268 , and at the end
> it prints out:
> 
> …
> Recording test results
> No test report files were found. Configuration error?
> …
> 
> Apparently, all tests are skipped:
> 
> …
> [INFO] --- tycho-surefire-plugin:0.21.0:test (default-test) @
> org.eclipse.equinox.p2.tests.ui ---
> [INFO] Skipping tests
> …
> 
> Can someone please have a look and explain why the verification job is
> skipping the tests and is therefore failing? The change is really simple,
> but probably I missed to change some file to bump a qualifier or something
> like that?
> 
> Thanks, Best regards,
> Uwe Stieber
> 
> 
> _______________________________________________
> equinox-dev mailing list
> equinox-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from
> this list, visit
> https://dev.eclipse.org/mailman/listinfo/equinox-dev
> 
> _______________________________________________
> p2-dev mailing list
> p2-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from
> this list, visit
> https://dev.eclipse.org/mailman/listinfo/p2-dev


Back to the top