Uplink036 / PickleTestSuite

PickleTestSuite is a rigorous test suite for evaluating the stability and correctness of Python's pickle module across diverse environments, for consistent serialization outcomes for identical inputs.
MIT License
0 stars 0 forks source link

Random across different machines #13

Open AdamMutzell opened 5 months ago

AdamMutzell commented 5 months ago

Will a fuzzer generate the same input on different machines on a specific seed? This will be vital to know if we can do a general fuzzer.

AdamMutzell commented 5 months ago
AdamMutzell commented 5 months ago

Everything seems to work so far in practice. I'll keep this issue open for a little longer just to be sure that nothing weird happens.

AdamMutzell commented 5 months ago

Something weird happened. When going to python 3.7, the random objects generated by hypothesis become different. This may however be related to the fact that Hypothesis is not actually supported on 3.7