← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1276930] Re: assertGreater fails python 2.6 tests

 

Use of assertGreater() was introduced by one of the changes in review -
master doesn't use it.

  assertTrue(a > b, "%s is not greater than %s" % (a, b))

** Changed in: keystone
       Status: New => Invalid

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1276930

Title:
  assertGreater fails python 2.6 tests

Status in OpenStack Identity (Keystone):
  Invalid

Bug description:
  According to the logs on this patch
  https://review.openstack.org/#/c/69084/7/keystone/tests/test_notifications.py

  http://logs.openstack.org/84/69084/7/check/gate-keystone-
  python26/19095a9/console.html

  assertGreater will not pass on python 2.6. Looks like it was new in
  Python 2.7

  http://docs.python.org/2/library/unittest.html#unittest.TestCase.assertGreater

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1276930/+subscriptions


References