#31168: Add ability to mark test as parallel unsafe
---------------------------------------------+------------------------
               Reporter:  Stuart Axon        |          Owner:  nobody
                   Type:  New feature        |         Status:  new
              Component:  Testing framework  |        Version:  3.0
               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                  |
---------------------------------------------+------------------------
 I'd like to run use --parallel, but my website uses TreeBeard (via django
 cms), where some operations fail due to a race condition under parallel
 operation.

 I don't see a fix any time soon in DCMS's future, but this can't be the
 only library with a similar issue.


 It would be good if I could mark a test as @parallel_unsafe so that the
 rest of the tests could run in parallel, while all the parallel_unsafe
 tests would be guaranteed to run one at a time.

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

Reply via email to