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

Automatically serialize operations during testing #200

Open
DavidLeoni opened this issue Mar 7, 2016 · 1 comment
Open

Automatically serialize operations during testing #200

DavidLeoni opened this issue Mar 7, 2016 · 1 comment

Comments

@DavidLeoni
Copy link
Member

Most of problems when saving project or when reapplying operations (i.e. Error while reconstructing operation!) are due to failed serialization. In order to better test it, we should automate serialization in our testing framework, so operations are automatically serialized when performed.
Unfortunately, to enable this we need to modify Refine core, which might be hard to do - This is why PipelineTest.testImpiantiDiRisalitaWithOperationJson() is currently marked as broken.

@DavidLeoni
Copy link
Member Author

Implemented in dev-0.3 and #201 at least automated serialization of ImpiantiDiRisalita pipeline test

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