#22068: Trailing slash after some test suites leads to test failure
-----------------------------------+--------------------
     Reporter:  MattBlack          |      Owner:
         Type:  Bug                |     Status:  new
    Component:  Testing framework  |    Version:  master
     Severity:  Normal             |   Keywords:
 Triage Stage:  Unreviewed         |  Has patch:  0
Easy pickings:  0                  |      UI/UX:  0
-----------------------------------+--------------------
 This happend yesterday and today, running:

 PYTHONPATH=..:$PYTHONPATH python2 ./runtests.py --settings=test_sqlite
 test_utils

 {{{
 Testing against Django installed in '/home/mattblack/10.12.216.104/django'
 Creating test database for alias 'default'...
 Creating test database for alias 'other'...
 ...................................s............
 ----------------------------------------------------------------------
 Ran 48 tests in 0.160s

 OK (skipped=1)

 }}}
 test is successful
 ----------------------------------------------------------------------
 PYTHONPATH=..:$PYTHONPATH python2 ./runtests.py --settings=test_sqlite
 test_utils/

 [https://dpaste.de/r5uu] to see the traceback, it's just huge to be pasted
 here (and it's not the full one)

 fails

 ----------------------------------------------------------------------

 same for util_test suite. The problem is reproducible in python 2 and 3.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/22068>
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 [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/052.bf010f333aeb5b0eccee79b5e25d31cd%40djangoproject.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to