← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1293692] [NEW] urlencode testing fails on specific systems

 

Public bug reported:

Due to the use of dictionaries in horizon some tests will differ
depending on the platform/system.

A good example is horizon.tables.base.Row#get_ajax_update_url (l564)
which will encode a dict in an url but the test use a static string, so
the result can diverge.

My config is an ubuntu 12.04 with python 2.6 installed with
http://askubuntu.com/questions/125342/how-can-i-install-
python-2-6-on-12-04, just install and run tox -epy26 and it will fail.

** Affects: horizon
     Importance: Undecided
         Status: New

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

Title:
  urlencode testing fails on specific systems

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  Due to the use of dictionaries in horizon some tests will differ
  depending on the platform/system.

  A good example is horizon.tables.base.Row#get_ajax_update_url (l564)
  which will encode a dict in an url but the test use a static string,
  so the result can diverge.

  My config is an ubuntu 12.04 with python 2.6 installed with
  http://askubuntu.com/questions/125342/how-can-i-install-
  python-2-6-on-12-04, just install and run tox -epy26 and it will fail.

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


Follow ups

References