[Yahoo-eng-team] [Bug 1602906] [NEW] apply_invalidation_patch will not work as intended

2016-07-13 Thread Tianpeng Wang
Public bug reported:

https://github.com/openstack/keystone/blob/cd906266e67c8a8a8ae9676d2fa6dd1bd2f59bd8/keystone/common/cache/core.py#L102

As we already learned, we cannot replace descriptors on an object
instance, so after calling `apply_invalidation_patch`, it merely set
both `_hard_invalidated` and `_soft_invalidated` **once** from the cache
backend.

** Affects: keystone
 Importance: Undecided
 Status: New

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

Title:
  apply_invalidation_patch will not work as intended

Status in OpenStack Identity (keystone):
  New

Bug description:
  
https://github.com/openstack/keystone/blob/cd906266e67c8a8a8ae9676d2fa6dd1bd2f59bd8/keystone/common/cache/core.py#L102

  As we already learned, we cannot replace descriptors on an object
  instance, so after calling `apply_invalidation_patch`, it merely set
  both `_hard_invalidated` and `_soft_invalidated` **once** from the
  cache backend.

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1353270] [NEW] unexpectedly return exception value from __init__

2014-08-05 Thread Tianpeng Wang
Public bug reported:

In ``Step`` class from horizon/workflows/base.py, there is a unexpected
``return`` (which returns a TypeError exception) from its __init__
method, which should be ``raise``

** Affects: horizon
 Importance: Undecided
 Assignee: Tianpeng Wang (timonwong)
 Status: In Progress


** Tags: low-hanging-fruit

** Changed in: horizon
 Assignee: (unassigned) = Tianpeng Wang (timonwong)

** Changed in: horizon
   Status: New = Incomplete

** Changed in: horizon
   Status: Incomplete = New

** Changed in: horizon
   Status: New = In Progress

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

Title:
  unexpectedly return exception value from __init__

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  In ``Step`` class from horizon/workflows/base.py, there is a
  unexpected ``return`` (which returns a TypeError exception) from its
  __init__ method, which should be ``raise``

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1352676] [NEW] typo in Step class docstring from horizon.workflows.base

2014-08-04 Thread Tianpeng Wang
Public bug reported:

In horizon/workflows/base.py

`.. attribute:: action` should be `.. attribute:: action_class`

** Affects: horizon
 Importance: Undecided
 Status: New


** Tags: low-hanging-fruit

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

Title:
  typo in Step class docstring from horizon.workflows.base

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  In horizon/workflows/base.py

  `.. attribute:: action` should be `.. attribute:: action_class`

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp