Advertisement
olemis

Bloodhound MP discovery logging: test report 2013-10-30

Nov 1st, 2013
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 35.42 KB | None | 0 0
  1. running test
  2. running egg_info
  3. writing BloodhoundMultiProduct.egg-info/PKG-INFO
  4. writing top-level names to BloodhoundMultiProduct.egg-info/top_level.txt
  5. writing dependency_links to BloodhoundMultiProduct.egg-info/dependency_links.txt
  6. writing entry points to BloodhoundMultiProduct.egg-info/entry_points.txt
  7. writing BloodhoundMultiProduct.egg-info/PKG-INFO
  8. writing top-level names to BloodhoundMultiProduct.egg-info/top_level.txt
  9. writing dependency_links to BloodhoundMultiProduct.egg-info/dependency_links.txt
  10. writing entry points to BloodhoundMultiProduct.egg-info/entry_points.txt
  11. reading manifest file 'BloodhoundMultiProduct.egg-info/SOURCES.txt'
  12. writing manifest file 'BloodhoundMultiProduct.egg-info/SOURCES.txt'
  13. running build_ext
  14. ERROR:bh.tests:Detected package tests.attachment but import failed
  15. Traceback (most recent call last):
  16.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/__init__.py", line 61, in discover_package
  17.     mdl = self._get_module_from_name(mdlnm)
  18.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/__init__.py", line 96, in _get_module_from_name
  19.     __import__(name)
  20.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/attachment.py", line 30, in <module>
  21.     from tests.env import MultiproductTestCase
  22.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/env.py", line 29, in <module>
  23.     from unittest.case import _AssertRaisesContext
  24. ImportError: No module named case
  25. ERROR:bh.tests:Detected package tests.config but import failed
  26. Traceback (most recent call last):
  27.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/__init__.py", line 61, in discover_package
  28.     mdl = self._get_module_from_name(mdlnm)
  29.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/__init__.py", line 96, in _get_module_from_name
  30.     __import__(name)
  31.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/config.py", line 36, in <module>
  32.     from tests.env import MultiproductTestCase
  33.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/env.py", line 29, in <module>
  34.     from unittest.case import _AssertRaisesContext
  35. ImportError: No module named case
  36. ERROR:bh.tests:Detected package tests.env but import failed
  37. Traceback (most recent call last):
  38.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/__init__.py", line 61, in discover_package
  39.     mdl = self._get_module_from_name(mdlnm)
  40.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/__init__.py", line 96, in _get_module_from_name
  41.     __import__(name)
  42.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/env.py", line 29, in <module>
  43.     from unittest.case import _AssertRaisesContext
  44. ImportError: No module named case
  45. ERROR:bh.tests:Detected package tests.perm but import failed
  46. Traceback (most recent call last):
  47.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/__init__.py", line 61, in discover_package
  48.     mdl = self._get_module_from_name(mdlnm)
  49.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/__init__.py", line 96, in _get_module_from_name
  50.     __import__(name)
  51.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/perm.py", line 36, in <module>
  52.     from tests.env import MultiproductTestCase
  53.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/env.py", line 29, in <module>
  54.     from unittest.case import _AssertRaisesContext
  55. ImportError: No module named case
  56. ERROR:bh.tests:Detected package tests.resource but import failed
  57. Traceback (most recent call last):
  58.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/__init__.py", line 61, in discover_package
  59.     mdl = self._get_module_from_name(mdlnm)
  60.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/__init__.py", line 96, in _get_module_from_name
  61.     __import__(name)
  62.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/resource.py", line 40, in <module>
  63.     from tests.env import MultiproductTestCase
  64.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/env.py", line 29, in <module>
  65.     from unittest.case import _AssertRaisesContext
  66. ImportError: No module named case
  67. ERROR:bh.tests:Detected package tests.web_ui but import failed
  68. Traceback (most recent call last):
  69.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/__init__.py", line 61, in discover_package
  70.     mdl = self._get_module_from_name(mdlnm)
  71.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/__init__.py", line 96, in _get_module_from_name
  72.     __import__(name)
  73.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/web_ui.py", line 39, in <module>
  74.     from tests.env import MultiproductTestCase
  75.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/env.py", line 29, in <module>
  76.     from unittest.case import _AssertRaisesContext
  77. ImportError: No module named case
  78. ERROR:bh.tests:Detected package tests.wikisyntax but import failed
  79. Traceback (most recent call last):
  80.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/__init__.py", line 61, in discover_package
  81.     mdl = self._get_module_from_name(mdlnm)
  82.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/__init__.py", line 96, in _get_module_from_name
  83.     __import__(name)
  84.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/wikisyntax.py", line 41, in <module>
  85.     from tests.env import MultiproductTestCase
  86.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/env.py", line 29, in <module>
  87.     from unittest.case import _AssertRaisesContext
  88. ImportError: No module named case
  89. ERROR:bh.tests:Detected package tests.admin.console but import failed
  90. Traceback (most recent call last):
  91.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/__init__.py", line 61, in discover_package
  92.     mdl = self._get_module_from_name(mdlnm)
  93.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/__init__.py", line 96, in _get_module_from_name
  94.     __import__(name)
  95.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/admin/console.py", line 30, in <module>
  96.     from tests.env import MultiproductTestCase
  97.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/env.py", line 29, in <module>
  98.     from unittest.case import _AssertRaisesContext
  99. ImportError: No module named case
  100. ERROR:bh.tests:Detected package tests.admin.product_admin but import failed
  101. Traceback (most recent call last):
  102.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/__init__.py", line 61, in discover_package
  103.     mdl = self._get_module_from_name(mdlnm)
  104.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/__init__.py", line 96, in _get_module_from_name
  105.     __import__(name)
  106.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/admin/product_admin.py", line 39, in <module>
  107.     from tests.env import MultiproductTestCase
  108.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/env.py", line 29, in <module>
  109.     from unittest.case import _AssertRaisesContext
  110. ImportError: No module named case
  111. ERROR:bh.tests:Detected package tests.db.api but import failed
  112. Traceback (most recent call last):
  113.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/__init__.py", line 61, in discover_package
  114.     mdl = self._get_module_from_name(mdlnm)
  115.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/__init__.py", line 96, in _get_module_from_name
  116.     __import__(name)
  117.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/db/api.py", line 23, in <module>
  118.     from tests.db.util import ProductEnvMixin
  119.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/db/util.py", line 20, in <module>
  120.     from tests.env import MultiproductTestCase
  121.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/env.py", line 29, in <module>
  122.     from unittest.case import _AssertRaisesContext
  123. ImportError: No module named case
  124. ERROR:bh.tests:Detected package tests.db.mysql but import failed
  125. Traceback (most recent call last):
  126.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/__init__.py", line 61, in discover_package
  127.     mdl = self._get_module_from_name(mdlnm)
  128.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/__init__.py", line 96, in _get_module_from_name
  129.     __import__(name)
  130.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/db/mysql.py", line 23, in <module>
  131.     from tests.db.util import ProductEnvMixin
  132.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/db/util.py", line 20, in <module>
  133.     from tests.env import MultiproductTestCase
  134.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/env.py", line 29, in <module>
  135.     from unittest.case import _AssertRaisesContext
  136. ImportError: No module named case
  137. ERROR:bh.tests:Detected package tests.db.postgres but import failed
  138. Traceback (most recent call last):
  139.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/__init__.py", line 61, in discover_package
  140.     mdl = self._get_module_from_name(mdlnm)
  141.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/__init__.py", line 96, in _get_module_from_name
  142.     __import__(name)
  143.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/db/postgres.py", line 23, in <module>
  144.     from tests.db.util import ProductEnvMixin
  145.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/db/util.py", line 20, in <module>
  146.     from tests.env import MultiproductTestCase
  147.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/env.py", line 29, in <module>
  148.     from unittest.case import _AssertRaisesContext
  149. ImportError: No module named case
  150. ERROR:bh.tests:Detected package tests.db.util but import failed
  151. Traceback (most recent call last):
  152.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/__init__.py", line 61, in discover_package
  153.     mdl = self._get_module_from_name(mdlnm)
  154.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/__init__.py", line 96, in _get_module_from_name
  155.     __import__(name)
  156.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/db/util.py", line 20, in <module>
  157.     from tests.env import MultiproductTestCase
  158.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/env.py", line 29, in <module>
  159.     from unittest.case import _AssertRaisesContext
  160. ImportError: No module named case
  161. ERROR:bh.tests:Detected package tests.mimeview.api but import failed
  162. Traceback (most recent call last):
  163.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/__init__.py", line 61, in discover_package
  164.     mdl = self._get_module_from_name(mdlnm)
  165.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/__init__.py", line 96, in _get_module_from_name
  166.     __import__(name)
  167.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/mimeview/api.py", line 26, in <module>
  168.     from tests.env import MultiproductTestCase
  169.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/env.py", line 29, in <module>
  170.     from unittest.case import _AssertRaisesContext
  171. ImportError: No module named case
  172. ERROR:bh.tests:Detected package tests.mimeview.patch but import failed
  173. Traceback (most recent call last):
  174.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/__init__.py", line 61, in discover_package
  175.     mdl = self._get_module_from_name(mdlnm)
  176.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/__init__.py", line 96, in _get_module_from_name
  177.     __import__(name)
  178.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/mimeview/patch.py", line 29, in <module>
  179.     from tests.env import MultiproductTestCase
  180.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/env.py", line 29, in <module>
  181.     from unittest.case import _AssertRaisesContext
  182. ImportError: No module named case
  183. ERROR:bh.tests:Detected package tests.mimeview.pygments but import failed
  184. Traceback (most recent call last):
  185.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/__init__.py", line 61, in discover_package
  186.     mdl = self._get_module_from_name(mdlnm)
  187.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/__init__.py", line 96, in _get_module_from_name
  188.     __import__(name)
  189.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/mimeview/pygments.py", line 23, in <module>
  190.     from tests.env import MultiproductTestCase
  191.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/env.py", line 29, in <module>
  192.     from unittest.case import _AssertRaisesContext
  193. ImportError: No module named case
  194. ERROR:bh.tests:Detected package tests.ticket.api but import failed
  195. Traceback (most recent call last):
  196.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/__init__.py", line 61, in discover_package
  197.     mdl = self._get_module_from_name(mdlnm)
  198.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/__init__.py", line 96, in _get_module_from_name
  199.     __import__(name)
  200.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/ticket/api.py", line 29, in <module>
  201.     from tests.env import MultiproductTestCase
  202.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/env.py", line 29, in <module>
  203.     from unittest.case import _AssertRaisesContext
  204. ImportError: No module named case
  205. ERROR:bh.tests:Detected package tests.ticket.batch but import failed
  206. Traceback (most recent call last):
  207.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/__init__.py", line 61, in discover_package
  208.     mdl = self._get_module_from_name(mdlnm)
  209.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/__init__.py", line 96, in _get_module_from_name
  210.     __import__(name)
  211.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/ticket/batch.py", line 33, in <module>
  212.     from tests.env import MultiproductTestCase
  213.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/env.py", line 29, in <module>
  214.     from unittest.case import _AssertRaisesContext
  215. ImportError: No module named case
  216. ERROR:bh.tests:Detected package tests.ticket.conversion but import failed
  217. Traceback (most recent call last):
  218.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/__init__.py", line 61, in discover_package
  219.     mdl = self._get_module_from_name(mdlnm)
  220.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/__init__.py", line 96, in _get_module_from_name
  221.     __import__(name)
  222.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/ticket/conversion.py", line 32, in <module>
  223.     from tests.env import MultiproductTestCase
  224.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/env.py", line 29, in <module>
  225.     from unittest.case import _AssertRaisesContext
  226. ImportError: No module named case
  227. ERROR:bh.tests:Detected package tests.ticket.model but import failed
  228. Traceback (most recent call last):
  229.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/__init__.py", line 61, in discover_package
  230.     mdl = self._get_module_from_name(mdlnm)
  231.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/__init__.py", line 96, in _get_module_from_name
  232.     __import__(name)
  233.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/ticket/model.py", line 33, in <module>
  234.     from tests.env import MultiproductTestCase
  235.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/env.py", line 29, in <module>
  236.     from unittest.case import _AssertRaisesContext
  237. ImportError: No module named case
  238. ERROR:bh.tests:Detected package tests.ticket.notification but import failed
  239. Traceback (most recent call last):
  240.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/__init__.py", line 61, in discover_package
  241.     mdl = self._get_module_from_name(mdlnm)
  242.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/__init__.py", line 96, in _get_module_from_name
  243.     __import__(name)
  244.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/ticket/notification.py", line 27, in <module>
  245.     from tests.env import ProductEnvironmentStub as ProductEnvironment
  246.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/env.py", line 29, in <module>
  247.     from unittest.case import _AssertRaisesContext
  248. ImportError: No module named case
  249. ERROR:bh.tests:Detected package tests.ticket.query but import failed
  250. Traceback (most recent call last):
  251.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/__init__.py", line 61, in discover_package
  252.     mdl = self._get_module_from_name(mdlnm)
  253.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/__init__.py", line 96, in _get_module_from_name
  254.     __import__(name)
  255.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/ticket/query.py", line 27, in <module>
  256.     from tests.env import MultiproductTestCase
  257.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/env.py", line 29, in <module>
  258.     from unittest.case import _AssertRaisesContext
  259. ImportError: No module named case
  260. ERROR:bh.tests:Detected package tests.ticket.report but import failed
  261. Traceback (most recent call last):
  262.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/__init__.py", line 61, in discover_package
  263.     mdl = self._get_module_from_name(mdlnm)
  264.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/__init__.py", line 96, in _get_module_from_name
  265.     __import__(name)
  266.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/ticket/report.py", line 26, in <module>
  267.     from tests.env import MultiproductTestCase
  268.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/env.py", line 29, in <module>
  269.     from unittest.case import _AssertRaisesContext
  270. ImportError: No module named case
  271. ERROR:bh.tests:Detected package tests.ticket.roadmap but import failed
  272. Traceback (most recent call last):
  273.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/__init__.py", line 61, in discover_package
  274.     mdl = self._get_module_from_name(mdlnm)
  275.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/__init__.py", line 96, in _get_module_from_name
  276.     __import__(name)
  277.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/ticket/roadmap.py", line 26, in <module>
  278.     from tests.env import MultiproductTestCase
  279.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/env.py", line 29, in <module>
  280.     from unittest.case import _AssertRaisesContext
  281. ImportError: No module named case
  282. ERROR:bh.tests:Detected package tests.ticket.wikisyntax but import failed
  283. Traceback (most recent call last):
  284.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/__init__.py", line 61, in discover_package
  285.     mdl = self._get_module_from_name(mdlnm)
  286.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/__init__.py", line 96, in _get_module_from_name
  287.     __import__(name)
  288.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/ticket/wikisyntax.py", line 29, in <module>
  289.     from tests.env import MultiproductTestCase
  290.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/env.py", line 29, in <module>
  291.     from unittest.case import _AssertRaisesContext
  292. ImportError: No module named case
  293. ERROR:bh.tests:Detected package tests.versioncontrol.api but import failed
  294. Traceback (most recent call last):
  295.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/__init__.py", line 61, in discover_package
  296.     mdl = self._get_module_from_name(mdlnm)
  297.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/__init__.py", line 96, in _get_module_from_name
  298.     __import__(name)
  299.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/versioncontrol/api.py", line 28, in <module>
  300.     from tests.env import MultiproductTestCase
  301.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/env.py", line 29, in <module>
  302.     from unittest.case import _AssertRaisesContext
  303. ImportError: No module named case
  304. ERROR:bh.tests:Detected package tests.versioncontrol.cache but import failed
  305. Traceback (most recent call last):
  306.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/__init__.py", line 61, in discover_package
  307.     mdl = self._get_module_from_name(mdlnm)
  308.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/__init__.py", line 96, in _get_module_from_name
  309.     __import__(name)
  310.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/versioncontrol/cache.py", line 27, in <module>
  311.     from tests.env import MultiproductTestCase
  312.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/env.py", line 29, in <module>
  313.     from unittest.case import _AssertRaisesContext
  314. ImportError: No module named case
  315. ERROR:bh.tests:Detected package tests.versioncontrol.svn_authz but import failed
  316. Traceback (most recent call last):
  317.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/__init__.py", line 61, in discover_package
  318.     mdl = self._get_module_from_name(mdlnm)
  319.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/__init__.py", line 96, in _get_module_from_name
  320.     __import__(name)
  321.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/versioncontrol/svn_authz.py", line 28, in <module>
  322.     from tests.env import MultiproductTestCase
  323.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/env.py", line 29, in <module>
  324.     from unittest.case import _AssertRaisesContext
  325. ImportError: No module named case
  326. ERROR:bh.tests:Detected package tests.web.chrome but import failed
  327. Traceback (most recent call last):
  328.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/__init__.py", line 61, in discover_package
  329.     mdl = self._get_module_from_name(mdlnm)
  330.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/__init__.py", line 96, in _get_module_from_name
  331.     __import__(name)
  332.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/web/chrome.py", line 26, in <module>
  333.     from tests.env import MultiproductTestCase
  334.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/env.py", line 29, in <module>
  335.     from unittest.case import _AssertRaisesContext
  336. ImportError: No module named case
  337. ERROR:bh.tests:Detected package tests.web.session but import failed
  338. Traceback (most recent call last):
  339.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/__init__.py", line 61, in discover_package
  340.     mdl = self._get_module_from_name(mdlnm)
  341.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/__init__.py", line 96, in _get_module_from_name
  342.     __import__(name)
  343.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/web/session.py", line 26, in <module>
  344.     from tests.env import MultiproductTestCase
  345.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/env.py", line 29, in <module>
  346.     from unittest.case import _AssertRaisesContext
  347. ImportError: No module named case
  348. ERROR:bh.tests:Detected package tests.web.wikisyntax but import failed
  349. Traceback (most recent call last):
  350.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/__init__.py", line 61, in discover_package
  351.     mdl = self._get_module_from_name(mdlnm)
  352.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/__init__.py", line 96, in _get_module_from_name
  353.     __import__(name)
  354.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/web/wikisyntax.py", line 29, in <module>
  355.     from tests.env import MultiproductTestCase
  356.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/env.py", line 29, in <module>
  357.     from unittest.case import _AssertRaisesContext
  358. ImportError: No module named case
  359. ERROR:bh.tests:Detected package tests.wiki.formatter but import failed
  360. Traceback (most recent call last):
  361.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/__init__.py", line 61, in discover_package
  362.     mdl = self._get_module_from_name(mdlnm)
  363.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/__init__.py", line 96, in _get_module_from_name
  364.     __import__(name)
  365.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/wiki/formatter.py", line 33, in <module>
  366.     from tests.env import MultiproductTestCase
  367.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/env.py", line 29, in <module>
  368.     from unittest.case import _AssertRaisesContext
  369. ImportError: No module named case
  370. ERROR:bh.tests:Detected package tests.wiki.macros but import failed
  371. Traceback (most recent call last):
  372.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/__init__.py", line 61, in discover_package
  373.     mdl = self._get_module_from_name(mdlnm)
  374.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/__init__.py", line 96, in _get_module_from_name
  375.     __import__(name)
  376.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/wiki/macros.py", line 29, in <module>
  377.     from tests.env import MultiproductTestCase
  378.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/env.py", line 29, in <module>
  379.     from unittest.case import _AssertRaisesContext
  380. ImportError: No module named case
  381. ERROR:bh.tests:Detected package tests.wiki.model but import failed
  382. Traceback (most recent call last):
  383.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/__init__.py", line 61, in discover_package
  384.     mdl = self._get_module_from_name(mdlnm)
  385.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/__init__.py", line 96, in _get_module_from_name
  386.     __import__(name)
  387.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/wiki/model.py", line 29, in <module>
  388.     from tests.env import MultiproductTestCase
  389.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/env.py", line 29, in <module>
  390.     from unittest.case import _AssertRaisesContext
  391. ImportError: No module named case
  392. ERROR:bh.tests:Detected package tests.wiki.wikisyntax but import failed
  393. Traceback (most recent call last):
  394.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/__init__.py", line 61, in discover_package
  395.     mdl = self._get_module_from_name(mdlnm)
  396.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/__init__.py", line 96, in _get_module_from_name
  397.     __import__(name)
  398.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/wiki/wikisyntax.py", line 29, in <module>
  399.     from tests.env import MultiproductTestCase
  400.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/env.py", line 29, in <module>
  401.     from unittest.case import _AssertRaisesContext
  402. ImportError: No module named case
  403. test_with_global_product_component_manager (tests.core.MultiProductExtensionPointTestCase) ... ok
  404. test_with_product_component_manager (tests.core.MultiProductExtensionPointTestCase) ... ok
  405. No parent attribute, no _all_product_envs method ... ok
  406. test_params_as_args (tests.hooks.ProductizedHrefTestCase) ... ok
  407. test_params_as_dictionary (tests.hooks.ProductizedHrefTestCase) ... ok
  408. test_params_as_kwargs (tests.hooks.ProductizedHrefTestCase) ... ok
  409. test_paths_no_transform (tests.hooks.ProductizedHrefTestCase) ... ok
  410. test_static_path_no_transform (tests.hooks.ProductizedHrefTestCase) ... ok
  411. test_change_listener_changed (tests.model.ProductTestCase) ... ok
  412. test_change_listener_created (tests.model.ProductTestCase) ... ok
  413. test_change_listener_deleted (tests.model.ProductTestCase) ... ok
  414. test that we are able to delete Products ... ok
  415. test that we error when deleting twice on the same key ... ok
  416. tests that we can use table.field syntax to get to the field data ... ok
  417. tests that we can use table.field = something to set field data ... ok
  418. test_get_tickets (tests.model.ProductTestCase) ... ok
  419. test saving new Product ... ok
  420. test attempted saving of Product with existing key fails ... ok
  421. ensure that that insert method works when _meta does not specify ... ok
  422. tests that select can search Products by fields ... ok
  423. tests that table.field style update works ... ok
  424. tests that we can use update to push data to the database ... ok
  425. tests that we raise an error for attempting to update key fields ... ok
  426. test_batch_ticket_insert_after_upgrade (tests.upgrade.EnvironmentUpgradeTestCase) ... ERROR
  427. test_can_insert_tickets_after_upgrade (tests.upgrade.EnvironmentUpgradeTestCase) ... ok
  428. test_can_insert_tickets_with_same_id_to_different_products (tests.upgrade.EnvironmentUpgradeTestCase) ... ok
  429. test_can_upgrade_database_with_orphaned_attachments (tests.upgrade.EnvironmentUpgradeTestCase) ... ok
  430. test_can_upgrade_database_with_ticket_attachment_with_text_ids (tests.upgrade.EnvironmentUpgradeTestCase) ... ok
  431. test_can_upgrade_environment_with_multi_product_disabled (tests.upgrade.EnvironmentUpgradeTestCase) ... ok
  432. test_can_upgrade_multi_product_from_v1 (tests.upgrade.EnvironmentUpgradeTestCase) ... ok
  433. test_can_upgrade_multi_product_from_v2 (tests.upgrade.EnvironmentUpgradeTestCase) ... ok
  434. test_creating_new_product_calls_environment_created (tests.upgrade.EnvironmentUpgradeTestCase) ... ok
  435. test_migrating_to_multiproduct_with_custom_default_prefix (tests.upgrade.EnvironmentUpgradeTestCase) ... ok
  436. test_migration_to_multiproduct_preserves_ticket_ids (tests.upgrade.EnvironmentUpgradeTestCase) ... ok
  437. test_upgrade_copies_content_of_system_tables_to_all_products (tests.upgrade.EnvironmentUpgradeTestCase) ... ok
  438. test_upgrade_creates_default_product (tests.upgrade.EnvironmentUpgradeTestCase) ... ok
  439. test_upgrade_creates_multi_product_tables_and_adds_product_column (tests.upgrade.EnvironmentUpgradeTestCase) ... ok
  440. test_upgrade_existing_plugin_to_multiproduct (tests.upgrade.EnvironmentUpgradeTestCase) ... ok
  441. test_upgrade_moves_custom_wikis_to_default_product (tests.upgrade.EnvironmentUpgradeTestCase) ... ok
  442. test_upgrade_moves_system_wikis_to_products (tests.upgrade.EnvironmentUpgradeTestCase) ... ok
  443. test_upgrade_moves_tickets_and_related_objects_to_default_prod (tests.upgrade.EnvironmentUpgradeTestCase) ... ok
  444. test_upgrade_plugin (tests.upgrade.EnvironmentUpgradeTestCase) ... ok
  445. test_upgrade_plugin_to_multiproduct (tests.upgrade.EnvironmentUpgradeTestCase) ... ok
  446. test_upgrading_database_moves_attachment_to_correct_product (tests.upgrade.EnvironmentUpgradeTestCase) ... ok
  447. test_upgrading_existing_plugin_leaves_data_in_global_env (tests.upgrade.EnvironmentUpgradeTestCase) ... ok
  448. test_batch_ticket_insert_after_upgrade (tests.upgrade_postgres.PostgresEnvironmentUpgradeTestCase) ... /usr/lib/pymodules/python2.6/unittest2/case.py:326: DeprecationWarning: Use of a TestResult without an addSkip method is deprecated
  449.   self._addSkip(result, skip_why)
  450. ok
  451. test_can_insert_tickets_after_upgrade (tests.upgrade_postgres.PostgresEnvironmentUpgradeTestCase) ... ok
  452. test_can_insert_tickets_with_same_id_to_different_products (tests.upgrade_postgres.PostgresEnvironmentUpgradeTestCase) ... ok
  453. test_can_upgrade_database_with_orphaned_attachments (tests.upgrade_postgres.PostgresEnvironmentUpgradeTestCase) ... ok
  454. test_can_upgrade_database_with_ticket_attachment_with_text_ids (tests.upgrade_postgres.PostgresEnvironmentUpgradeTestCase) ... ok
  455. test_can_upgrade_environment_with_multi_product_disabled (tests.upgrade_postgres.PostgresEnvironmentUpgradeTestCase) ... ok
  456. test_can_upgrade_multi_product_from_v1 (tests.upgrade_postgres.PostgresEnvironmentUpgradeTestCase) ... ok
  457. test_can_upgrade_multi_product_from_v2 (tests.upgrade_postgres.PostgresEnvironmentUpgradeTestCase) ... ok
  458. test_creating_new_product_calls_environment_created (tests.upgrade_postgres.PostgresEnvironmentUpgradeTestCase) ... ok
  459. test_migrating_to_multiproduct_with_custom_default_prefix (tests.upgrade_postgres.PostgresEnvironmentUpgradeTestCase) ... ok
  460. test_migration_to_multiproduct_preserves_ticket_ids (tests.upgrade_postgres.PostgresEnvironmentUpgradeTestCase) ... ok
  461. test_upgrade_copies_content_of_system_tables_to_all_products (tests.upgrade_postgres.PostgresEnvironmentUpgradeTestCase) ... ok
  462. test_upgrade_creates_default_product (tests.upgrade_postgres.PostgresEnvironmentUpgradeTestCase) ... ok
  463. test_upgrade_creates_multi_product_tables_and_adds_product_column (tests.upgrade_postgres.PostgresEnvironmentUpgradeTestCase) ... ok
  464. test_upgrade_existing_plugin_to_multiproduct (tests.upgrade_postgres.PostgresEnvironmentUpgradeTestCase) ... ok
  465. test_upgrade_moves_custom_wikis_to_default_product (tests.upgrade_postgres.PostgresEnvironmentUpgradeTestCase) ... ok
  466. test_upgrade_moves_system_wikis_to_products (tests.upgrade_postgres.PostgresEnvironmentUpgradeTestCase) ... ok
  467. test_upgrade_moves_tickets_and_related_objects_to_default_prod (tests.upgrade_postgres.PostgresEnvironmentUpgradeTestCase) ... ok
  468. test_upgrade_plugin (tests.upgrade_postgres.PostgresEnvironmentUpgradeTestCase) ... ok
  469. test_upgrade_plugin_to_multiproduct (tests.upgrade_postgres.PostgresEnvironmentUpgradeTestCase) ... ok
  470. test_upgrading_database_moves_attachment_to_correct_product (tests.upgrade_postgres.PostgresEnvironmentUpgradeTestCase) ... ok
  471. test_upgrading_existing_plugin_leaves_data_in_global_env (tests.upgrade_postgres.PostgresEnvironmentUpgradeTestCase) ... ok
  472. test_custom_alter_table (tests.db.cursor.DbCursorTestCase) ... ok
  473. test_custom_create_table (tests.db.cursor.DbCursorTestCase) ... ok
  474. test_custom_insert (tests.db.cursor.DbCursorTestCase) ... ok
  475. test_custom_select (tests.db.cursor.DbCursorTestCase) ... ok
  476. test_custom_update (tests.db.cursor.DbCursorTestCase) ... ok
  477. test_insert_with_product (tests.db.cursor.DbCursorTestCase) ... ok
  478. test_lowercase_tokens (tests.db.cursor.DbCursorTestCase) ... ok
  479. test_system_insert_nontranslated (tests.db.cursor.DbCursorTestCase) ... ok
  480. test_system_insert_translated (tests.db.cursor.DbCursorTestCase) ... ok
  481. test_system_select_nontranslated (tests.db.cursor.DbCursorTestCase) ... ok
  482. test_system_select_translated (tests.db.cursor.DbCursorTestCase) ... FAIL
  483. test_system_update_nontranslated (tests.db.cursor.DbCursorTestCase) ... ok
  484. test_system_update_translated (tests.db.cursor.DbCursorTestCase) ... ok
  485.  
  486. ======================================================================
  487. ERROR: test_batch_ticket_insert_after_upgrade (tests.upgrade.EnvironmentUpgradeTestCase)
  488. ----------------------------------------------------------------------
  489. Traceback (most recent call last):
  490.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/upgrade.py", line 406, in test_batch_ticket_insert_after_upgrade
  491.     db("""INSERT INTO ticket (summary) SELECT summary FROM tmp""")
  492.   File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/dbcursor.py", line 120, in execute
  493.     return self.connection.execute(query, params=params)
  494.   File "/path/to/bloodhound/trac/trac/db/util.py", line 121, in execute
  495.     cursor.execute(query, params)
  496.   File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/dbcursor.py", line 85, in execute
  497.     return super(BloodhoundIterableCursor, self).execute(translate_sql(self.env, sql), args=args)
  498.   File "/path/to/bloodhound/trac/trac/db/util.py", line 66, in execute
  499.     return self.cursor.execute(sql)
  500.   File "/path/to/bloodhound/trac/trac/db/sqlite_backend.py", line 78, in execute
  501.     result = PyFormatCursor.execute(self, *args)
  502.   File "/path/to/bloodhound/trac/trac/db/sqlite_backend.py", line 56, in execute
  503.     args or [])
  504.   File "/path/to/bloodhound/trac/trac/db/sqlite_backend.py", line 48, in _rollback_on_error
  505.     return function(self, *args, **kwargs)
  506. OperationalError: 2 values for 3 columns
  507.  
  508. ======================================================================
  509. FAIL: test_system_select_translated (tests.db.cursor.DbCursorTestCase)
  510. ----------------------------------------------------------------------
  511. Traceback (most recent call last):
  512.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/db/cursor.py", line 1023, in test_system_select_translated
  513.     self._run_test('system_select_translated')
  514.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/db/cursor.py", line 1017, in _run_test
  515.     self.assertEquals(stripped_sql_check, stripped_translated_sql)
  516. AssertionError: 'INSERT INTO ticket(id, type, time, changetime, component, severity, priority,\nowner, reporter, cc, version, milestone, status, resolution,\nsummary, description, keywords, product)\nSELECT id, \'defect\', time, changetime, component, severity, priority, owner,\nreporter, cc, version, milestone, status, resolution, summary,\ndescription, keywords, \'PRODUCT\' FROM (SELECT * FROM "PRODUCT_ticket_old") AS ticket_old\nWHERE COALESCE(severity,\'\') <> \'enhancement\'' != u'INSERT INTO ticket(id, type, time, changetime, component, severity, priority,\nowner, reporter, cc, version, milestone, status, resolution,\nsummary, description, keywords, product, id)\nSELECT id, \'defect\', time, changetime, component, severity, priority, owner,\nreporter, cc, version, milestone, status, resolution, summary,\ndescription, keywords, \'PRODUCT\' FROM (SELECT * FROM "PRODUCT_ticket_old") AS ticket_old\nWHERE COALESCE(severity,\'\') <> \'enhancement\''
  517.  
  518. ----------------------------------------------------------------------
  519. Ran 80 tests in 203.625s
  520.  
  521. FAILED (failures=1, errors=1)
  522. fe_sendauth: no password supplied
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement