sonar analysis on ASF servers

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

sonar analysis on ASF servers

Erwan de FERRIERES
Hi fellow devs,

we've been trying to make sonar analysis working on the ASF servers for
OFBiz.
For this, there is first a configuration to make on Hudson, and we've
got some problems there, because of an already used port.

Do you think this would be possible to change the 8080 port when running
tests ? Or maybe create an ant task specially for sonar which would
ignore the test failures ?

Here is the error :
https://analysis.apache.org/jenkins/job/ofbiz/3/console

and the issue on INFRA
https://issues.apache.org/jira/browse/INFRA-3590

Thanks for your inputs,

--
Erwan de FERRIERES
www.nereide.biz
Reply | Threaded
Open this post in threaded view
|

Re: sonar analysis on ASF servers

Jacques Le Roux
Administrator
We could maybe change default ports in test-containers.xml?

Jacques

From: "Erwan de FERRIERES" <[hidden email]>

> Hi fellow devs,
>
> we've been trying to make sonar analysis working on the ASF servers for
> OFBiz.
> For this, there is first a configuration to make on Hudson, and we've
> got some problems there, because of an already used port.
>
> Do you think this would be possible to change the 8080 port when running
> tests ? Or maybe create an ant task specially for sonar which would
> ignore the test failures ?
>
> Here is the error :
> https://analysis.apache.org/jenkins/job/ofbiz/3/console
>
> and the issue on INFRA
> https://issues.apache.org/jira/browse/INFRA-3590
>
> Thanks for your inputs,
>
> --
> Erwan de FERRIERES
> www.nereide.biz

Reply | Threaded
Open this post in threaded view
|

Re: sonar analysis on ASF servers

Erwan de FERRIERES
Le 07/05/2011 14:39, Jacques Le Roux a écrit :
> We could maybe change default ports in test-containers.xml?
>
> Jacques
Hi Jacques,

I just changed the port for the http-connector, and tests are failing
because of duplicated values in database. Very strange from my POW, I'm
just running clean-all run-install run-tests.

Do I need to change something else ?

Cheers,

--
Erwan de FERRIERES
www.nereide.biz
Reply | Threaded
Open this post in threaded view
|

Re: sonar analysis on ASF servers

Jacques Le Roux
Administrator
I ran test with both HTTP and HTTPS changed and it worked fine

Jacques

From: "Erwan de FERRIERES" <[hidden email]>

> Le 07/05/2011 14:39, Jacques Le Roux a écrit :
>> We could maybe change default ports in test-containers.xml?
>>
>> Jacques
> Hi Jacques,
>
> I just changed the port for the http-connector, and tests are failing because of duplicated values in database. Very strange from
> my POW, I'm just running clean-all run-install run-tests.
>
> Do I need to change something else ?
>
> Cheers,
>
> --
> Erwan de FERRIERES
> www.nereide.biz