-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UUID Issue in Addresses-Recipients Demo Tests #426
Comments
These warnings occur only when executing multiple test methods, never when executing only one. This may point to an issue with the test setup. |
The root issue here is the code that is generated by the Mappings Language: Every mapping has an I could reproduce the problem in the debugger: After a test has been executed, the I think that the mappings continue to work because the |
Thank you for the investigation! Taking a look into that project shows that it actually has nothing to do with the current Mappings language implementation :-/ In consequence, the project only serves as a documentation of some design ideas for the Mappings language and how that language could have been implemented (in addition to a really minimalist example case study). |
In the Addresses-Recipients tests in
tools.vitruv.applications.demo.addressesrecipients.tests
, a bunch of warnings occurs because UUIDs for elements with proxy URIs are not found. This behavior seems to occur since #419, in which the change recorders were unified.To me, this looks like a bug revealed by the changes in #419, but we should figure out the reason and fix it. The warnings especially slow down the build by several minutes due to thousands of warnings being printed.
The text was updated successfully, but these errors were encountered: