madecoste / swarming

Automatically exported from code.google.com/p/swarming
Apache License 2.0
0 stars 1 forks source link

Refuse invalid dimensions from bot #138

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Right now the bot API will happily accept None as dimension value, which breaks 
various parts of the system. Only lists of strings should be accepted.

There's an associated problem about os-utilities.get_integrity_level_win() that 
returns None on a few bots.

Original issue reported on code.google.com by maruel@chromium.org on 11 Aug 2014 at 6:24

GoogleCodeExporter commented 9 years ago
It was fixed a while ago, now implemented in _BotBaseHandler._process().

Original comment by maruel@chromium.org on 17 Nov 2014 at 1:25