Django only offers the possibility of parallelizing tests by splitting 
TestCases among processes. As the number of tests per TestCase class can be 
very different, it seems that splitting individual tests among processes 
would make more sense. I have replaced partition_suite_by_case() in 
test/runner.py with a new method that partitions the tests in the test 
suite evenly among the processes and at first sight it works well. Is there 
any known downfall in doing so? 

Thanks in advance!

Regards,
Alan

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/7a150499-7d95-4077-aaa2-d29a11566439n%40googlegroups.com.
  • Spl... Alan Evangelista
    • ... charettes
      • ... 'Adam Johnson' via Django developers (Contributions to Django itself)

Reply via email to