Fellow Report - April 22, 2017

2017-04-22 Thread Tim Graham
Triaged --- https://code.djangoproject.com/ticket/28084 - FieldDoesNotExist when running a migration that removes a deleted field from unique_together (duplicate) https://code.djangoproject.com/ticket/28075 - USE_THOUSAND_SEPARATOR = True, causes foreignkey id to become localized (accep

Re: Django test suite taking > 2 hours, gets stuck, have to Ctrl-C

2017-04-22 Thread Josh Smeaton
While it's important to figure out the cause of the hang (and the horrendous runtime - 2 hours is far too long), in future you could try using the vagrant image https://github.com/django/django-box to run your tests. It comes loaded with all supported python versions and databases (except Oracl

Re: Django test suite taking > 2 hours, gets stuck, have to Ctrl-C

2017-04-22 Thread Collin Anderson
Hi Dylan, Was there a traceback when you pressed ctrl+c? That might show where it's getting stuck. You could try using --parallel=1 to disable multi-process which might also give you some more information. (And does the test suite run fine without your patch? :) I assume you're testing using th

Django test suite taking > 2 hours, gets stuck, have to Ctrl-C

2017-04-22 Thread 'Dylan Verheul' via Django developers (Contributions to Django itself)
Hi, I am trying to contribute my first patch (see ticket 28105). I am following the instructions on https://docs.djangoproject.com/en/1.11/intro/contributing/, but the test suite just gets stuck after about 11K-12K tests (depending on version and python version). Example: Ran 11904 tests in 29