[Buildbot-commits] [buildbot/buildbot] e2ef9a: resultspec: treats None as smaller to anything

GitHub noreply at github.com
Sun Nov 2 14:23:27 UTC 2014


  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: e2ef9a2ee85d23ad9bd130ddc893b595a9501dce
      https://github.com/buildbot/buildbot/commit/e2ef9a2ee85d23ad9bd130ddc893b595a9501dce
  Author: Pierre Tardy <pierre.tardy at intel.com>
  Date:   2014-11-01 (Sat, 01 Nov 2014)

  Changed paths:
    M master/buildbot/data/resultspec.py

  Log Message:
  -----------
  resultspec: treats None as smaller to anything

This avoids useless 500 when the data set contains
null datetimes


  Commit: 0cae39196cf91cca6802d74121067da651815963
      https://github.com/buildbot/buildbot/commit/0cae39196cf91cca6802d74121067da651815963
  Author: Pierre Tardy <pierre.tardy at intel.com>
  Date:   2014-11-01 (Sat, 01 Nov 2014)

  Changed paths:
    M master/buildbot/test/unit/test_data_resultspec.py

  Log Message:
  -----------
  test for null datetime sorting


  Commit: 6d2f20951b971f88eb13b06a881570a52bf0f4cd
      https://github.com/buildbot/buildbot/commit/6d2f20951b971f88eb13b06a881570a52bf0f4cd
  Author: Pierre Tardy <pierre.tardy at intel.com>
  Date:   2014-11-02 (Sun, 02 Nov 2014)

  Changed paths:
    M master/buildbot/test/unit/test_data_resultspec.py

  Log Message:
  -----------
  more tests for resultsspec's nonecmp

Signed-off-by: Pierre Tardy <pierre.tardy at intel.com>


  Commit: 0132c9a0703b51fdd915227fe7c0ff0fd9a3ada7
      https://github.com/buildbot/buildbot/commit/0132c9a0703b51fdd915227fe7c0ff0fd9a3ada7
  Author: Mikhail Sobolev <mss at mawhrin.net>
  Date:   2014-11-02 (Sun, 02 Nov 2014)

  Changed paths:
    M master/buildbot/data/resultspec.py
    M master/buildbot/test/unit/test_data_resultspec.py

  Log Message:
  -----------
  Merge pull request #1313 from tardyp/t2978

Fix: Loading the waterfall while a build is in progress return 500

Fixes ticket:2978


Compare: https://github.com/buildbot/buildbot/compare/060656a04984...0132c9a0703b


More information about the Commits mailing list