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
Labels
area/tests
Related to tests
good first issue
Good for newcomers
priority/P3
P3 priority
size/M
7 days (~1.5 week)
Milestone
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
The text was updated successfully, but these errors were encountered: