Karen Tung wrote:
> I believe the "Error instantiating manifest tree" error message is not
> printed by DC logging.  In the current slim_source gate, this
> error is printed by the ManifestServ.py file.  Perhaps that error
> got removed during the python2.6 work?
I'm stepping through it in the debugger and I think what is happening is 
that
self.treedoc = minidom.parse(xml_file.strip())   (from TreeAcc.py) is 
raising
an exception ExpatError which isn't caught. In ManifestServ we look for 
TreeAccError
as an exception and because of the above this doesn't happen. Jack, this 
is your
area does this make sense?

Jean

>
> --Karen
>
> Erik LaFever wrote:
>> DC team,
>>
>> While reviewing the results of the python26 DC testing I have 11
>> new test failures that are all related to logging and I still see the
>> problem with pkg_image size increased from < 5mb to > 80mb.
>> Evan is currently looking into the size issue.
>> The 11 tests are all negative tests expecting a failure because the
>> manifests being used are broken in different ways.  The error that
>> I used to get "Error instantiating manifest tree" when running these
>> tests has been removed.  Now the tests fail with no error message.
>>
>> as an example, the file empty.xml is an empty file:
>>
>> # distro_const build empty.xml
>> /usr/share/distro_const/DC-manifest.defval.xml validates
>> #
>>
>> This returns 1 but there is no hint as to what the problem is.
>>
>>
>> Last baseline run shows this:
>> # distro_const build empty.xml
>> /usr/share/distro_const/DC-manifest.defval.xml validates
>> Error instantiating manifest tree
>> #
>>
>> Thanks,
>>
>> -Erik
>>
>>
>>
>> _______________________________________________
>> caiman-discuss mailing list
>> caiman-discuss at opensolaris.org
>> http://mail.opensolaris.org/mailman/listinfo/caiman-discuss
>
> _______________________________________________
> caiman-discuss mailing list
> caiman-discuss at opensolaris.org
> http://mail.opensolaris.org/mailman/listinfo/caiman-discuss


Reply via email to