Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Migrate from ptypes.MarshalAny to a deterministic MarshalAny function to stabilize tests #878

Closed
draychev opened this issue Jun 23, 2020 · 2 comments
Labels
area/tests Related to tests good first issue Good for newcomers priority/P3 P3 priority size/M 7 days (~1.5 week)
Milestone

Comments

@draychev
Copy link
Contributor

The current MarshalAny() function we use results in non-deterministic output, which causes test failures.
Even though it may cost in CPU cycles, it would be great to implement a deterministic Marshal function.
Github has great examples on this: https://github.com/search?q=MarshalAnyDeterministic&type=Code

@SanyaKochhar
Copy link
Contributor

@eduser25 are you working on this issue?

@draychev
Copy link
Contributor Author

draychev commented Jul 6, 2021

no longer needed

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area/tests Related to tests good first issue Good for newcomers priority/P3 P3 priority size/M 7 days (~1.5 week)
Projects
None yet
Development

No branches or pull requests

3 participants