mbeckerle commented on a change in pull request #505: URL: https://github.com/apache/daffodil/pull/505#discussion_r623967359
########## File path: daffodil-cli/src/it/resources/org/apache/daffodil/CLI/output/output9.txt ########## @@ -1,4 +1,4 @@ -<base14:rabbitHole xmlns:b14="http://b14.com" xmlns:a14="http://a14.com" xmlns:base14="http://baseSchema.com"> +<base14:rabbitHole xmlns:a14="http://a14.com" xmlns:b14="http://b14.com" xmlns:base14="http://baseSchema.com"> Review comment: So based on this test being order specific, any given new scala library might change the order we got from Sets & Hash Maps, so could have broken this. Copying the map with identity could traverse it and the re-hash might be different because the order of arrival is different. So it's very plausible that the serialization change or workarounds changed this. -- 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]
