stevedlawrence commented on pull request #505:
URL: https://github.com/apache/daffodil/pull/505#issuecomment-829447299


   I've added a test to assert that we get the expected ClassCastException, so 
if the serialization issues are ever fixed a test will fail.
   
   The failures with SAX are interesting, and might explain what's going on 
with the failures. The SAX tests fail because prefix mappings are arriving in 
the reverse order than they used to. Same prefix mappings, just backwards. No 
idea why that would happen. I wouldn't think the map(identity) would affect 
prefix mappings.
   
   Maybe if the ordering of some structure has changed (like maybe iterating 
over a Map where order shouldn't matter?), that could cause things to also be 
serialized in a different order, and could avoid hitting the deserialization 
bug.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to