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
What changed?
We now sort the executors before we process the shard assignement.
Why?
We don't want to rely on map ordering since it's random in Go. This made tests flaky, and also would make debugging harder.
How did you test it?
Unit tests
Potential risks
Release notes
Documentation Changes
0 commit comments