[Yahoo-eng-team] [Bug 1280522] Re: Replace assertEqual(None, *) with assertIsNone in tests

2015-08-15 Thread Yusuke Hayashi
** Also affects: manila
   Importance: Undecided
   Status: New

** Changed in: manila
 Assignee: (unassigned) = Yusuke Hayashi (hayashi-yusuke)

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

Title:
  Replace assertEqual(None, *) with assertIsNone in tests

Status in Cinder:
  Fix Released
Status in Glance:
  Fix Released
Status in heat:
  Fix Released
Status in Ironic:
  Fix Released
Status in Keystone:
  Fix Released
Status in Manila:
  New
Status in OpenStack Compute (nova):
  Fix Released
Status in python-cinderclient:
  In Progress
Status in python-neutronclient:
  Fix Committed
Status in python-troveclient:
  Fix Released
Status in Sahara:
  Fix Released
Status in Trove:
  In Progress
Status in tuskar:
  Fix Released

Bug description:
  Replace assertEqual(None, *) with assertIsNone in tests to have
  more clear messages in case of failure.

To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1280522/+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 1280522] Re: Replace assertEqual(None, *) with assertIsNone in tests

2015-08-09 Thread Yusuke Hayashi
** Also affects: python-cinderclient
   Importance: Undecided
   Status: New

** Changed in: python-cinderclient
 Assignee: (unassigned) = Yusuke Hayashi (hayashi-yusuke)

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

Title:
  Replace assertEqual(None, *) with assertIsNone in tests

Status in Cinder:
  Fix Released
Status in Glance:
  Fix Released
Status in heat:
  Fix Released
Status in Ironic:
  Fix Released
Status in Keystone:
  Fix Released
Status in OpenStack Compute (nova):
  Fix Released
Status in python-cinderclient:
  New
Status in python-neutronclient:
  Fix Committed
Status in python-troveclient:
  Fix Released
Status in Sahara:
  Fix Released
Status in Trove:
  In Progress
Status in tuskar:
  Fix Released

Bug description:
  Replace assertEqual(None, *) with assertIsNone in tests to have
  more clear messages in case of failure.

To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1280522/+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 1262424] Re: Files without code should not contain copyright notices

2015-08-06 Thread Yusuke Hayashi
** Also affects: manila
   Importance: Undecided
   Status: New

** Changed in: manila
 Assignee: (unassigned) = Yusuke Hayashi (hayashi-yusuke)

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

Title:
  Files without code should not contain copyright notices

Status in Manila:
  New
Status in neutron:
  In Progress
Status in OpenStack Compute (nova):
  Fix Released
Status in python-cinderclient:
  Fix Released
Status in taskflow:
  Fix Released

Bug description:
  Due to a recent policy change in HACKING
  (http://docs.openstack.org/developer/hacking/#openstack-licensing),
  empty files should no longer contain copyright notices.

To manage notifications about this bug go to:
https://bugs.launchpad.net/manila/+bug/1262424/+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 1259292] Re: Some tests use assertEqual(observed, expected) , the argument order is wrong

2015-08-04 Thread Yusuke Hayashi
** Also affects: manila
   Importance: Undecided
   Status: New

** Changed in: manila
 Assignee: (unassigned) = Yusuke Hayashi (hayashi-yusuke)

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

Title:
  Some tests use assertEqual(observed, expected) , the argument order is
  wrong

Status in Ceilometer:
  Invalid
Status in Cinder:
  In Progress
Status in heat:
  Fix Released
Status in OpenStack Dashboard (Horizon):
  In Progress
Status in Manila:
  New
Status in python-ceilometerclient:
  In Progress
Status in python-cinderclient:
  Fix Released
Status in Sahara:
  Fix Released

Bug description:
  The test cases will produce a confusing error message if the tests
  ever fail, so this is worth fixing.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ceilometer/+bug/1259292/+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 1477851] [NEW] missing logging tag _LI

2015-07-24 Thread Yusuke Hayashi
Public bug reported:

I found missing loggin tag _LI at
keystone/keystone/tests/unit/ksfixtures/hacking.py

l.368
LOG.warn(_LI('this should cause an error'))  
= LOG.warn(_LW( ... ))

l.371
LOG.debug(_LI('this should cause an error')) 
= LOG.debug( ...)

** Affects: keystone
 Importance: Undecided
 Assignee: Yusuke Hayashi (hayashi-yusuke)
 Status: New

** Changed in: keystone
 Assignee: (unassigned) = Yusuke Hayashi (hayashi-yusuke)

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

Title:
  missing logging tag _LI

Status in Keystone:
  New

Bug description:
  I found missing loggin tag _LI at
  keystone/keystone/tests/unit/ksfixtures/hacking.py

  l.368
  LOG.warn(_LI('this should cause an error'))  
  = LOG.warn(_LW( ... ))

  l.371
  LOG.debug(_LI('this should cause an error')) 
  = LOG.debug( ...)

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1477851/+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 1477851] Re: missing logging tag _LI

2015-07-24 Thread Yusuke Hayashi
** Changed in: keystone
   Status: In Progress = 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/1477851

Title:
  missing logging tag _LI

Status in Keystone:
  Invalid

Bug description:
  I found missing loggin tag _LI at
  keystone/keystone/tests/unit/ksfixtures/hacking.py

  l.368
  LOG.warn(_LI('this should cause an error'))  
  = LOG.warn(_LW( ... ))

  l.371
  LOG.debug(_LI('this should cause an error')) 
  = LOG.debug( ...)

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1477851/+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