[Buildbot-commits] [buildbot/buildbot] dcc089: Handle bytestrings on input to PBChangeSource

noreply at github.com noreply at github.com
Sun May 29 17:51:28 UTC 2011


Branch: refs/heads/master
Home:   https://github.com/buildbot/buildbot

Commit: dcc08973694d6c6dc2f482c83bd51317c2839c07
    https://github.com/buildbot/buildbot/commit/dcc08973694d6c6dc2f482c83bd51317c2839c07
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date:   2011-05-29 (Sun, 29 May 2011)

Changed paths:
  M master/buildbot/changes/pb.py
  M master/buildbot/test/unit/test_changes_pb.py

Log Message:
-----------
Handle bytestrings on input to PBChangeSource

This handles bytestrings by assuming, softly, that they are in utf8.
Ideally the PB client would not send bytestrings, but at least this
avoids crashing.  Refs #1829.






More information about the Commits mailing list