Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [hyades-dev] Commiter defect vote for M10


I vote yes
My only concern is about Bugzilla Defect 64004. GLA regression relative to the JDK 1.3 base GLA is my question. It would seem that handling start and end  would be reg _expression_ engine neutral.

Thanks for your time.
--------------------------------------------------------------------------
Harm Sluiman, STSM,  
phone:905-413-4032   fax: 4920  
cell: 416-432-9754
mailto:sluiman@xxxxxxxxxx
Admin : Gabrielle Chapman chapmaga@xxxxxxxxxx  Tie: 969-2323



Richard Duggan/Toronto/IBM@IBMCA
Sent by: hyades-dev-admin@xxxxxxxxxxx

05/27/2004 10:54 AM

Please respond to
hyades-dev

To
Hyades-dev@xxxxxxxxxxx
cc
Subject
[hyades-dev] Committer defect vote for M10









The following defects are ready to be committed by my extended team.


Bugzilla Defect 64315: https://bugs.eclipse.org/bugs/show_bug.cgi?id=64315

Rational: SAXEventHandler.java ignores <any ..../> XML elements.  Since the
<any ..../> XML elements that may appear as child elements of a Common Base
Event element have the same names as the Common Base Event 'any' property,
the SAXEventHandler bypasses the special processing required for these any
elements.  By removing the 'any' structural feature from the feature
sub-map upon initialization we can force the special processing required
for any elements.

Test Plan:This fix has been unit tested and test cases added to the
EventFormater JUnit test suite.  Full regression will be ran May 28th.

Risk: Very low risk.


Bugzilla Defect 64225: (https://bugs.eclipse.org/bugs/show_bug.cgi?id=64225
)   pthread_create fails with EAGAIN in ra_startListener

Rational:  The EAGAIN errno is being ignored by the pthread_create calls.
This error can occur when the system temporarily does not have
resources/access to create a new thread.  Without handling this error
condition properly we often see failures on Z-series when running HTTP test
cases.

Test Plan: This has been tested on Zseries but the error can theoretically
occur on any POSIX system.  Full regression to be ran on May 28th.

Risk:  Low.  Additional error handing only.


Bugzilla Defect 64004:  https://bugs.eclipse.org/bugs/show_bug.cgi?id=64004

Fix:  There are problems with the GLA extractor when processing '^' and '$'
as the start and end patterns.  This defect was introduced when we moved to
the 1.4 regular _expression_ library and we are getting unexpected match
results.

Test plan:  Has been unit tested.  Will be completely regression tested
against all of the configuration file types we have on May 28th.

Risk:  The risk in fixing this defect is low.



Bugzilla Defect 64225:  (
https://bugs.eclipse.org/bugs/show_bug.cgi?id=60622)  Clean up property
processing in the GLA

Rational:  There is code in the ProcessUnit inheritance tree for handling
generic properties of ProcessUnit components in the GLA.  This processing
is done in more then one location and makes behaviour ambiguous when
extending ProcessUnits.  This fix will allow us to provide a concise
definition of how properties are handled in ProcessUnits.

Test plan:  This has been unit tested and will be fully regression tested
on May 28th.

Risk:  This is a very low risk change.  Also, the only risk that is
introduced to the final driver if this is NOT fixed is ambiguous processing
of properties that can make writing ProcessUnits confusing.


Richard K. Duggan
Problem Determination Enablement
IBM Toronto Laboratory
External: 905-413-2396
Internal: 969-2396

_______________________________________________
hyades-dev mailing list
hyades-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/hyades-dev


Back to the top