You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by Jacques Le Roux <ja...@les7arts.com> on 2020/05/04 17:28:31 UTC

Re: buildbot failure in on ofbizTrunkFramework

Hi,

Missed that, I'm on it

Jacques

Le 29/04/2020 à 10:39, buildbot@apache.org a écrit :
> The Buildbot has detected a new failure on builder ofbizTrunkFramework while building ofbiz-framework. Full details are available at:
>      https://ci.apache.org/builders/ofbizTrunkFramework/builds/1402
>
> Buildbot URL: https://ci.apache.org/
>
> Buildslave for this Build: asf947_ubuntu
>
> Build Reason: The AnyBranchScheduler scheduler named 'onTrunkFrameworkCommit' triggered this build
> Build Source Stamp: [branch trunk] 649614507bab6ff955e243a5858c1353150dfd42
> Blamelist: Jacques Le Roux <ja...@les7arts.com>
>
> BUILD FAILED: failed shell_2
>
> Sincerely,
>   -The Buildbot
>
>
>

Re: buildbot failure in on ofbizTrunkFramework

Posted by Jacques Le Roux <ja...@les7arts.com>.
BTW, I have just created https://issues.apache.org/jira/browse/INFRA-20238

Jacques

Le 06/05/2020 à 10:06, Jacques Le Roux a écrit :
> Thanks Suraj!
>
> Jacques
>
> Le 06/05/2020 à 08:54, Suraj Khurana a écrit :
>> Hello team,
>>
>> It is fixed under rev 0393ebe994def0e3958c0d78f6e590e68ccdef88, main cause
>> was test data so added QuoteTestData.xml with proper cust request status
>> fixes most of it.
>>
>> One interesting thing observed during this was if you override fromDate in
>> entity-auto, default now timestamp doesn't set from entity-auto engine.
>> I will take a deeper look into it to confirm, for now I have set
>> default-value and it is working as expected.
>>
>> Thanks for reporting.
>>
>> -- 
>> Best Regards,
>> Suraj Khurana
>> Senior Technical Consultant
>>
>>
>> On Wed, May 6, 2020 at 11:50 AM Suraj Khurana <su...@hotwax.co>
>> wrote:
>>
>>> Hello Jacques,
>>>
>>> As per my findings, IMO it was due to custRequestId="9000" test data with
>>> status 'CRQ_SUBMITTED'.
>>> Changing it to CRQ_ACCEPTED fixed all CustRequest related test cases at my
>>> local machine.
>>>
>>> I am looking out for more details and will take care of it at the earliest.
>>>
>>> Thanks !!
>>> -- 
>>> Best Regards,
>>> Suraj Khurana
>>> SENIOR TECHNICAL CONSULTANT
>>> mobile: +91 9669750002
>>> email: suraj.khurana@hotwax.co
>>> *www.hotwax.co <http://www.hotwax.co/>*
>>>
>>>
>>> On Wed, May 6, 2020 at 10:14 AM Suraj Khurana <su...@hotwax.co>
>>> wrote:
>>>
>>>> Hello Jacques,
>>>>
>>>> This service was committed at rev #
>>>> edca9f22b03ecb5f7096652cf020ca3b52043962 and it is available in the latest
>>>> trunk as well.
>>>> Could you please confirm it once again?
>>>>
>>>> -- 
>>>> Best Regards,
>>>> Suraj Khurana
>>>> SENIOR TECHNICAL CONSULTANT
>>>> mobile: +91 9669750002
>>>> email: suraj.khurana@hotwax.co
>>>> *www.hotwax.co <http://www.hotwax.co/>*
>>>>
>>>>
>>>> On Tue, May 5, 2020 at 9:07 PM Jacques Le Roux <
>>>> jacques.le.roux@les7arts.com> wrote:
>>>>
>>>>> Hi Suraj,
>>>>>
>>>>> This is due to OFBIZ-11621, OFBIZ-11627, OFBIZ-11637 and OFBIZ-11624
>>>>> which are all  conversion of CRUD simple services to entity-auto
>>>>>
>>>>> Notably checkStatusCustRequest service does not exist, it's only an
>>>>> internal simple-method.
>>>>>
>>>>> Please revert in order to clear the integration tests issues.
>>>>>
>>>>> TIA
>>>>>
>>>>> Jacques
>>>>>
>>>>> Le 05/05/2020 à 11:08, Jacques Le Roux a écrit :
>>>>>> Hi,
>>>>>>
>>>>>> I fixed 2 cases with (but not related to) OFBIZ-11620
>>>>>>
>>>>>> Remains the 3 custrequesttests and testCreateTimeEntry failures in
>>>>> both framework only and framework+plugins integration tests.
>>>>>> Not sure when they appeared as things got blurred.
>>>>>>
>>>>>> Jacques
>>>>>>
>>>>>> Le 04/05/2020 à 19:28, Jacques Le Roux a écrit :
>>>>>>> Hi,
>>>>>>>
>>>>>>> Missed that, I'm on it
>>>>>>>
>>>>>>> Jacques
>>>>>>>
>>>>>>> Le 29/04/2020 à 10:39, buildbot@apache.org a écrit :
>>>>>>>> The Buildbot has detected a new failure on builder
>>>>> ofbizTrunkFramework while building ofbiz-framework. Full details are
>>>>> available at:
>>>>>>>> https://ci.apache.org/builders/ofbizTrunkFramework/builds/1402
>>>>>>>>
>>>>>>>> Buildbot URL: https://ci.apache.org/
>>>>>>>>
>>>>>>>> Buildslave for this Build: asf947_ubuntu
>>>>>>>>
>>>>>>>> Build Reason: The AnyBranchScheduler scheduler named
>>>>> 'onTrunkFrameworkCommit' triggered this build
>>>>>>>> Build Source Stamp: [branch trunk]
>>>>> 649614507bab6ff955e243a5858c1353150dfd42
>>>>>>>> Blamelist: Jacques Le Roux <ja...@les7arts.com>
>>>>>>>>
>>>>>>>> BUILD FAILED: failed shell_2
>>>>>>>>
>>>>>>>> Sincerely,
>>>>>>>>    -The Buildbot
>>>>>>>>
>>>>>>>>
>>>>>>>>

Re: buildbot failure in on ofbizTrunkFramework

Posted by Jacques Le Roux <ja...@les7arts.com>.
Thanks Suraj!

Jacques

Le 06/05/2020 à 08:54, Suraj Khurana a écrit :
> Hello team,
>
> It is fixed under rev 0393ebe994def0e3958c0d78f6e590e68ccdef88, main cause
> was test data so added QuoteTestData.xml with proper cust request status
> fixes most of it.
>
> One interesting thing observed during this was if you override fromDate in
> entity-auto, default now timestamp doesn't set from entity-auto engine.
> I will take a deeper look into it to confirm, for now I have set
> default-value and it is working as expected.
>
> Thanks for reporting.
>
> --
> Best Regards,
> Suraj Khurana
> Senior Technical Consultant
>
>
> On Wed, May 6, 2020 at 11:50 AM Suraj Khurana <su...@hotwax.co>
> wrote:
>
>> Hello Jacques,
>>
>> As per my findings, IMO it was due to custRequestId="9000" test data with
>> status 'CRQ_SUBMITTED'.
>> Changing it to CRQ_ACCEPTED fixed all CustRequest related test cases at my
>> local machine.
>>
>> I am looking out for more details and will take care of it at the earliest.
>>
>> Thanks !!
>> --
>> Best Regards,
>> Suraj Khurana
>> SENIOR TECHNICAL CONSULTANT
>> mobile: +91 9669750002
>> email: suraj.khurana@hotwax.co
>> *www.hotwax.co <http://www.hotwax.co/>*
>>
>>
>> On Wed, May 6, 2020 at 10:14 AM Suraj Khurana <su...@hotwax.co>
>> wrote:
>>
>>> Hello Jacques,
>>>
>>> This service was committed at rev #
>>> edca9f22b03ecb5f7096652cf020ca3b52043962 and it is available in the latest
>>> trunk as well.
>>> Could you please confirm it once again?
>>>
>>> --
>>> Best Regards,
>>> Suraj Khurana
>>> SENIOR TECHNICAL CONSULTANT
>>> mobile: +91 9669750002
>>> email: suraj.khurana@hotwax.co
>>> *www.hotwax.co <http://www.hotwax.co/>*
>>>
>>>
>>> On Tue, May 5, 2020 at 9:07 PM Jacques Le Roux <
>>> jacques.le.roux@les7arts.com> wrote:
>>>
>>>> Hi Suraj,
>>>>
>>>> This is due to OFBIZ-11621, OFBIZ-11627, OFBIZ-11637 and OFBIZ-11624
>>>> which are all  conversion of CRUD simple services to entity-auto
>>>>
>>>> Notably checkStatusCustRequest service does not exist, it's only an
>>>> internal simple-method.
>>>>
>>>> Please revert in order to clear the integration tests issues.
>>>>
>>>> TIA
>>>>
>>>> Jacques
>>>>
>>>> Le 05/05/2020 à 11:08, Jacques Le Roux a écrit :
>>>>> Hi,
>>>>>
>>>>> I fixed 2 cases with (but not related to) OFBIZ-11620
>>>>>
>>>>> Remains the 3 custrequesttests and testCreateTimeEntry failures in
>>>> both framework only and framework+plugins integration tests.
>>>>> Not sure when they appeared as things got blurred.
>>>>>
>>>>> Jacques
>>>>>
>>>>> Le 04/05/2020 à 19:28, Jacques Le Roux a écrit :
>>>>>> Hi,
>>>>>>
>>>>>> Missed that, I'm on it
>>>>>>
>>>>>> Jacques
>>>>>>
>>>>>> Le 29/04/2020 à 10:39, buildbot@apache.org a écrit :
>>>>>>> The Buildbot has detected a new failure on builder
>>>> ofbizTrunkFramework while building ofbiz-framework. Full details are
>>>> available at:
>>>>>>> https://ci.apache.org/builders/ofbizTrunkFramework/builds/1402
>>>>>>>
>>>>>>> Buildbot URL: https://ci.apache.org/
>>>>>>>
>>>>>>> Buildslave for this Build: asf947_ubuntu
>>>>>>>
>>>>>>> Build Reason: The AnyBranchScheduler scheduler named
>>>> 'onTrunkFrameworkCommit' triggered this build
>>>>>>> Build Source Stamp: [branch trunk]
>>>> 649614507bab6ff955e243a5858c1353150dfd42
>>>>>>> Blamelist: Jacques Le Roux <ja...@les7arts.com>
>>>>>>>
>>>>>>> BUILD FAILED: failed shell_2
>>>>>>>
>>>>>>> Sincerely,
>>>>>>>    -The Buildbot
>>>>>>>
>>>>>>>
>>>>>>>

Re: buildbot failure in on ofbizTrunkFramework

Posted by Suraj Khurana <su...@hotwax.co>.
Hello team,

It is fixed under rev 0393ebe994def0e3958c0d78f6e590e68ccdef88, main cause
was test data so added QuoteTestData.xml with proper cust request status
fixes most of it.

One interesting thing observed during this was if you override fromDate in
entity-auto, default now timestamp doesn't set from entity-auto engine.
I will take a deeper look into it to confirm, for now I have set
default-value and it is working as expected.

Thanks for reporting.

--
Best Regards,
Suraj Khurana
Senior Technical Consultant


On Wed, May 6, 2020 at 11:50 AM Suraj Khurana <su...@hotwax.co>
wrote:

> Hello Jacques,
>
> As per my findings, IMO it was due to custRequestId="9000" test data with
> status 'CRQ_SUBMITTED'.
> Changing it to CRQ_ACCEPTED fixed all CustRequest related test cases at my
> local machine.
>
> I am looking out for more details and will take care of it at the earliest.
>
> Thanks !!
> --
> Best Regards,
> Suraj Khurana
> SENIOR TECHNICAL CONSULTANT
> mobile: +91 9669750002
> email: suraj.khurana@hotwax.co
> *www.hotwax.co <http://www.hotwax.co/>*
>
>
> On Wed, May 6, 2020 at 10:14 AM Suraj Khurana <su...@hotwax.co>
> wrote:
>
>> Hello Jacques,
>>
>> This service was committed at rev #
>> edca9f22b03ecb5f7096652cf020ca3b52043962 and it is available in the latest
>> trunk as well.
>> Could you please confirm it once again?
>>
>> --
>> Best Regards,
>> Suraj Khurana
>> SENIOR TECHNICAL CONSULTANT
>> mobile: +91 9669750002
>> email: suraj.khurana@hotwax.co
>> *www.hotwax.co <http://www.hotwax.co/>*
>>
>>
>> On Tue, May 5, 2020 at 9:07 PM Jacques Le Roux <
>> jacques.le.roux@les7arts.com> wrote:
>>
>>> Hi Suraj,
>>>
>>> This is due to OFBIZ-11621, OFBIZ-11627, OFBIZ-11637 and OFBIZ-11624
>>> which are all  conversion of CRUD simple services to entity-auto
>>>
>>> Notably checkStatusCustRequest service does not exist, it's only an
>>> internal simple-method.
>>>
>>> Please revert in order to clear the integration tests issues.
>>>
>>> TIA
>>>
>>> Jacques
>>>
>>> Le 05/05/2020 à 11:08, Jacques Le Roux a écrit :
>>> > Hi,
>>> >
>>> > I fixed 2 cases with (but not related to) OFBIZ-11620
>>> >
>>> > Remains the 3 custrequesttests and testCreateTimeEntry failures in
>>> both framework only and framework+plugins integration tests.
>>> >
>>> > Not sure when they appeared as things got blurred.
>>> >
>>> > Jacques
>>> >
>>> > Le 04/05/2020 à 19:28, Jacques Le Roux a écrit :
>>> >> Hi,
>>> >>
>>> >> Missed that, I'm on it
>>> >>
>>> >> Jacques
>>> >>
>>> >> Le 29/04/2020 à 10:39, buildbot@apache.org a écrit :
>>> >>> The Buildbot has detected a new failure on builder
>>> ofbizTrunkFramework while building ofbiz-framework. Full details are
>>> available at:
>>> >>> https://ci.apache.org/builders/ofbizTrunkFramework/builds/1402
>>> >>>
>>> >>> Buildbot URL: https://ci.apache.org/
>>> >>>
>>> >>> Buildslave for this Build: asf947_ubuntu
>>> >>>
>>> >>> Build Reason: The AnyBranchScheduler scheduler named
>>> 'onTrunkFrameworkCommit' triggered this build
>>> >>> Build Source Stamp: [branch trunk]
>>> 649614507bab6ff955e243a5858c1353150dfd42
>>> >>> Blamelist: Jacques Le Roux <ja...@les7arts.com>
>>> >>>
>>> >>> BUILD FAILED: failed shell_2
>>> >>>
>>> >>> Sincerely,
>>> >>>   -The Buildbot
>>> >>>
>>> >>>
>>> >>>
>>>
>>

Re: buildbot failure in on ofbizTrunkFramework

Posted by Suraj Khurana <su...@hotwax.co>.
Hello Jacques,

As per my findings, IMO it was due to custRequestId="9000" test data with
status 'CRQ_SUBMITTED'.
Changing it to CRQ_ACCEPTED fixed all CustRequest related test cases at my
local machine.

I am looking out for more details and will take care of it at the earliest.

Thanks !!
--
Best Regards,
Suraj Khurana
SENIOR TECHNICAL CONSULTANT
mobile: +91 9669750002
email: suraj.khurana@hotwax.co
*www.hotwax.co <http://www.hotwax.co/>*


On Wed, May 6, 2020 at 10:14 AM Suraj Khurana <su...@hotwax.co>
wrote:

> Hello Jacques,
>
> This service was committed at rev #
> edca9f22b03ecb5f7096652cf020ca3b52043962 and it is available in the latest
> trunk as well.
> Could you please confirm it once again?
>
> --
> Best Regards,
> Suraj Khurana
> SENIOR TECHNICAL CONSULTANT
> mobile: +91 9669750002
> email: suraj.khurana@hotwax.co
> *www.hotwax.co <http://www.hotwax.co/>*
>
>
> On Tue, May 5, 2020 at 9:07 PM Jacques Le Roux <
> jacques.le.roux@les7arts.com> wrote:
>
>> Hi Suraj,
>>
>> This is due to OFBIZ-11621, OFBIZ-11627, OFBIZ-11637 and OFBIZ-11624
>> which are all  conversion of CRUD simple services to entity-auto
>>
>> Notably checkStatusCustRequest service does not exist, it's only an
>> internal simple-method.
>>
>> Please revert in order to clear the integration tests issues.
>>
>> TIA
>>
>> Jacques
>>
>> Le 05/05/2020 à 11:08, Jacques Le Roux a écrit :
>> > Hi,
>> >
>> > I fixed 2 cases with (but not related to) OFBIZ-11620
>> >
>> > Remains the 3 custrequesttests and testCreateTimeEntry failures in both
>> framework only and framework+plugins integration tests.
>> >
>> > Not sure when they appeared as things got blurred.
>> >
>> > Jacques
>> >
>> > Le 04/05/2020 à 19:28, Jacques Le Roux a écrit :
>> >> Hi,
>> >>
>> >> Missed that, I'm on it
>> >>
>> >> Jacques
>> >>
>> >> Le 29/04/2020 à 10:39, buildbot@apache.org a écrit :
>> >>> The Buildbot has detected a new failure on builder
>> ofbizTrunkFramework while building ofbiz-framework. Full details are
>> available at:
>> >>> https://ci.apache.org/builders/ofbizTrunkFramework/builds/1402
>> >>>
>> >>> Buildbot URL: https://ci.apache.org/
>> >>>
>> >>> Buildslave for this Build: asf947_ubuntu
>> >>>
>> >>> Build Reason: The AnyBranchScheduler scheduler named
>> 'onTrunkFrameworkCommit' triggered this build
>> >>> Build Source Stamp: [branch trunk]
>> 649614507bab6ff955e243a5858c1353150dfd42
>> >>> Blamelist: Jacques Le Roux <ja...@les7arts.com>
>> >>>
>> >>> BUILD FAILED: failed shell_2
>> >>>
>> >>> Sincerely,
>> >>>   -The Buildbot
>> >>>
>> >>>
>> >>>
>>
>

Re: buildbot failure in on ofbizTrunkFramework

Posted by Pawan Verma <pa...@apache.org>.
Hi Suraj,

Jacques is right, checkStatusCustRequest is a simple method only
under CustRequestServices.xml.

At edca9f22b03ecb5f7096652cf020ca3b52043962 you have written service
definition for this simple method. This simple method is not designed to
work as a service, which is causing failure of integration tests.

HTH!
-- 
Thanks & Regards
Pawan Verma
ofbiz.apache.org


On Wed, May 6, 2020 at 10:15 AM Suraj Khurana <su...@hotwax.co>
wrote:

> Hello Jacques,
>
> This service was committed at rev #
> edca9f22b03ecb5f7096652cf020ca3b52043962 and it is available in the latest
> trunk as well.
> Could you please confirm it once again?
>
> --
> Best Regards,
> Suraj Khurana
> SENIOR TECHNICAL CONSULTANT
> mobile: +91 9669750002
> email: suraj.khurana@hotwax.co
> *www.hotwax.co <http://www.hotwax.co/>*
>
>
> On Tue, May 5, 2020 at 9:07 PM Jacques Le Roux <
> jacques.le.roux@les7arts.com>
> wrote:
>
> > Hi Suraj,
> >
> > This is due to OFBIZ-11621, OFBIZ-11627, OFBIZ-11637 and OFBIZ-11624
> which
> > are all  conversion of CRUD simple services to entity-auto
> >
> > Notably checkStatusCustRequest service does not exist, it's only an
> > internal simple-method.
> >
> > Please revert in order to clear the integration tests issues.
> >
> > TIA
> >
> > Jacques
> >
> > Le 05/05/2020 à 11:08, Jacques Le Roux a écrit :
> > > Hi,
> > >
> > > I fixed 2 cases with (but not related to) OFBIZ-11620
> > >
> > > Remains the 3 custrequesttests and testCreateTimeEntry failures in both
> > framework only and framework+plugins integration tests.
> > >
> > > Not sure when they appeared as things got blurred.
> > >
> > > Jacques
> > >
> > > Le 04/05/2020 à 19:28, Jacques Le Roux a écrit :
> > >> Hi,
> > >>
> > >> Missed that, I'm on it
> > >>
> > >> Jacques
> > >>
> > >> Le 29/04/2020 à 10:39, buildbot@apache.org a écrit :
> > >>> The Buildbot has detected a new failure on builder
> ofbizTrunkFramework
> > while building ofbiz-framework. Full details are available at:
> > >>> https://ci.apache.org/builders/ofbizTrunkFramework/builds/1402
> > >>>
> > >>> Buildbot URL: https://ci.apache.org/
> > >>>
> > >>> Buildslave for this Build: asf947_ubuntu
> > >>>
> > >>> Build Reason: The AnyBranchScheduler scheduler named
> > 'onTrunkFrameworkCommit' triggered this build
> > >>> Build Source Stamp: [branch trunk]
> > 649614507bab6ff955e243a5858c1353150dfd42
> > >>> Blamelist: Jacques Le Roux <ja...@les7arts.com>
> > >>>
> > >>> BUILD FAILED: failed shell_2
> > >>>
> > >>> Sincerely,
> > >>>   -The Buildbot
> > >>>
> > >>>
> > >>>
> >
>

Re: buildbot failure in on ofbizTrunkFramework

Posted by Suraj Khurana <su...@hotwax.co>.
Hello Jacques,

This service was committed at rev #
edca9f22b03ecb5f7096652cf020ca3b52043962 and it is available in the latest
trunk as well.
Could you please confirm it once again?

--
Best Regards,
Suraj Khurana
SENIOR TECHNICAL CONSULTANT
mobile: +91 9669750002
email: suraj.khurana@hotwax.co
*www.hotwax.co <http://www.hotwax.co/>*


On Tue, May 5, 2020 at 9:07 PM Jacques Le Roux <ja...@les7arts.com>
wrote:

> Hi Suraj,
>
> This is due to OFBIZ-11621, OFBIZ-11627, OFBIZ-11637 and OFBIZ-11624 which
> are all  conversion of CRUD simple services to entity-auto
>
> Notably checkStatusCustRequest service does not exist, it's only an
> internal simple-method.
>
> Please revert in order to clear the integration tests issues.
>
> TIA
>
> Jacques
>
> Le 05/05/2020 à 11:08, Jacques Le Roux a écrit :
> > Hi,
> >
> > I fixed 2 cases with (but not related to) OFBIZ-11620
> >
> > Remains the 3 custrequesttests and testCreateTimeEntry failures in both
> framework only and framework+plugins integration tests.
> >
> > Not sure when they appeared as things got blurred.
> >
> > Jacques
> >
> > Le 04/05/2020 à 19:28, Jacques Le Roux a écrit :
> >> Hi,
> >>
> >> Missed that, I'm on it
> >>
> >> Jacques
> >>
> >> Le 29/04/2020 à 10:39, buildbot@apache.org a écrit :
> >>> The Buildbot has detected a new failure on builder ofbizTrunkFramework
> while building ofbiz-framework. Full details are available at:
> >>> https://ci.apache.org/builders/ofbizTrunkFramework/builds/1402
> >>>
> >>> Buildbot URL: https://ci.apache.org/
> >>>
> >>> Buildslave for this Build: asf947_ubuntu
> >>>
> >>> Build Reason: The AnyBranchScheduler scheduler named
> 'onTrunkFrameworkCommit' triggered this build
> >>> Build Source Stamp: [branch trunk]
> 649614507bab6ff955e243a5858c1353150dfd42
> >>> Blamelist: Jacques Le Roux <ja...@les7arts.com>
> >>>
> >>> BUILD FAILED: failed shell_2
> >>>
> >>> Sincerely,
> >>>   -The Buildbot
> >>>
> >>>
> >>>
>

Re: buildbot failure in on ofbizTrunkFramework

Posted by Jacques Le Roux <ja...@les7arts.com>.
Hi Suraj,

This is due to OFBIZ-11621, OFBIZ-11627, OFBIZ-11637 and OFBIZ-11624 which are all  conversion of CRUD simple services to entity-auto

Notably checkStatusCustRequest service does not exist, it's only an internal simple-method.

Please revert in order to clear the integration tests issues.

TIA

Jacques

Le 05/05/2020 à 11:08, Jacques Le Roux a écrit :
> Hi,
>
> I fixed 2 cases with (but not related to) OFBIZ-11620
>
> Remains the 3 custrequesttests and testCreateTimeEntry failures in both framework only and framework+plugins integration tests.
>
> Not sure when they appeared as things got blurred.
>
> Jacques
>
> Le 04/05/2020 à 19:28, Jacques Le Roux a écrit :
>> Hi,
>>
>> Missed that, I'm on it
>>
>> Jacques
>>
>> Le 29/04/2020 à 10:39, buildbot@apache.org a écrit :
>>> The Buildbot has detected a new failure on builder ofbizTrunkFramework while building ofbiz-framework. Full details are available at:
>>> https://ci.apache.org/builders/ofbizTrunkFramework/builds/1402
>>>
>>> Buildbot URL: https://ci.apache.org/
>>>
>>> Buildslave for this Build: asf947_ubuntu
>>>
>>> Build Reason: The AnyBranchScheduler scheduler named 'onTrunkFrameworkCommit' triggered this build
>>> Build Source Stamp: [branch trunk] 649614507bab6ff955e243a5858c1353150dfd42
>>> Blamelist: Jacques Le Roux <ja...@les7arts.com>
>>>
>>> BUILD FAILED: failed shell_2
>>>
>>> Sincerely,
>>>   -The Buildbot
>>>
>>>
>>>

Re: buildbot failure in on ofbizTrunkFramework

Posted by Jacques Le Roux <ja...@les7arts.com>.
Hi,

I fixed 2 cases with (but not related to) OFBIZ-11620

Remains the 3 custrequesttests and testCreateTimeEntry failures in both framework only and framework+plugins integration tests.

Not sure when they appeared as things got blurred.

Jacques

Le 04/05/2020 à 19:28, Jacques Le Roux a écrit :
> Hi,
>
> Missed that, I'm on it
>
> Jacques
>
> Le 29/04/2020 à 10:39, buildbot@apache.org a écrit :
>> The Buildbot has detected a new failure on builder ofbizTrunkFramework while building ofbiz-framework. Full details are available at:
>> https://ci.apache.org/builders/ofbizTrunkFramework/builds/1402
>>
>> Buildbot URL: https://ci.apache.org/
>>
>> Buildslave for this Build: asf947_ubuntu
>>
>> Build Reason: The AnyBranchScheduler scheduler named 'onTrunkFrameworkCommit' triggered this build
>> Build Source Stamp: [branch trunk] 649614507bab6ff955e243a5858c1353150dfd42
>> Blamelist: Jacques Le Roux <ja...@les7arts.com>
>>
>> BUILD FAILED: failed shell_2
>>
>> Sincerely,
>>   -The Buildbot
>>
>>
>>