#19903: Exception in servers tests tear down
---------------------------------------------+------------------------
               Reporter:  aaugustin          |          Owner:  nobody
                   Type:  Bug                |         Status:  new
              Component:  Testing framework  |        Version:  master
               Severity:  Normal             |       Keywords:
           Triage Stage:  Accepted           |      Has patch:  0
    Needs documentation:  0                  |    Needs tests:  0
Patch needs improvement:  0                  |  Easy pickings:  0
                  UI/UX:  0                  |
---------------------------------------------+------------------------
 This is reproducible:
 {{{
 % PYTHONPATH=.. python3.3 ./runtests.py --settings=test_sqlite servers
 Creating test database for alias 'default'...
 Creating test database for alias 'other'...
 ........
 ----------------------------------------------------------------------
 Ran 8 tests in 1.327s

 OK
 Destroying test database for alias 'default'...
 Destroying test database for alias 'other'...
 Traceback (most recent call last):
   File "./runtests.py", line 331, in <module>
     options.failfast, args)
   File "./runtests.py", line 166, in django_tests
     failures = test_runner.run_tests(test_labels, extra_tests=extra_tests)
   File "/Users/myk/Documents/dev/django/django/test/simple.py", line 383,
 in run_tests
     self.teardown_test_environment()
   File "/Users/myk/Documents/dev/django/django/test/simple.py", line 342,
 in teardown_test_environment
     teardown_test_environment()
   File "/Users/myk/Documents/dev/django/django/test/utils.py", line 103,
 in teardown_test_environment
     del settings._original_allowed_hosts
   File "/Users/myk/Documents/dev/django/django/utils/functional.py", line
 233, in __delattr__
     delattr(self._wrapped, name)
   File "/Users/myk/Documents/dev/django/django/conf/__init__.py", line
 188, in __delattr__
     return super(UserSettingsHolder, self).__delattr__(name)
 AttributeError: _original_allowed_hosts
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/19903>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to