← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1465344] [NEW] TestObjEqualPrims.test_object_not_equal is failing

 

Public bug reported:

For some reason not yet identified, local master branches fail with this
check

======================================================================
FAIL: nova.tests.unit.objects.test_objects.TestObjEqualPrims.test_object_not_equal
----------------------------------------------------------------------
Traceback (most recent call last):
testtools.testresult.real._StringException: Empty attachments:
  pythonlogging:''
  stderr
  stdout

Traceback (most recent call last):
  File "nova/tests/unit/objects/test_objects.py", line 1419, in test_object_not_equal
    "Objects that differ in any field "
  File "/home/sbauza/git/openstack/nova/.venv/lib/python2.7/site-packages/unittest2/case.py", line 672, in assertFalse
    raise self.failureException(msg)
AssertionError: True is not false : Objects that differ in any field should not be equal


but Jenkins py27 seems to be fine, with LogStash silent :
http://logstash.openstack.org/#eyJzZWFyY2giOiJtZXNzYWdlOlwiT2JqZWN0cyB0aGF0IGRpZmZlciBpbiBhbnkgZmllbGQgc2hvdWxkIG5vdCBiZSBlcXVhbFwiIEFORCB0YWdzOlwiY29uc29sZS5odG1sXCIiLCJmaWVsZHMiOltdLCJvZmZzZXQiOjAsInRpbWVmcmFtZSI6IjE0NDAwIiwiZ3JhcGhtb2RlIjoiY291bnQiLCJ0aW1lIjp7InVzZXJfaW50ZXJ2YWwiOjB9LCJzdGFtcCI6MTQzNDM4NDc1MzYxM30=

A git bisect shows d95c05a8fd2f762765408b9cf84da7c8d34a7892 being the
bad guy.

** Affects: nova
     Importance: High
         Status: Confirmed


** Tags: unified-objects

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1465344

Title:
  TestObjEqualPrims.test_object_not_equal is failing

Status in OpenStack Compute (Nova):
  Confirmed

Bug description:
  For some reason not yet identified, local master branches fail with
  this check

  ======================================================================
  FAIL: nova.tests.unit.objects.test_objects.TestObjEqualPrims.test_object_not_equal
  ----------------------------------------------------------------------
  Traceback (most recent call last):
  testtools.testresult.real._StringException: Empty attachments:
    pythonlogging:''
    stderr
    stdout

  Traceback (most recent call last):
    File "nova/tests/unit/objects/test_objects.py", line 1419, in test_object_not_equal
      "Objects that differ in any field "
    File "/home/sbauza/git/openstack/nova/.venv/lib/python2.7/site-packages/unittest2/case.py", line 672, in assertFalse
      raise self.failureException(msg)
  AssertionError: True is not false : Objects that differ in any field should not be equal

  
  but Jenkins py27 seems to be fine, with LogStash silent :
  http://logstash.openstack.org/#eyJzZWFyY2giOiJtZXNzYWdlOlwiT2JqZWN0cyB0aGF0IGRpZmZlciBpbiBhbnkgZmllbGQgc2hvdWxkIG5vdCBiZSBlcXVhbFwiIEFORCB0YWdzOlwiY29uc29sZS5odG1sXCIiLCJmaWVsZHMiOltdLCJvZmZzZXQiOjAsInRpbWVmcmFtZSI6IjE0NDAwIiwiZ3JhcGhtb2RlIjoiY291bnQiLCJ0aW1lIjp7InVzZXJfaW50ZXJ2YWwiOjB9LCJzdGFtcCI6MTQzNDM4NDc1MzYxM30=

  A git bisect shows d95c05a8fd2f762765408b9cf84da7c8d34a7892 being the
  bad guy.

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


Follow ups

References