Chromium Code Reviews
Description[pinpoint] Separate Execution exceptions from result_values.
It's not good practice to mix types.
Having separate exception and result_values will make the UI easier, because it
don't have to guess whether result_values contains numeric data, or exception
strings, or a mixture of all 3. And it'll be easier to associate which results
go with which swarming task.
Execution.exception will always be a basestring, and Execution.result_values
will always be a tuple of numbers.
Review-Url: https://chromiumcodereview.appspot.com/3008183002
Committed: https://chromium.googlesource.com/external/github.com/catapult-project/catapult/+/d06e58b78cbe562bcd2a98771cb109e97a4f82c8
Patch Set 1 #
Total comments: 2
Patch Set 2 : Fix exception loop #
Depends on Patchset: Messages
Total messages: 11 (5 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||