Administrator
|
Hi,
Missed that, I'm on it Jacques Le 29/04/2020 à 10:39, [hidden email] 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 <[hidden email]> > > BUILD FAILED: failed shell_2 > > Sincerely, > -The Buildbot > > > |
Administrator
|
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, [hidden email] 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 <[hidden email]> >> >> BUILD FAILED: failed shell_2 >> >> Sincerely, >> -The Buildbot >> >> >> |
Administrator
|
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, [hidden email] 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 <[hidden email]> >>> >>> BUILD FAILED: failed shell_2 >>> >>> Sincerely, >>> -The Buildbot >>> >>> >>> |
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: [hidden email] *www.hotwax.co <http://www.hotwax.co/>* On Tue, May 5, 2020 at 9:07 PM Jacques Le Roux <[hidden email]> 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, [hidden email] 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 <[hidden email]> > >>> > >>> BUILD FAILED: failed shell_2 > >>> > >>> Sincerely, > >>> -The Buildbot > >>> > >>> > >>> > |
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 <[hidden email]> 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: [hidden email] > *www.hotwax.co <http://www.hotwax.co/>* > > > On Tue, May 5, 2020 at 9:07 PM Jacques Le Roux < > [hidden email]> > 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, [hidden email] 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 <[hidden email]> > > >>> > > >>> BUILD FAILED: failed shell_2 > > >>> > > >>> Sincerely, > > >>> -The Buildbot > > >>> > > >>> > > >>> > > > |
In reply to this post by Suraj Khurana-2
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: [hidden email] *www.hotwax.co <http://www.hotwax.co/>* On Wed, May 6, 2020 at 10:14 AM Suraj Khurana <[hidden email]> 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: [hidden email] > *www.hotwax.co <http://www.hotwax.co/>* > > > On Tue, May 5, 2020 at 9:07 PM Jacques Le Roux < > [hidden email]> 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, [hidden email] 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 <[hidden email]> >> >>> >> >>> BUILD FAILED: failed shell_2 >> >>> >> >>> Sincerely, >> >>> -The Buildbot >> >>> >> >>> >> >>> >> > |
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 <[hidden email]> 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: [hidden email] > *www.hotwax.co <http://www.hotwax.co/>* > > > On Wed, May 6, 2020 at 10:14 AM Suraj Khurana <[hidden email]> > 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: [hidden email] >> *www.hotwax.co <http://www.hotwax.co/>* >> >> >> On Tue, May 5, 2020 at 9:07 PM Jacques Le Roux < >> [hidden email]> 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, [hidden email] 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 <[hidden email]> >>> >>> >>> >>> BUILD FAILED: failed shell_2 >>> >>> >>> >>> Sincerely, >>> >>> -The Buildbot >>> >>> >>> >>> >>> >>> >>> >> |
Administrator
|
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 <[hidden email]> > 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: [hidden email] >> *www.hotwax.co <http://www.hotwax.co/>* >> >> >> On Wed, May 6, 2020 at 10:14 AM Suraj Khurana <[hidden email]> >> 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: [hidden email] >>> *www.hotwax.co <http://www.hotwax.co/>* >>> >>> >>> On Tue, May 5, 2020 at 9:07 PM Jacques Le Roux < >>> [hidden email]> 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, [hidden email] 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 <[hidden email]> >>>>>>> >>>>>>> BUILD FAILED: failed shell_2 >>>>>>> >>>>>>> Sincerely, >>>>>>> -The Buildbot >>>>>>> >>>>>>> >>>>>>> |
Administrator
|
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 <[hidden email]> >> 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: [hidden email] >>> *www.hotwax.co <http://www.hotwax.co/>* >>> >>> >>> On Wed, May 6, 2020 at 10:14 AM Suraj Khurana <[hidden email]> >>> 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: [hidden email] >>>> *www.hotwax.co <http://www.hotwax.co/>* >>>> >>>> >>>> On Tue, May 5, 2020 at 9:07 PM Jacques Le Roux < >>>> [hidden email]> 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, [hidden email] 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 <[hidden email]> >>>>>>>> >>>>>>>> BUILD FAILED: failed shell_2 >>>>>>>> >>>>>>>> Sincerely, >>>>>>>> -The Buildbot >>>>>>>> >>>>>>>> >>>>>>>> |
Free forum by Nabble | Edit this page |