Re: [go-nuts] Re: Tips for reproducing flaky Go tests

2019-08-17 Thread Steven Hartland
We’ve found stress invaluable in helping to reproduce flaky tests https://godoc.org/golang.org/x/tools/cmd/stress On Sat, 17 Aug 2019 at 01:50, Maxim Fateev wrote: > I wish Go had a deterministic execution mode with predefined randomization > seed. The to reproduce such test you would only need

[go-nuts] Re: Tips for reproducing flaky Go tests

2019-08-16 Thread Maxim Fateev
I wish Go had a deterministic execution mode with predefined randomization seed. The to reproduce such test you would only need a single seed number. We built such system for testing our distributed application and it was very useful to track rare race conditions. On Thursday, August 15, 2019