Closed mrtyler closed 8 years ago
From #172
The current (newish) bucketing algorithm should avoid empty buckets if there are at least N test case classes where N is the number of buckets. I don't think this resolves this issue though.
Correct, it just makes the problem more rare.
Via #328
We had a situation today where non_sandbox builders 2 and 5 on buildbot6 never ran any tests, therefore throwing an error.
Upon investigation, we discovered this is "expected" -- by stealing the Testify command line from the two empty builders, we got Testify to tell us there were no tests in those buckets. The expected number of tests showed up in other buckets.
Testify currently flags this situation as an error:
After discussion, we don't think this is an error condition. It would be nice if the bucketing algorithm were better (see Issue #166) but regardless the existence of an empty bucket is not an error.