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
Fix#11885: Avoid non-determinism of idempotency tests on Windows
The cause of the problem is that we use parallelism in Pickler:
if !Pickler.ParallelPickling || ctx.settings.YtestPickler.value then force()
Sometimes on Windows, the futures run a little slower, and the later
phase `Inlining` can change the positions of the trees to be pickled,
thus non-determinism.
0 commit comments