You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@harmony.apache.org by Mark Hindess <ma...@googlemail.com> on 2006/04/14 15:27:31 UTC

another unstable test?

A windows build of r394066 had the following test failure:

junit.framework.AssertionFailedError: expected:<45260> but was:<65536>
at org.apache.harmony.tests.java.nio.channels.SocketChannelTest.testReadByteBuffer_NonBlocking_ReadWriteRealTooLargeData(SocketChannelTest.java:2579)
at java.lang.reflect.AccessibleObject.invokeV(AccessibleObject.java:205)

But the following build r394076 passed al ltests.

I'd would be good to fix these before we start sending test status
emails to the list or we'll have too many false positives.

-Mark.

--
Mark Hindess <ma...@googlemail.com>
IBM Java Technology Centre, UK.

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org


Re: another unstable test?

Posted by Mark Hindess <ma...@googlemail.com>.
Thanks Paulex.  I wasn't able to consistently reproducing the problem
so testing is a little tricky but I will take a look at the fixes when
JIRA is revived.

Regards,
 Mark.

On 4/17/06, Paulex Yang <pa...@gmail.com> wrote:
> LvJimmy,Jing wrote:
> > This is the one Stepan found somedays before? Perhaps Paulex has fixed it.
> >
> Yes, I've raised Harmony-339 to improve several unstable tests and I
> think this test has been included, but currently the patch is waiting
> for approval.
>
> Mark, you can try to apply it locally to see if it fixes the problem if
> you'd like(and I'll be appreciated for that), or just cross your hand
> and wait for someone to pick up this JIRA;).
> > 2006/4/14, Mark Hindess <ma...@googlemail.com>:
> >
> >> A windows build of r394066 had the following test failure:
> >>
> >> junit.framework.AssertionFailedError: expected:<45260> but was:<65536>
> >> at
> >> org.apache.harmony.tests.java.nio.channels.SocketChannelTest.testReadByteBuffer_NonBlocking_ReadWriteRealTooLargeData(
> >> SocketChannelTest.java:2579)
> >> at java.lang.reflect.AccessibleObject.invokeV(AccessibleObject.java:205)
> >>
> >> But the following build r394076 passed al ltests.
> >>
> >> I'd would be good to fix these before we start sending test status
> >> emails to the list or we'll have too many false positives.
> >>
> >> -Mark.
> >>
> >> --
> >> Mark Hindess <ma...@googlemail.com>
> >> IBM Java Technology Centre, UK.
> >>
> >> ---------------------------------------------------------------------
> >> Terms of use : http://incubator.apache.org/harmony/mailing.html
> >> To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> >> For additional commands, e-mail: harmony-dev-help@incubator.apache.org
> >>
> >>
> >>
> >
> >
> > --
> >
> > Best Regards!
> >
> > Jimmy, Jing Lv
> > China Software Development Lab, IBM
> >
> >
>
>
> --
> Paulex Yang
> China Software Development Lab
> IBM
>
>
>
> ---------------------------------------------------------------------
> Terms of use : http://incubator.apache.org/harmony/mailing.html
> To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> For additional commands, e-mail: harmony-dev-help@incubator.apache.org
>
>


--
Mark Hindess <ma...@googlemail.com>
IBM Java Technology Centre, UK.

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org


Re: another unstable test?

Posted by Paulex Yang <pa...@gmail.com>.
LvJimmy,Jing wrote:
> This is the one Stepan found somedays before? Perhaps Paulex has fixed it.
>   
Yes, I've raised Harmony-339 to improve several unstable tests and I 
think this test has been included, but currently the patch is waiting 
for approval.

Mark, you can try to apply it locally to see if it fixes the problem if 
you'd like(and I'll be appreciated for that), or just cross your hand 
and wait for someone to pick up this JIRA;).
> 2006/4/14, Mark Hindess <ma...@googlemail.com>:
>   
>> A windows build of r394066 had the following test failure:
>>
>> junit.framework.AssertionFailedError: expected:<45260> but was:<65536>
>> at
>> org.apache.harmony.tests.java.nio.channels.SocketChannelTest.testReadByteBuffer_NonBlocking_ReadWriteRealTooLargeData(
>> SocketChannelTest.java:2579)
>> at java.lang.reflect.AccessibleObject.invokeV(AccessibleObject.java:205)
>>
>> But the following build r394076 passed al ltests.
>>
>> I'd would be good to fix these before we start sending test status
>> emails to the list or we'll have too many false positives.
>>
>> -Mark.
>>
>> --
>> Mark Hindess <ma...@googlemail.com>
>> IBM Java Technology Centre, UK.
>>
>> ---------------------------------------------------------------------
>> Terms of use : http://incubator.apache.org/harmony/mailing.html
>> To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
>> For additional commands, e-mail: harmony-dev-help@incubator.apache.org
>>
>>
>>     
>
>
> --
>
> Best Regards!
>
> Jimmy, Jing Lv
> China Software Development Lab, IBM
>
>   


-- 
Paulex Yang
China Software Development Lab
IBM



---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org


Re: another unstable test?

Posted by LvJimmy,Jing <fi...@gmail.com>.
This is the one Stepan found somedays before? Perhaps Paulex has fixed it.

2006/4/14, Mark Hindess <ma...@googlemail.com>:
>
> A windows build of r394066 had the following test failure:
>
> junit.framework.AssertionFailedError: expected:<45260> but was:<65536>
> at
> org.apache.harmony.tests.java.nio.channels.SocketChannelTest.testReadByteBuffer_NonBlocking_ReadWriteRealTooLargeData(
> SocketChannelTest.java:2579)
> at java.lang.reflect.AccessibleObject.invokeV(AccessibleObject.java:205)
>
> But the following build r394076 passed al ltests.
>
> I'd would be good to fix these before we start sending test status
> emails to the list or we'll have too many false positives.
>
> -Mark.
>
> --
> Mark Hindess <ma...@googlemail.com>
> IBM Java Technology Centre, UK.
>
> ---------------------------------------------------------------------
> Terms of use : http://incubator.apache.org/harmony/mailing.html
> To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> For additional commands, e-mail: harmony-dev-help@incubator.apache.org
>
>


--

Best Regards!

Jimmy, Jing Lv
China Software Development Lab, IBM

Re: another unstable test?

Posted by Mark Hindess <ma...@googlemail.com>.
Perhaps that wasn't quite the right phrase to use.

What I was concerned about was the likelyhood of getting too many
emails to the list because the build state would alternate between
"pass" and "fail".  Too many emails and people just ignore them.

Regards,
 Mark.

On 4/14/06, Geir Magnusson Jr <ge...@pobox.com> wrote:
> Why would this be a false positive?
>
> Mark Hindess wrote:
> > A windows build of r394066 had the following test failure:
> >
> > junit.framework.AssertionFailedError: expected:<45260> but was:<65536>
> > at org.apache.harmony.tests.java.nio.channels.SocketChannelTest.testReadByteBuffer_NonBlocking_ReadWriteRealTooLargeData(SocketChannelTest.java:2579)
> > at java.lang.reflect.AccessibleObject.invokeV(AccessibleObject.java:205)
> >
> > But the following build r394076 passed al ltests.
> >
> > I'd would be good to fix these before we start sending test status
> > emails to the list or we'll have too many false positives.
> >
> > -Mark.
> >
> > --
> > Mark Hindess <ma...@googlemail.com>
> > IBM Java Technology Centre, UK.
> >
> > ---------------------------------------------------------------------
> > Terms of use : http://incubator.apache.org/harmony/mailing.html
> > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> > For additional commands, e-mail: harmony-dev-help@incubator.apache.org
> >
> >
>
> ---------------------------------------------------------------------
> Terms of use : http://incubator.apache.org/harmony/mailing.html
> To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> For additional commands, e-mail: harmony-dev-help@incubator.apache.org
>
>


--
Mark Hindess <ma...@googlemail.com>
IBM Java Technology Centre, UK.

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org


Re: another unstable test?

Posted by Geir Magnusson Jr <ge...@pobox.com>.
Why would this be a false positive?

Mark Hindess wrote:
> A windows build of r394066 had the following test failure:
> 
> junit.framework.AssertionFailedError: expected:<45260> but was:<65536>
> at org.apache.harmony.tests.java.nio.channels.SocketChannelTest.testReadByteBuffer_NonBlocking_ReadWriteRealTooLargeData(SocketChannelTest.java:2579)
> at java.lang.reflect.AccessibleObject.invokeV(AccessibleObject.java:205)
> 
> But the following build r394076 passed al ltests.
> 
> I'd would be good to fix these before we start sending test status
> emails to the list or we'll have too many false positives.
> 
> -Mark.
> 
> --
> Mark Hindess <ma...@googlemail.com>
> IBM Java Technology Centre, UK.
> 
> ---------------------------------------------------------------------
> Terms of use : http://incubator.apache.org/harmony/mailing.html
> To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> For additional commands, e-mail: harmony-dev-help@incubator.apache.org
> 
> 

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org