[MTCGA]: new failures in builds [1662343] needs to be handled

classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

[MTCGA]: new failures in builds [1662343] needs to be handled

MTCGA.Bot
Hi Ignite Developer,

I am MTCGA.Bot, and I've detected some issue on TeamCity to be addressed. I hope you can help.

 *    New test failure in master ComputeParityTest.TestCompute https://ci.ignite.apache.org/project.html?projectId=IgniteTests24Java8&testNameId=8894704366690255803&branch=%3Cdefault%3E&tab=testDetails
 Changes may led to failure were done by
         - eshangareev http://ci.ignite.apache.org/viewModification.html?modId=828247&personal=false
         - lipkovich.mikhail http://ci.ignite.apache.org/viewModification.html?modId=828246&personal=false

        - If your changes can led to this failure(s), please create issue with label MakeTeamCityGreenAgain and assign it to you.
        -- If you have fix, please set ticket to PA state and write to dev list fix is ready
        -- For case fix will require some time please mute test and set label Muted_Test to issue
        - If you know which change caused failure please contact change author directly
        - If you don't know which change caused failure please send message to dev list to find out
Should you have any questions please contact [hidden email] or write to dev.list
Best Regards,
MTCGA.Bot
Notification generated at Wed Aug 15 20:19:28 MSK 2018
Reply | Threaded
Open this post in threaded view
|

Re: [MTCGA]: new failures in builds [1662343] needs to be handled

Dmitriy Pavlov
Hi Igniters,

Failure related to recently merged change,
https://issues.apache.org/jira/browse/IGNITE-6284

I know how to disable this test failure, but probably we need method
'compute.withNoResultCache()' in .NET.

What do you think? Who can help with adding such method to .NET API?

Sincerely,
Dmitriy Pavlov

ср, 15 авг. 2018 г. в 20:19, <[hidden email]>:

> Hi Ignite Developer,
>
> I am MTCGA.Bot, and I've detected some issue on TeamCity to be addressed.
> I hope you can help.
>
>  *    New test failure in master ComputeParityTest.TestCompute
> https://ci.ignite.apache.org/project.html?projectId=IgniteTests24Java8&testNameId=8894704366690255803&branch=%3Cdefault%3E&tab=testDetails
>  Changes may led to failure were done by
>          - eshangareev
> http://ci.ignite.apache.org/viewModification.html?modId=828247&personal=false
>          - lipkovich.mikhail
> http://ci.ignite.apache.org/viewModification.html?modId=828246&personal=false
>
>         - If your changes can led to this failure(s), please create issue
> with label MakeTeamCityGreenAgain and assign it to you.
>         -- If you have fix, please set ticket to PA state and write to dev
> list fix is ready
>         -- For case fix will require some time please mute test and set
> label Muted_Test to issue
>         - If you know which change caused failure please contact change
> author directly
>         - If you don't know which change caused failure please send
> message to dev list to find out
> Should you have any questions please contact [hidden email] or write
> to dev.list
> Best Regards,
> MTCGA.Bot
> Notification generated at Wed Aug 15 20:19:28 MSK 2018
>
Reply | Threaded
Open this post in threaded view
|

Re: [MTCGA]: new failures in builds [1662343] needs to be handled

daradurvs
Hi, Alex, please have a look, it may be interesting for you.

AFAIK, extending of interface *ICompute* with a new method
*WithNoResultCache* should be enough to fix the *ApiParity* test. It
may require changes in XSD scheme.

But it would be great if you'll find time to fully implement a new method.

On Wed, Aug 15, 2018 at 8:22 PM Dmitriy Pavlov <[hidden email]> wrote:

>
> Hi Igniters,
>
> Failure related to recently merged change,
> https://issues.apache.org/jira/browse/IGNITE-6284
>
> I know how to disable this test failure, but probably we need method
> 'compute.withNoResultCache()' in .NET.
>
> What do you think? Who can help with adding such method to .NET API?
>
> Sincerely,
> Dmitriy Pavlov
>
> ср, 15 авг. 2018 г. в 20:19, <[hidden email]>:
>
> > Hi Ignite Developer,
> >
> > I am MTCGA.Bot, and I've detected some issue on TeamCity to be addressed.
> > I hope you can help.
> >
> >  *    New test failure in master ComputeParityTest.TestCompute
> > https://ci.ignite.apache.org/project.html?projectId=IgniteTests24Java8&testNameId=8894704366690255803&branch=%3Cdefault%3E&tab=testDetails
> >  Changes may led to failure were done by
> >          - eshangareev
> > http://ci.ignite.apache.org/viewModification.html?modId=828247&personal=false
> >          - lipkovich.mikhail
> > http://ci.ignite.apache.org/viewModification.html?modId=828246&personal=false
> >
> >         - If your changes can led to this failure(s), please create issue
> > with label MakeTeamCityGreenAgain and assign it to you.
> >         -- If you have fix, please set ticket to PA state and write to dev
> > list fix is ready
> >         -- For case fix will require some time please mute test and set
> > label Muted_Test to issue
> >         - If you know which change caused failure please contact change
> > author directly
> >         - If you don't know which change caused failure please send
> > message to dev list to find out
> > Should you have any questions please contact [hidden email] or write
> > to dev.list
> > Best Regards,
> > MTCGA.Bot
> > Notification generated at Wed Aug 15 20:19:28 MSK 2018
> >



--
Best Regards, Vyacheslav D.
Reply | Threaded
Open this post in threaded view
|

Re: [MTCGA]: new failures in builds [1662343] needs to be handled

Dmitriy Pavlov
Hi,

I've failed https://issues.apache.org/jira/browse/IGNITE-9301 and I'm
trying to disable test failure.

Help with .Net is really appreciated. I think it should not be a difficult
issue.

Sincerely,
Dmitriy Pavlov

чт, 16 авг. 2018 г. в 2:17, Vyacheslav Daradur <[hidden email]>:

> Hi, Alex, please have a look, it may be interesting for you.
>
> AFAIK, extending of interface *ICompute* with a new method
> *WithNoResultCache* should be enough to fix the *ApiParity* test. It
> may require changes in XSD scheme.
>
> But it would be great if you'll find time to fully implement a new method.
>
> On Wed, Aug 15, 2018 at 8:22 PM Dmitriy Pavlov <[hidden email]>
> wrote:
> >
> > Hi Igniters,
> >
> > Failure related to recently merged change,
> > https://issues.apache.org/jira/browse/IGNITE-6284
> >
> > I know how to disable this test failure, but probably we need method
> > 'compute.withNoResultCache()' in .NET.
> >
> > What do you think? Who can help with adding such method to .NET API?
> >
> > Sincerely,
> > Dmitriy Pavlov
> >
> > ср, 15 авг. 2018 г. в 20:19, <[hidden email]>:
> >
> > > Hi Ignite Developer,
> > >
> > > I am MTCGA.Bot, and I've detected some issue on TeamCity to be
> addressed.
> > > I hope you can help.
> > >
> > >  *    New test failure in master ComputeParityTest.TestCompute
> > >
> https://ci.ignite.apache.org/project.html?projectId=IgniteTests24Java8&testNameId=8894704366690255803&branch=%3Cdefault%3E&tab=testDetails
> > >  Changes may led to failure were done by
> > >          - eshangareev
> > >
> http://ci.ignite.apache.org/viewModification.html?modId=828247&personal=false
> > >          - lipkovich.mikhail
> > >
> http://ci.ignite.apache.org/viewModification.html?modId=828246&personal=false
> > >
> > >         - If your changes can led to this failure(s), please create
> issue
> > > with label MakeTeamCityGreenAgain and assign it to you.
> > >         -- If you have fix, please set ticket to PA state and write to
> dev
> > > list fix is ready
> > >         -- For case fix will require some time please mute test and set
> > > label Muted_Test to issue
> > >         - If you know which change caused failure please contact change
> > > author directly
> > >         - If you don't know which change caused failure please send
> > > message to dev list to find out
> > > Should you have any questions please contact [hidden email] or
> write
> > > to dev.list
> > > Best Regards,
> > > MTCGA.Bot
> > > Notification generated at Wed Aug 15 20:19:28 MSK 2018
> > >
>
>
>
> --
> Best Regards, Vyacheslav D.
>
Reply | Threaded
Open this post in threaded view
|

Re: [MTCGA]: new failures in builds [1662343] needs to be handled

alexzaitzev
Hi,
 
I've looked at the issue and propose a patch. Review it, please.
 
Vyacheslav, could you, please, assist with getting TC results, to be sure that tests passed well.
 
Best regards,
Aleksei Zaitsev

16.08.2018, 18:52, "Dmitriy Pavlov" <[hidden email]>:

> Hi,
>
> I've failed https://issues.apache.org/jira/browse/IGNITE-9301 and I'm
> trying to disable test failure.
>
> Help with .Net is really appreciated. I think it should not be a difficult
> issue.
>
> Sincerely,
> Dmitriy Pavlov
>
> чт, 16 авг. 2018 г. в 2:17, Vyacheslav Daradur <[hidden email]>:
>
>>  Hi, Alex, please have a look, it may be interesting for you.
>>
>>  AFAIK, extending of interface *ICompute* with a new method
>>  *WithNoResultCache* should be enough to fix the *ApiParity* test. It
>>  may require changes in XSD scheme.
>>
>>  But it would be great if you'll find time to fully implement a new method.
>>
>>  On Wed, Aug 15, 2018 at 8:22 PM Dmitriy Pavlov <[hidden email]>
>>  wrote:
>>  >
>>  > Hi Igniters,
>>  >
>>  > Failure related to recently merged change,
>>  > https://issues.apache.org/jira/browse/IGNITE-6284
>>  >
>>  > I know how to disable this test failure, but probably we need method
>>  > 'compute.withNoResultCache()' in .NET.
>>  >
>>  > What do you think? Who can help with adding such method to .NET API?
>>  >
>>  > Sincerely,
>>  > Dmitriy Pavlov
>>  >
>>  > ср, 15 авг. 2018 г. в 20:19, <[hidden email]>:
>>  >
>>  > > Hi Ignite Developer,
>>  > >
>>  > > I am MTCGA.Bot, and I've detected some issue on TeamCity to be
>>  addressed.
>>  > > I hope you can help.
>>  > >
>>  > > * New test failure in master ComputeParityTest.TestCompute
>>  > >
>>  https://ci.ignite.apache.org/project.html?projectId=IgniteTests24Java8&testNameId=8894704366690255803&branch=%3Cdefault%3E&tab=testDetails
>>  > > Changes may led to failure were done by
>>  > > - eshangareev
>>  > >
>>  http://ci.ignite.apache.org/viewModification.html?modId=828247&personal=false
>>  > > - lipkovich.mikhail
>>  > >
>>  http://ci.ignite.apache.org/viewModification.html?modId=828246&personal=false
>>  > >
>>  > > - If your changes can led to this failure(s), please create
>>  issue
>>  > > with label MakeTeamCityGreenAgain and assign it to you.
>>  > > -- If you have fix, please set ticket to PA state and write to
>>  dev
>>  > > list fix is ready
>>  > > -- For case fix will require some time please mute test and set
>>  > > label Muted_Test to issue
>>  > > - If you know which change caused failure please contact change
>>  > > author directly
>>  > > - If you don't know which change caused failure please send
>>  > > message to dev list to find out
>>  > > Should you have any questions please contact [hidden email] or
>>  write
>>  > > to dev.list
>>  > > Best Regards,
>>  > > MTCGA.Bot
>>  > > Notification generated at Wed Aug 15 20:19:28 MSK 2018
>>  > >
>>
>>  --
>>  Best Regards, Vyacheslav D.
Reply | Threaded
Open this post in threaded view
|

Re: [MTCGA]: new failures in builds [1662343] needs to be handled

daradurvs
Hi, Alex!

Thank you for stepping in.

Sure, I'll assist you with TC. I started tests and I'm waiting for
tests results.

On Sun, Aug 19, 2018 at 3:12 AM Aleksei Zaitsev <[hidden email]> wrote:

>
> Hi,
>
> I've looked at the issue and propose a patch. Review it, please.
>
> Vyacheslav, could you, please, assist with getting TC results, to be sure that tests passed well.
>
> Best regards,
> Aleksei Zaitsev
>
> 16.08.2018, 18:52, "Dmitriy Pavlov" <[hidden email]>:
> > Hi,
> >
> > I've failed https://issues.apache.org/jira/browse/IGNITE-9301 and I'm
> > trying to disable test failure.
> >
> > Help with .Net is really appreciated. I think it should not be a difficult
> > issue.
> >
> > Sincerely,
> > Dmitriy Pavlov
> >
> > чт, 16 авг. 2018 г. в 2:17, Vyacheslav Daradur <[hidden email]>:
> >
> >>  Hi, Alex, please have a look, it may be interesting for you.
> >>
> >>  AFAIK, extending of interface *ICompute* with a new method
> >>  *WithNoResultCache* should be enough to fix the *ApiParity* test. It
> >>  may require changes in XSD scheme.
> >>
> >>  But it would be great if you'll find time to fully implement a new method.
> >>
> >>  On Wed, Aug 15, 2018 at 8:22 PM Dmitriy Pavlov <[hidden email]>
> >>  wrote:
> >>  >
> >>  > Hi Igniters,
> >>  >
> >>  > Failure related to recently merged change,
> >>  > https://issues.apache.org/jira/browse/IGNITE-6284
> >>  >
> >>  > I know how to disable this test failure, but probably we need method
> >>  > 'compute.withNoResultCache()' in .NET.
> >>  >
> >>  > What do you think? Who can help with adding such method to .NET API?
> >>  >
> >>  > Sincerely,
> >>  > Dmitriy Pavlov
> >>  >
> >>  > ср, 15 авг. 2018 г. в 20:19, <[hidden email]>:
> >>  >
> >>  > > Hi Ignite Developer,
> >>  > >
> >>  > > I am MTCGA.Bot, and I've detected some issue on TeamCity to be
> >>  addressed.
> >>  > > I hope you can help.
> >>  > >
> >>  > > * New test failure in master ComputeParityTest.TestCompute
> >>  > >
> >>  https://ci.ignite.apache.org/project.html?projectId=IgniteTests24Java8&testNameId=8894704366690255803&branch=%3Cdefault%3E&tab=testDetails
> >>  > > Changes may led to failure were done by
> >>  > > - eshangareev
> >>  > >
> >>  http://ci.ignite.apache.org/viewModification.html?modId=828247&personal=false
> >>  > > - lipkovich.mikhail
> >>  > >
> >>  http://ci.ignite.apache.org/viewModification.html?modId=828246&personal=false
> >>  > >
> >>  > > - If your changes can led to this failure(s), please create
> >>  issue
> >>  > > with label MakeTeamCityGreenAgain and assign it to you.
> >>  > > -- If you have fix, please set ticket to PA state and write to
> >>  dev
> >>  > > list fix is ready
> >>  > > -- For case fix will require some time please mute test and set
> >>  > > label Muted_Test to issue
> >>  > > - If you know which change caused failure please contact change
> >>  > > author directly
> >>  > > - If you don't know which change caused failure please send
> >>  > > message to dev list to find out
> >>  > > Should you have any questions please contact [hidden email] or
> >>  write
> >>  > > to dev.list
> >>  > > Best Regards,
> >>  > > MTCGA.Bot
> >>  > > Notification generated at Wed Aug 15 20:19:28 MSK 2018
> >>  > >
> >>
> >>  --
> >>  Best Regards, Vyacheslav D.



--
Best Regards, Vyacheslav D.