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/28 07:33:07 UTC

Re: [admin] build notification mail (was: Re: [jira] Commented: (HARMONY-404) Wild card exclusions are excluding working tests)

On 27 April 2006 at 13:53, Tim Ellison <t....@gmail.com> wrote:
> Can somebody (Geir, Leo, Dims, ?) who has list admin rights take a look
> to see why the build notifications are not coming through to the
> harmony-commits list?

Since the much smaller build error message[0] made it through I'm
thinking that the problem has something to do with message size?

Regards,
 Mark.

[0] It's ironic that this message should get through when I specifically
configured the notifier to only send to success/failure and not on
warnings/errors.  I'm going to check to see if this continuum bug is
fixed in the next release.

> Loenko, Mikhail Y wrote:
> > Wow! I've broken the build!
> > 
> > Thanks,
> > Mikhail
> > 
> >> -----Original Message-----
> >> From: Mark Hindess (JIRA) [mailto:jira@apache.org]
> >> Sent: Thursday, April 27, 2006 5:23 PM
> >> To: harmony-commits@incubator.apache.org
> >> Subject: [jira] Commented: (HARMONY-404) Wild card exclusions are
> > excluding working tests
> >>    [
> > http://issues.apache.org/jira/browse/HARMONY-404?page=comments#action_12
> > 376704 ]
> >> Mark Hindess commented on HARMONY-404:
> >> --------------------------------------
> >>
> >> Ah.  Actually I was wrong.  Since you didn't use the updated patch the
> > full paths for the text
> >> module excludes are wrong... They need to take account of the renames.
> >>
> >>
> >>> Wild card exclusions are excluding working tests
> >>> ------------------------------------------------
> >>>
> >>>          Key: HARMONY-404
> >>>          URL: http://issues.apache.org/jira/browse/HARMONY-404
> >>>      Project: Harmony
> >>>         Type: Improvement
> >>>   Components: Classlib
> >>>     Reporter: Mark Hindess
> >>>     Assignee: Mikhail Loenko
> >>>     Priority: Trivial
> >>>  Attachments: 20060427.update.diff, exclude.specific.test.files.diff
> >>>
> >>> The use of "**/TargetTest.java" exclusions means we are excluding
> > tests that work just because
> >> they have the same file name.  For example,
> > modules/archive/make/common/build.xml excludes both:
> > modules/archive/src/test/java/org/apache/harmony/tests/java/util/zip/Inf
> > laterTest.java
> > modules/archive/src/test/java/tests/api/java/util/zip/InflaterTest.java
> >>> even though the latter is the only one that fails.
> >>> I will attach a patch to enable the incorrectly excluded tests.
> >> --
> >> This message is automatically generated by JIRA.
> >> -
> >> If you think it was sent incorrectly contact one of the administrators:
> >>   http://issues.apache.org/jira/secure/Administrators.jspa
> >> -
> >> For more information on JIRA, see:
> >>   http://www.atlassian.com/software/jira
> > 
> > ---------------------------------------------------------------------
> > 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
> > 
> > 
> 
> -- 
> 
> Tim Ellison (t.p.ellison@gmail.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


Re: [admin] build notification mail

Posted by Geir Magnusson Jr <ge...@pobox.com>.

Mark Hindess wrote:
> On 27 April 2006 at 13:53, Tim Ellison <t....@gmail.com> wrote:
>> Can somebody (Geir, Leo, Dims, ?) who has list admin rights take a look
>> to see why the build notifications are not coming through to the
>> harmony-commits list?
> 
> Since the much smaller build error message[0] made it through I'm
> thinking that the problem has something to do with message size?

it could be - how big was it?

Also, you should have gotten a bounce back.  If you don't have a valid 
account as the "From" you should make it so to help debug things like 
this...

geir

> 
> Regards,
>  Mark.
> 
> [0] It's ironic that this message should get through when I specifically
> configured the notifier to only send to success/failure and not on
> warnings/errors.  I'm going to check to see if this continuum bug is
> fixed in the next release.
> 
>> Loenko, Mikhail Y wrote:
>>> Wow! I've broken the build!
>>>
>>> Thanks,
>>> Mikhail
>>>
>>>> -----Original Message-----
>>>> From: Mark Hindess (JIRA) [mailto:jira@apache.org]
>>>> Sent: Thursday, April 27, 2006 5:23 PM
>>>> To: harmony-commits@incubator.apache.org
>>>> Subject: [jira] Commented: (HARMONY-404) Wild card exclusions are
>>> excluding working tests
>>>>    [
>>> http://issues.apache.org/jira/browse/HARMONY-404?page=comments#action_12
>>> 376704 ]
>>>> Mark Hindess commented on HARMONY-404:
>>>> --------------------------------------
>>>>
>>>> Ah.  Actually I was wrong.  Since you didn't use the updated patch the
>>> full paths for the text
>>>> module excludes are wrong... They need to take account of the renames.
>>>>
>>>>
>>>>> Wild card exclusions are excluding working tests
>>>>> ------------------------------------------------
>>>>>
>>>>>          Key: HARMONY-404
>>>>>          URL: http://issues.apache.org/jira/browse/HARMONY-404
>>>>>      Project: Harmony
>>>>>         Type: Improvement
>>>>>   Components: Classlib
>>>>>     Reporter: Mark Hindess
>>>>>     Assignee: Mikhail Loenko
>>>>>     Priority: Trivial
>>>>>  Attachments: 20060427.update.diff, exclude.specific.test.files.diff
>>>>>
>>>>> The use of "**/TargetTest.java" exclusions means we are excluding
>>> tests that work just because
>>>> they have the same file name.  For example,
>>> modules/archive/make/common/build.xml excludes both:
>>> modules/archive/src/test/java/org/apache/harmony/tests/java/util/zip/Inf
>>> laterTest.java
>>> modules/archive/src/test/java/tests/api/java/util/zip/InflaterTest.java
>>>>> even though the latter is the only one that fails.
>>>>> I will attach a patch to enable the incorrectly excluded tests.
>>>> --
>>>> This message is automatically generated by JIRA.
>>>> -
>>>> If you think it was sent incorrectly contact one of the administrators:
>>>>   http://issues.apache.org/jira/secure/Administrators.jspa
>>>> -
>>>> For more information on JIRA, see:
>>>>   http://www.atlassian.com/software/jira
>>> ---------------------------------------------------------------------
>>> 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
>>>
>>>
>> -- 
>>
>> Tim Ellison (t.p.ellison@gmail.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
> 
> 


---------------------------------------------------------------------
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