#30807: Test Suite fails with umask set to 000
-----------------------------------------+------------------------
               Reporter:  bmoe872        |          Owner:  nobody
                   Type:  Bug            |         Status:  new
              Component:  Uncategorized  |        Version:  master
               Severity:  Normal         |       Keywords:
           Triage Stage:  Unreviewed     |      Has patch:  0
    Needs documentation:  0              |    Needs tests:  0
Patch needs improvement:  0              |  Easy pickings:  0
                  UI/UX:  0              |
-----------------------------------------+------------------------
 Environment: Mac OS version 10.14.6
 Python Version: 3.7.3

 The test `test_extract_file_permissions` fails with an assertion error of
 `468 != 466`

 Steps to reproduce:
 1) Set umask to 000
 2) Restart machine
 3) start a virtualenv `python3 -m venv django_virtualenv`
 4) Activate virtualenv `source django_virtualenv/bin/activate`
 5) `cd django_virtualenv`
 6) clone the django source code into here `git clone <your forked version
 of django>`
 7) `pip install -e .`
 8) `cd tests && pip install -r requirements/py3.txt`
 9) `./runtests.py`
 10) Once this has run, it should have 6 failures all relating to the
 `test_extract_file_permissions`

-- 
Ticket URL: <https://code.djangoproject.com/ticket/30807>
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/050.04beb3751f8a6aa28838fe7a44ad7f77%40djangoproject.com.

Reply via email to