Python gets a "Developer-in-Residence"
Python gets a "Developer-in-Residence"
Posted Jul 31, 2021 20:29 UTC (Sat) by ehiggs (subscriber, #90713)Parent article: Python gets a "Developer-in-Residence"
> Interestingly, this not only increases speed of the re-runs but also makes it more likely that they will succeed. You see, the fewer tests we need to re-run, the less likely we are to hit another intermittent failure.
I'm aware/familiar of the operational realities of flaky tests and also requiring a green build to merge. But concurrent futures is likely non-deterministic code. IME if concurrent tests fail ever then it's **definitely** wrong and any green test result is luck. Rerunning to tease out a green test suite run is not a good useful in the slightest.
Posted Jul 31, 2021 20:30 UTC (Sat)
by ehiggs (subscriber, #90713)
[Link]
Bad edit :(
Rerunning to tease out a green test suite run is not {a good idea | not useful} in the slightest.
Posted Jul 31, 2021 21:34 UTC (Sat)
by mathstuf (subscriber, #69389)
[Link]
Python gets a "Developer-in-Residence"
Python gets a "Developer-in-Residence"