Skip to content
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

Serialization issue when verification runs same analysis multiple times #1569

Closed
reteprelief opened this issue Oct 5, 2018 · 0 comments
Closed
Assignees
Milestone

Comments

@reteprelief
Copy link
Contributor

Some analyses return AnalysisResults. They are currently stored in separate files and the Assure representation point to the respective AnalysisResult object by reference. If an analysis on the same instance object is invoked multiple times, then Assure references multiple AnalysisResult objects while only the latest one is kept in a resource. This leads to the Assure file serialization failing to generate the serialized reference.

Either the same AnalysisResult should be reused for successive verifications, or each result should be kept in a unique Resource.

@reteprelief reteprelief added this to the 2.3.6 milestone Oct 5, 2018
@reteprelief reteprelief self-assigned this Oct 5, 2018
@lwrage lwrage changed the title Serialization issue when vierification runs same analysis multiple times Serialization issue when verification runs same analysis multiple times Oct 5, 2018
@ghost ghost added in progress and removed next labels Oct 10, 2018
@ghost ghost added review and removed in progress labels Oct 10, 2018
@ghost ghost removed the review label Oct 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant