You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: