← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1411708] Re: AbsoluteLimitsNegativeTestJSON.test_max_image_meta_exceed_limit fails to fail

 

This actually looks like a tempest bug, there is code in the
nova.compute.api where it's validating the 'metadata_items' lenght
against quota_metadata_items and that's probably racing against another
test in tempest that sets the global default quotas to -1 (unlimited),
so the negative test fails since the quota is -1 and the server is
created even though it's metadata_items are lenth 129 (128 is the
default).

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

** Also affects: tempest
   Importance: Undecided
       Status: New

** Changed in: tempest
       Status: New => Triaged

** Changed in: tempest
     Assignee: (unassigned) => Matt Riedemann (mriedem)

** Changed in: tempest
   Importance: Undecided => Medium

-- 
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/1411708

Title:
  AbsoluteLimitsNegativeTestJSON.test_max_image_meta_exceed_limit fails
  to fail

Status in OpenStack Compute (Nova):
  Invalid
Status in Tempest:
  Triaged

Bug description:
  This is a negative test that is supposed to fail with an over-quota
  exception when creating the server but it looks like it's successfully
  creating the server request at times:

  http://logs.openstack.org/00/135700/45/check/check-tempest-dsvm-
  postgres-full/3bb3614/console.html#_2015-01-16_00_57_07_456

  So there is some race here.

  http://logstash.openstack.org/#eyJzZWFyY2giOiJtZXNzYWdlOlwidGVtcGVzdC5hcGkuY29tcHV0ZS5saW1pdHMudGVzdF9hYnNvbHV0ZV9saW1pdHNfbmVnYXRpdmUuQWJzb2x1dGVMaW1pdHNOZWdhdGl2ZVRlc3RKU09OLnRlc3RfbWF4X2ltYWdlX21ldGFfZXhjZWVkX2xpbWl0XCIgQU5EIG1lc3NhZ2U6XCJGQUlMRURcIiBBTkQgdGFnczpcImNvbnNvbGVcIiIsImZpZWxkcyI6W10sIm9mZnNldCI6MCwidGltZWZyYW1lIjoiNjA0ODAwIiwiZ3JhcGhtb2RlIjoiY291bnQiLCJ0aW1lIjp7InVzZXJfaW50ZXJ2YWwiOjB9LCJzdGFtcCI6MTQyMTQyMTQyNTU2N30=

  31 hits in 7 days, all check queue according to that but it's on
  multiple changes.

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


References