Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $ python setup.py test -m tests
- [...]
- ======================================================================
- ERROR: test_all_grouped_by_milestone (tests.ticket.query.ProductQueryTestCase)
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "/path/to/bloodhound/trac/trac/ticket/tests/query.py", line 147, in test_all_grouped_by_milestone
- sql, args = query.get_sql()
- File "/path/to/bloodhound/trac/trac/ticket/query.py", line 434, in get_sql
- db = self.env.get_read_db()
- File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 448, in get_read_db
- raise NotImplementedError('Deprecated method')
- NotImplementedError: Deprecated method
- ======================================================================
- ERROR: test_all_grouped_by_milestone_desc (tests.ticket.query.ProductQueryTestCase)
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "/path/to/bloodhound/trac/trac/ticket/tests/query.py", line 159, in test_all_grouped_by_milestone_desc
- sql, args = query.get_sql()
- File "/path/to/bloodhound/trac/trac/ticket/query.py", line 434, in get_sql
- db = self.env.get_read_db()
- File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 448, in get_read_db
- raise NotImplementedError('Deprecated method')
- NotImplementedError: Deprecated method
- ======================================================================
- ERROR: test_all_ordered_by_id (tests.ticket.query.ProductQueryTestCase)
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "/path/to/bloodhound/trac/trac/ticket/tests/query.py", line 43, in test_all_ordered_by_id
- sql, args = query.get_sql()
- File "/path/to/bloodhound/trac/trac/ticket/query.py", line 434, in get_sql
- db = self.env.get_read_db()
- File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 448, in get_read_db
- raise NotImplementedError('Deprecated method')
- NotImplementedError: Deprecated method
- ======================================================================
- ERROR: test_all_ordered_by_id_desc (tests.ticket.query.ProductQueryTestCase)
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "/path/to/bloodhound/trac/trac/ticket/tests/query.py", line 54, in test_all_ordered_by_id_desc
- sql, args = query.get_sql()
- File "/path/to/bloodhound/trac/trac/ticket/query.py", line 434, in get_sql
- db = self.env.get_read_db()
- File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 448, in get_read_db
- raise NotImplementedError('Deprecated method')
- NotImplementedError: Deprecated method
- ======================================================================
- ERROR: test_all_ordered_by_id_from_unicode (tests.ticket.query.ProductQueryTestCase)
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "/path/to/bloodhound/trac/trac/ticket/tests/query.py", line 76, in test_all_ordered_by_id_from_unicode
- sql, args = query.get_sql()
- File "/path/to/bloodhound/trac/trac/ticket/query.py", line 434, in get_sql
- db = self.env.get_read_db()
- File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 448, in get_read_db
- raise NotImplementedError('Deprecated method')
- NotImplementedError: Deprecated method
- ======================================================================
- ERROR: test_all_ordered_by_id_verbose (tests.ticket.query.ProductQueryTestCase)
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "/path/to/bloodhound/trac/trac/ticket/tests/query.py", line 65, in test_all_ordered_by_id_verbose
- sql, args = query.get_sql()
- File "/path/to/bloodhound/trac/trac/ticket/query.py", line 434, in get_sql
- db = self.env.get_read_db()
- File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 448, in get_read_db
- raise NotImplementedError('Deprecated method')
- NotImplementedError: Deprecated method
- ======================================================================
- ERROR: test_all_ordered_by_priority (tests.ticket.query.ProductQueryTestCase)
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "/path/to/bloodhound/trac/trac/ticket/tests/query.py", line 87, in test_all_ordered_by_priority
- sql, args = query.get_sql()
- File "/path/to/bloodhound/trac/trac/ticket/query.py", line 434, in get_sql
- db = self.env.get_read_db()
- File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 448, in get_read_db
- raise NotImplementedError('Deprecated method')
- NotImplementedError: Deprecated method
- ======================================================================
- ERROR: test_all_ordered_by_priority_desc (tests.ticket.query.ProductQueryTestCase)
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "/path/to/bloodhound/trac/trac/ticket/tests/query.py", line 99, in test_all_ordered_by_priority_desc
- sql, args = query.get_sql()
- File "/path/to/bloodhound/trac/trac/ticket/query.py", line 434, in get_sql
- db = self.env.get_read_db()
- File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 448, in get_read_db
- raise NotImplementedError('Deprecated method')
- NotImplementedError: Deprecated method
- ======================================================================
- ERROR: test_all_ordered_by_version (tests.ticket.query.ProductQueryTestCase)
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "/path/to/bloodhound/trac/trac/ticket/tests/query.py", line 111, in test_all_ordered_by_version
- sql, args = query.get_sql()
- File "/path/to/bloodhound/trac/trac/ticket/query.py", line 434, in get_sql
- db = self.env.get_read_db()
- File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 448, in get_read_db
- raise NotImplementedError('Deprecated method')
- NotImplementedError: Deprecated method
- ======================================================================
- ERROR: test_all_ordered_by_version_desc (tests.ticket.query.ProductQueryTestCase)
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "/path/to/bloodhound/trac/trac/ticket/tests/query.py", line 123, in test_all_ordered_by_version_desc
- sql, args = query.get_sql()
- File "/path/to/bloodhound/trac/trac/ticket/query.py", line 434, in get_sql
- db = self.env.get_read_db()
- File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 448, in get_read_db
- raise NotImplementedError('Deprecated method')
- NotImplementedError: Deprecated method
- ======================================================================
- ERROR: test_constrained_by_custom_field (tests.ticket.query.ProductQueryTestCase)
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "/path/to/bloodhound/trac/trac/ticket/tests/query.py", line 257, in test_constrained_by_custom_field
- sql, args = query.get_sql()
- File "/path/to/bloodhound/trac/trac/ticket/query.py", line 434, in get_sql
- db = self.env.get_read_db()
- File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 448, in get_read_db
- raise NotImplementedError('Deprecated method')
- NotImplementedError: Deprecated method
- ======================================================================
- ERROR: test_constrained_by_empty_value_contains (tests.ticket.query.ProductQueryTestCase)
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "/path/to/bloodhound/trac/trac/ticket/tests/query.py", line 325, in test_constrained_by_empty_value_contains
- sql, args = query.get_sql()
- File "/path/to/bloodhound/trac/trac/ticket/query.py", line 434, in get_sql
- db = self.env.get_read_db()
- File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 448, in get_read_db
- raise NotImplementedError('Deprecated method')
- NotImplementedError: Deprecated method
- ======================================================================
- ERROR: test_constrained_by_empty_value_endswith (tests.ticket.query.ProductQueryTestCase)
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "/path/to/bloodhound/trac/trac/ticket/tests/query.py", line 347, in test_constrained_by_empty_value_endswith
- sql, args = query.get_sql()
- File "/path/to/bloodhound/trac/trac/ticket/query.py", line 434, in get_sql
- db = self.env.get_read_db()
- File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 448, in get_read_db
- raise NotImplementedError('Deprecated method')
- NotImplementedError: Deprecated method
- ======================================================================
- ERROR: test_constrained_by_empty_value_startswith (tests.ticket.query.ProductQueryTestCase)
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "/path/to/bloodhound/trac/trac/ticket/tests/query.py", line 336, in test_constrained_by_empty_value_startswith
- sql, args = query.get_sql()
- File "/path/to/bloodhound/trac/trac/ticket/query.py", line 434, in get_sql
- db = self.env.get_read_db()
- File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 448, in get_read_db
- raise NotImplementedError('Deprecated method')
- NotImplementedError: Deprecated method
- ======================================================================
- ERROR: test_constrained_by_keywords (tests.ticket.query.ProductQueryTestCase)
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "/path/to/bloodhound/trac/trac/ticket/tests/query.py", line 424, in test_constrained_by_keywords
- sql, args = query.get_sql()
- File "/path/to/bloodhound/trac/trac/ticket/query.py", line 434, in get_sql
- db = self.env.get_read_db()
- File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 448, in get_read_db
- raise NotImplementedError('Deprecated method')
- NotImplementedError: Deprecated method
- ======================================================================
- ERROR: test_constrained_by_milestone (tests.ticket.query.ProductQueryTestCase)
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "/path/to/bloodhound/trac/trac/ticket/tests/query.py", line 135, in test_constrained_by_milestone
- sql, args = query.get_sql()
- File "/path/to/bloodhound/trac/trac/ticket/query.py", line 434, in get_sql
- db = self.env.get_read_db()
- File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 448, in get_read_db
- raise NotImplementedError('Deprecated method')
- NotImplementedError: Deprecated method
- ======================================================================
- ERROR: test_constrained_by_milestone_not (tests.ticket.query.ProductQueryTestCase)
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "/path/to/bloodhound/trac/trac/ticket/tests/query.py", line 183, in test_constrained_by_milestone_not
- sql, args = query.get_sql()
- File "/path/to/bloodhound/trac/trac/ticket/query.py", line 434, in get_sql
- db = self.env.get_read_db()
- File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 448, in get_read_db
- raise NotImplementedError('Deprecated method')
- NotImplementedError: Deprecated method
- ======================================================================
- ERROR: test_constrained_by_milestone_or_version (tests.ticket.query.ProductQueryTestCase)
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "/path/to/bloodhound/trac/trac/ticket/tests/query.py", line 436, in test_constrained_by_milestone_or_version
- sql, args = query.get_sql()
- File "/path/to/bloodhound/trac/trac/ticket/query.py", line 434, in get_sql
- db = self.env.get_read_db()
- File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 448, in get_read_db
- raise NotImplementedError('Deprecated method')
- NotImplementedError: Deprecated method
- ======================================================================
- ERROR: test_constrained_by_multiple_owners (tests.ticket.query.ProductQueryTestCase)
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "/path/to/bloodhound/trac/trac/ticket/tests/query.py", line 287, in test_constrained_by_multiple_owners
- sql, args = query.get_sql()
- File "/path/to/bloodhound/trac/trac/ticket/query.py", line 434, in get_sql
- db = self.env.get_read_db()
- File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 448, in get_read_db
- raise NotImplementedError('Deprecated method')
- NotImplementedError: Deprecated method
- ======================================================================
- ERROR: test_constrained_by_multiple_owners_contain (tests.ticket.query.ProductQueryTestCase)
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "/path/to/bloodhound/trac/trac/ticket/tests/query.py", line 313, in test_constrained_by_multiple_owners_contain
- sql, args = query.get_sql()
- File "/path/to/bloodhound/trac/trac/ticket/query.py", line 434, in get_sql
- db = self.env.get_read_db()
- File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 448, in get_read_db
- raise NotImplementedError('Deprecated method')
- NotImplementedError: Deprecated method
- ======================================================================
- ERROR: test_constrained_by_multiple_owners_not (tests.ticket.query.ProductQueryTestCase)
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "/path/to/bloodhound/trac/trac/ticket/tests/query.py", line 300, in test_constrained_by_multiple_owners_not
- sql, args = query.get_sql()
- File "/path/to/bloodhound/trac/trac/ticket/query.py", line 434, in get_sql
- db = self.env.get_read_db()
- File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 448, in get_read_db
- raise NotImplementedError('Deprecated method')
- NotImplementedError: Deprecated method
- ======================================================================
- ERROR: test_constrained_by_owner_beginswith (tests.ticket.query.ProductQueryTestCase)
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "/path/to/bloodhound/trac/trac/ticket/tests/query.py", line 232, in test_constrained_by_owner_beginswith
- sql, args = query.get_sql()
- File "/path/to/bloodhound/trac/trac/ticket/query.py", line 434, in get_sql
- db = self.env.get_read_db()
- File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 448, in get_read_db
- raise NotImplementedError('Deprecated method')
- NotImplementedError: Deprecated method
- ======================================================================
- ERROR: test_constrained_by_owner_containing (tests.ticket.query.ProductQueryTestCase)
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "/path/to/bloodhound/trac/trac/ticket/tests/query.py", line 208, in test_constrained_by_owner_containing
- sql, args = query.get_sql()
- File "/path/to/bloodhound/trac/trac/ticket/query.py", line 434, in get_sql
- db = self.env.get_read_db()
- File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 448, in get_read_db
- raise NotImplementedError('Deprecated method')
- NotImplementedError: Deprecated method
- ======================================================================
- ERROR: test_constrained_by_owner_endswith (tests.ticket.query.ProductQueryTestCase)
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "/path/to/bloodhound/trac/trac/ticket/tests/query.py", line 35, in setUp
- self.req = Mock(href=self.env.href, authname='anonymous', tz=utc,
- File "/path/to/bloodhound/bloodhound_multiproduct/tests/ticket/query.py", line 36, in env
- File "/path/to/bloodhound/bloodhound_multiproduct/tests/env.py", line 149, in _setup_test_log
- File "/path/to/bloodhound/trac/trac/env.py", line 633, in setup_log
- File "/path/to/bloodhound/trac/trac/util/__init__.py", line 616, in get_pkginfo
- File "/path/to/venv/lib/python2.6/site-packages/setuptools-0.6c11-py2.6.egg/pkg_resources.py", line 1700, in find_on_path
- OSError: [Errno 24] Too many open files: '/path/to/bloodhound/trac'
- ======================================================================
- ERROR: test_constrained_by_owner_not_containing (tests.ticket.query.ProductQueryTestCase)
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "/path/to/bloodhound/trac/trac/ticket/tests/query.py", line 34, in setUp
- self.env = EnvironmentStub(default_data=True)
- File "/path/to/bloodhound/trac/trac/core.py", line 140, in __call__
- File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
- File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 110, in __init__
- path=path, destroying=destroying)
- File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
- File "/path/to/bloodhound/trac/trac/test.py", line 263, in __init__
- File "/path/to/bloodhound/trac/trac/ticket/default_workflow.py", line 92, in load_workflow_config_snippet
- File "/path/to/bloodhound/trac/trac/config.py", line 61, in __init__
- File "/path/to/bloodhound/trac/trac/config.py", line 266, in parse_if_needed
- TracError: Error reading '/path/to/bloodhound/trac/trac/ticket/workflows/basic-workflow.ini', make sure it is readable.
- ======================================================================
- ERROR: test_constrained_by_status (tests.ticket.query.ProductQueryTestCase)
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "/path/to/bloodhound/trac/trac/ticket/tests/query.py", line 34, in setUp
- self.env = EnvironmentStub(default_data=True)
- File "/path/to/bloodhound/trac/trac/core.py", line 140, in __call__
- File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
- File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 110, in __init__
- path=path, destroying=destroying)
- File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
- File "/path/to/bloodhound/trac/trac/test.py", line 263, in __init__
- File "/path/to/bloodhound/trac/trac/ticket/default_workflow.py", line 92, in load_workflow_config_snippet
- File "/path/to/bloodhound/trac/trac/config.py", line 61, in __init__
- File "/path/to/bloodhound/trac/trac/config.py", line 266, in parse_if_needed
- TracError: Error reading '/path/to/bloodhound/trac/trac/ticket/workflows/basic-workflow.ini', make sure it is readable.
- ======================================================================
- ERROR: test_constrained_by_time_range (tests.ticket.query.ProductQueryTestCase)
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "/path/to/bloodhound/trac/trac/ticket/tests/query.py", line 34, in setUp
- self.env = EnvironmentStub(default_data=True)
- File "/path/to/bloodhound/trac/trac/core.py", line 140, in __call__
- File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
- File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 110, in __init__
- path=path, destroying=destroying)
- File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
- File "/path/to/bloodhound/trac/trac/test.py", line 263, in __init__
- File "/path/to/bloodhound/trac/trac/ticket/default_workflow.py", line 92, in load_workflow_config_snippet
- File "/path/to/bloodhound/trac/trac/config.py", line 61, in __init__
- File "/path/to/bloodhound/trac/trac/config.py", line 266, in parse_if_needed
- TracError: Error reading '/path/to/bloodhound/trac/trac/ticket/workflows/basic-workflow.ini', make sure it is readable.
- ======================================================================
- ERROR: test_constrained_by_time_range_exclusion (tests.ticket.query.ProductQueryTestCase)
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "/path/to/bloodhound/trac/trac/ticket/tests/query.py", line 34, in setUp
- self.env = EnvironmentStub(default_data=True)
- File "/path/to/bloodhound/trac/trac/core.py", line 140, in __call__
- File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
- File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 110, in __init__
- path=path, destroying=destroying)
- File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
- File "/path/to/bloodhound/trac/trac/test.py", line 263, in __init__
- File "/path/to/bloodhound/trac/trac/ticket/default_workflow.py", line 92, in load_workflow_config_snippet
- File "/path/to/bloodhound/trac/trac/config.py", line 61, in __init__
- File "/path/to/bloodhound/trac/trac/config.py", line 266, in parse_if_needed
- TracError: Error reading '/path/to/bloodhound/trac/trac/ticket/workflows/basic-workflow.ini', make sure it is readable.
- ======================================================================
- ERROR: test_constrained_by_time_range_modified (tests.ticket.query.ProductQueryTestCase)
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "/path/to/bloodhound/trac/trac/ticket/tests/query.py", line 34, in setUp
- self.env = EnvironmentStub(default_data=True)
- File "/path/to/bloodhound/trac/trac/core.py", line 140, in __call__
- File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
- File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 110, in __init__
- path=path, destroying=destroying)
- File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
- File "/path/to/bloodhound/trac/trac/test.py", line 263, in __init__
- File "/path/to/bloodhound/trac/trac/ticket/default_workflow.py", line 92, in load_workflow_config_snippet
- File "/path/to/bloodhound/trac/trac/config.py", line 61, in __init__
- File "/path/to/bloodhound/trac/trac/config.py", line 266, in parse_if_needed
- TracError: Error reading '/path/to/bloodhound/trac/trac/ticket/workflows/basic-workflow.ini', make sure it is readable.
- ======================================================================
- ERROR: test_constrained_by_time_range_open_left (tests.ticket.query.ProductQueryTestCase)
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "/path/to/bloodhound/trac/trac/ticket/tests/query.py", line 34, in setUp
- self.env = EnvironmentStub(default_data=True)
- File "/path/to/bloodhound/trac/trac/core.py", line 140, in __call__
- File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
- File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 110, in __init__
- path=path, destroying=destroying)
- File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
- File "/path/to/bloodhound/trac/trac/test.py", line 263, in __init__
- File "/path/to/bloodhound/trac/trac/ticket/default_workflow.py", line 92, in load_workflow_config_snippet
- File "/path/to/bloodhound/trac/trac/config.py", line 61, in __init__
- File "/path/to/bloodhound/trac/trac/config.py", line 266, in parse_if_needed
- TracError: Error reading '/path/to/bloodhound/trac/trac/ticket/workflows/basic-workflow.ini', make sure it is readable.
- ======================================================================
- ERROR: test_constrained_by_time_range_open_right (tests.ticket.query.ProductQueryTestCase)
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "/path/to/bloodhound/trac/trac/ticket/tests/query.py", line 34, in setUp
- self.env = EnvironmentStub(default_data=True)
- File "/path/to/bloodhound/trac/trac/core.py", line 140, in __call__
- File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
- File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 110, in __init__
- path=path, destroying=destroying)
- File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
- File "/path/to/bloodhound/trac/trac/test.py", line 263, in __init__
- File "/path/to/bloodhound/trac/trac/ticket/default_workflow.py", line 92, in load_workflow_config_snippet
- File "/path/to/bloodhound/trac/trac/config.py", line 61, in __init__
- File "/path/to/bloodhound/trac/trac/config.py", line 266, in parse_if_needed
- TracError: Error reading '/path/to/bloodhound/trac/trac/ticket/workflows/basic-workflow.ini', make sure it is readable.
- ======================================================================
- ERROR: test_csv_escape (tests.ticket.query.ProductQueryTestCase)
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "/path/to/bloodhound/trac/trac/ticket/tests/query.py", line 34, in setUp
- self.env = EnvironmentStub(default_data=True)
- File "/path/to/bloodhound/trac/trac/core.py", line 140, in __call__
- File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
- File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 110, in __init__
- path=path, destroying=destroying)
- File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
- File "/path/to/bloodhound/trac/trac/test.py", line 263, in __init__
- File "/path/to/bloodhound/trac/trac/ticket/default_workflow.py", line 92, in load_workflow_config_snippet
- File "/path/to/bloodhound/trac/trac/config.py", line 61, in __init__
- File "/path/to/bloodhound/trac/trac/config.py", line 266, in parse_if_needed
- TracError: Error reading '/path/to/bloodhound/trac/trac/ticket/workflows/basic-workflow.ini', make sure it is readable.
- ======================================================================
- ERROR: test_equal_in_value (tests.ticket.query.ProductQueryTestCase)
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "/path/to/bloodhound/trac/trac/ticket/tests/query.py", line 34, in setUp
- self.env = EnvironmentStub(default_data=True)
- File "/path/to/bloodhound/trac/trac/core.py", line 140, in __call__
- File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
- File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 110, in __init__
- path=path, destroying=destroying)
- File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
- File "/path/to/bloodhound/trac/trac/test.py", line 263, in __init__
- File "/path/to/bloodhound/trac/trac/ticket/default_workflow.py", line 92, in load_workflow_config_snippet
- File "/path/to/bloodhound/trac/trac/config.py", line 61, in __init__
- File "/path/to/bloodhound/trac/trac/config.py", line 266, in parse_if_needed
- TracError: Error reading '/path/to/bloodhound/trac/trac/ticket/workflows/basic-workflow.ini', make sure it is readable.
- ======================================================================
- ERROR: test_grouped_by_custom_field (tests.ticket.query.ProductQueryTestCase)
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "/path/to/bloodhound/trac/trac/ticket/tests/query.py", line 34, in setUp
- self.env = EnvironmentStub(default_data=True)
- File "/path/to/bloodhound/trac/trac/core.py", line 140, in __call__
- File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
- File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 110, in __init__
- path=path, destroying=destroying)
- File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
- File "/path/to/bloodhound/trac/trac/test.py", line 263, in __init__
- File "/path/to/bloodhound/trac/trac/ticket/default_workflow.py", line 92, in load_workflow_config_snippet
- File "/path/to/bloodhound/trac/trac/config.py", line 61, in __init__
- File "/path/to/bloodhound/trac/trac/config.py", line 266, in parse_if_needed
- TracError: Error reading '/path/to/bloodhound/trac/trac/ticket/workflows/basic-workflow.ini', make sure it is readable.
- ======================================================================
- ERROR: test_grouped_by_priority (tests.ticket.query.ProductQueryTestCase)
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "/path/to/bloodhound/trac/trac/ticket/tests/query.py", line 34, in setUp
- self.env = EnvironmentStub(default_data=True)
- File "/path/to/bloodhound/trac/trac/core.py", line 140, in __call__
- File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
- File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 110, in __init__
- path=path, destroying=destroying)
- File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
- File "/path/to/bloodhound/trac/trac/test.py", line 263, in __init__
- File "/path/to/bloodhound/trac/trac/ticket/default_workflow.py", line 92, in load_workflow_config_snippet
- File "/path/to/bloodhound/trac/trac/config.py", line 61, in __init__
- File "/path/to/bloodhound/trac/trac/config.py", line 266, in parse_if_needed
- TracError: Error reading '/path/to/bloodhound/trac/trac/ticket/workflows/basic-workflow.ini', make sure it is readable.
- ======================================================================
- ERROR: test_repeated_constraint_field (tests.ticket.query.ProductQueryTestCase)
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "/path/to/bloodhound/trac/trac/ticket/tests/query.py", line 34, in setUp
- self.env = EnvironmentStub(default_data=True)
- File "/path/to/bloodhound/trac/trac/core.py", line 140, in __call__
- File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
- File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 110, in __init__
- path=path, destroying=destroying)
- File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
- File "/path/to/bloodhound/trac/trac/test.py", line 263, in __init__
- File "/path/to/bloodhound/trac/trac/ticket/default_workflow.py", line 92, in load_workflow_config_snippet
- File "/path/to/bloodhound/trac/trac/config.py", line 61, in __init__
- File "/path/to/bloodhound/trac/trac/config.py", line 266, in parse_if_needed
- TracError: Error reading '/path/to/bloodhound/trac/trac/ticket/workflows/basic-workflow.ini', make sure it is readable.
- ======================================================================
- ERROR: test_special_character_escape (tests.ticket.query.ProductQueryTestCase)
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "/path/to/bloodhound/trac/trac/ticket/tests/query.py", line 34, in setUp
- self.env = EnvironmentStub(default_data=True)
- File "/path/to/bloodhound/trac/trac/core.py", line 140, in __call__
- File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
- File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 110, in __init__
- path=path, destroying=destroying)
- File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
- File "/path/to/bloodhound/trac/trac/test.py", line 263, in __init__
- File "/path/to/bloodhound/trac/trac/ticket/default_workflow.py", line 92, in load_workflow_config_snippet
- File "/path/to/bloodhound/trac/trac/config.py", line 61, in __init__
- File "/path/to/bloodhound/trac/trac/config.py", line 266, in parse_if_needed
- TracError: Error reading '/path/to/bloodhound/trac/trac/ticket/workflows/basic-workflow.ini', make sure it is readable.
- ======================================================================
- ERROR: test_template_data (tests.ticket.query.ProductQueryTestCase)
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "/path/to/bloodhound/trac/trac/ticket/tests/query.py", line 34, in setUp
- self.env = EnvironmentStub(default_data=True)
- File "/path/to/bloodhound/trac/trac/core.py", line 140, in __call__
- File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
- File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 110, in __init__
- path=path, destroying=destroying)
- File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
- File "/path/to/bloodhound/trac/trac/test.py", line 263, in __init__
- File "/path/to/bloodhound/trac/trac/ticket/default_workflow.py", line 92, in load_workflow_config_snippet
- File "/path/to/bloodhound/trac/trac/config.py", line 61, in __init__
- File "/path/to/bloodhound/trac/trac/config.py", line 266, in parse_if_needed
- TracError: Error reading '/path/to/bloodhound/trac/trac/ticket/workflows/basic-workflow.ini', make sure it is readable.
- ======================================================================
- ERROR: test_user_var (tests.ticket.query.ProductQueryTestCase)
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "/path/to/bloodhound/trac/trac/ticket/tests/query.py", line 34, in setUp
- self.env = EnvironmentStub(default_data=True)
- File "/path/to/bloodhound/trac/trac/core.py", line 140, in __call__
- File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
- File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 110, in __init__
- path=path, destroying=destroying)
- File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
- File "/path/to/bloodhound/trac/trac/test.py", line 263, in __init__
- File "/path/to/bloodhound/trac/trac/ticket/default_workflow.py", line 92, in load_workflow_config_snippet
- File "/path/to/bloodhound/trac/trac/config.py", line 61, in __init__
- File "/path/to/bloodhound/trac/trac/config.py", line 266, in parse_if_needed
- TracError: Error reading '/path/to/bloodhound/trac/trac/ticket/workflows/basic-workflow.ini', make sure it is readable.
- ======================================================================
- ERROR: test_csv_escape (tests.ticket.report.ProductReportTestCase)
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "/path/to/bloodhound/trac/trac/ticket/tests/report.py", line 22, in setUp
- File "/path/to/bloodhound/trac/trac/core.py", line 140, in __call__
- File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
- File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 110, in __init__
- path=path, destroying=destroying)
- File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
- File "/path/to/bloodhound/trac/trac/test.py", line 263, in __init__
- File "/path/to/bloodhound/trac/trac/ticket/default_workflow.py", line 92, in load_workflow_config_snippet
- File "/path/to/bloodhound/trac/trac/config.py", line 61, in __init__
- File "/path/to/bloodhound/trac/trac/config.py", line 266, in parse_if_needed
- TracError: Error reading '/path/to/bloodhound/trac/trac/ticket/workflows/basic-workflow.ini', make sure it is readable.
- ======================================================================
- ERROR: test_saved_custom_query_redirect (tests.ticket.report.ProductReportTestCase)
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "/path/to/bloodhound/trac/trac/ticket/tests/report.py", line 22, in setUp
- File "/path/to/bloodhound/trac/trac/core.py", line 140, in __call__
- File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
- File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 110, in __init__
- path=path, destroying=destroying)
- File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
- File "/path/to/bloodhound/trac/trac/test.py", line 263, in __init__
- File "/path/to/bloodhound/trac/trac/ticket/default_workflow.py", line 92, in load_workflow_config_snippet
- File "/path/to/bloodhound/trac/trac/config.py", line 61, in __init__
- File "/path/to/bloodhound/trac/trac/config.py", line 266, in parse_if_needed
- TracError: Error reading '/path/to/bloodhound/trac/trac/ticket/workflows/basic-workflow.ini', make sure it is readable.
- ======================================================================
- ERROR: test_sub_var_digits_underscore (tests.ticket.report.ProductReportTestCase)
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "/path/to/bloodhound/trac/trac/ticket/tests/report.py", line 22, in setUp
- File "/path/to/bloodhound/trac/trac/core.py", line 140, in __call__
- File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
- File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 110, in __init__
- path=path, destroying=destroying)
- File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
- File "/path/to/bloodhound/trac/trac/test.py", line 263, in __init__
- File "/path/to/bloodhound/trac/trac/ticket/default_workflow.py", line 92, in load_workflow_config_snippet
- File "/path/to/bloodhound/trac/trac/config.py", line 61, in __init__
- File "/path/to/bloodhound/trac/trac/config.py", line 266, in parse_if_needed
- TracError: Error reading '/path/to/bloodhound/trac/trac/ticket/workflows/basic-workflow.ini', make sure it is readable.
- ======================================================================
- ERROR: test_sub_var_missing_args (tests.ticket.report.ProductReportTestCase)
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "/path/to/bloodhound/trac/trac/ticket/tests/report.py", line 22, in setUp
- File "/path/to/bloodhound/trac/trac/core.py", line 140, in __call__
- File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
- File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 110, in __init__
- path=path, destroying=destroying)
- File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
- File "/path/to/bloodhound/trac/trac/test.py", line 263, in __init__
- File "/path/to/bloodhound/trac/trac/ticket/default_workflow.py", line 92, in load_workflow_config_snippet
- File "/path/to/bloodhound/trac/trac/config.py", line 61, in __init__
- File "/path/to/bloodhound/trac/trac/config.py", line 266, in parse_if_needed
- TracError: Error reading '/path/to/bloodhound/trac/trac/ticket/workflows/basic-workflow.ini', make sure it is readable.
- ======================================================================
- ERROR: test_sub_var_no_quotes (tests.ticket.report.ProductReportTestCase)
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "/path/to/bloodhound/trac/trac/ticket/tests/report.py", line 22, in setUp
- File "/path/to/bloodhound/trac/trac/core.py", line 140, in __call__
- File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
- File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 110, in __init__
- path=path, destroying=destroying)
- File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
- File "/path/to/bloodhound/trac/trac/test.py", line 263, in __init__
- File "/path/to/bloodhound/trac/trac/ticket/default_workflow.py", line 92, in load_workflow_config_snippet
- File "/path/to/bloodhound/trac/trac/config.py", line 61, in __init__
- File "/path/to/bloodhound/trac/trac/config.py", line 266, in parse_if_needed
- TracError: Error reading '/path/to/bloodhound/trac/trac/ticket/workflows/basic-workflow.ini', make sure it is readable.
- ======================================================================
- ERROR: test_sub_var_quotes (tests.ticket.report.ProductReportTestCase)
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "/path/to/bloodhound/trac/trac/ticket/tests/report.py", line 22, in setUp
- File "/path/to/bloodhound/trac/trac/core.py", line 140, in __call__
- File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
- File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 110, in __init__
- path=path, destroying=destroying)
- File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
- File "/path/to/bloodhound/trac/trac/test.py", line 263, in __init__
- File "/path/to/bloodhound/trac/trac/ticket/default_workflow.py", line 92, in load_workflow_config_snippet
- File "/path/to/bloodhound/trac/trac/config.py", line 61, in __init__
- File "/path/to/bloodhound/trac/trac/config.py", line 266, in parse_if_needed
- TracError: Error reading '/path/to/bloodhound/trac/trac/ticket/workflows/basic-workflow.ini', make sure it is readable.
- ======================================================================
- ERROR: test_closed_interval (tests.ticket.roadmap.ProductDefaultTicketGroupStatsProviderTestCase)
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "/path/to/bloodhound/trac/trac/ticket/tests/roadmap.py", line 65, in setUp
- File "/path/to/bloodhound/trac/trac/core.py", line 140, in __call__
- File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
- File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 110, in __init__
- path=path, destroying=destroying)
- File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
- File "/path/to/bloodhound/trac/trac/test.py", line 263, in __init__
- File "/path/to/bloodhound/trac/trac/ticket/default_workflow.py", line 92, in load_workflow_config_snippet
- File "/path/to/bloodhound/trac/trac/config.py", line 61, in __init__
- File "/path/to/bloodhound/trac/trac/config.py", line 266, in parse_if_needed
- TracError: Error reading '/path/to/bloodhound/trac/trac/ticket/workflows/basic-workflow.ini', make sure it is readable.
- ======================================================================
- ERROR: test_open_interval (tests.ticket.roadmap.ProductDefaultTicketGroupStatsProviderTestCase)
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "/path/to/bloodhound/trac/trac/ticket/tests/roadmap.py", line 65, in setUp
- File "/path/to/bloodhound/trac/trac/core.py", line 140, in __call__
- File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
- File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 110, in __init__
- path=path, destroying=destroying)
- File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
- File "/path/to/bloodhound/trac/trac/test.py", line 263, in __init__
- File "/path/to/bloodhound/trac/trac/ticket/default_workflow.py", line 92, in load_workflow_config_snippet
- File "/path/to/bloodhound/trac/trac/config.py", line 61, in __init__
- File "/path/to/bloodhound/trac/trac/config.py", line 266, in parse_if_needed
- TracError: Error reading '/path/to/bloodhound/trac/trac/ticket/workflows/basic-workflow.ini', make sure it is readable.
- ======================================================================
- ERROR: test_stats (tests.ticket.roadmap.ProductDefaultTicketGroupStatsProviderTestCase)
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "/path/to/bloodhound/trac/trac/ticket/tests/roadmap.py", line 65, in setUp
- File "/path/to/bloodhound/trac/trac/core.py", line 140, in __call__
- File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
- File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 110, in __init__
- path=path, destroying=destroying)
- File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
- File "/path/to/bloodhound/trac/trac/test.py", line 263, in __init__
- File "/path/to/bloodhound/trac/trac/ticket/default_workflow.py", line 92, in load_workflow_config_snippet
- File "/path/to/bloodhound/trac/trac/config.py", line 61, in __init__
- File "/path/to/bloodhound/trac/trac/config.py", line 266, in parse_if_needed
- TracError: Error reading '/path/to/bloodhound/trac/trac/ticket/workflows/basic-workflow.ini', make sure it is readable.
- ======================================================================
- FAIL: Login-to-email mapping
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "/path/to/bloodhound/trac/trac/ticket/tests/notification.py", line 322, in test_email_map
- self.failIf('To' not in headers)
- AssertionError: True is not False
- ======================================================================
- FAIL: Using the reporter or change author as the notification sender
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "/path/to/bloodhound/trac/trac/ticket/tests/notification.py", line 350, in test_from_author
- ======================================================================
- FAIL: Non-SMTP domain exclusion
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "/path/to/bloodhound/trac/trac/ticket/tests/notification.py", line 417, in test_ignore_domains
- self.failIf('To' not in headers)
- AssertionError: True is not False
- ----------------------------------------------------------------------
- Ran 340 tests in 262.115s
- FAILED (failures=3, errors=48)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement