Changes between Initial Version and Version 1 of Ticket #36083, comment 3


Ignore:
Timestamp:
Jan 11, 2025, 12:25:26 PM (5 weeks ago)
Author:
Jacob Walls

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36083, comment 3

    initial v1  
    1111----
    1212I tested two solutions, both of which work:
    13 1. Running system checks inside each worker thread, to ensure the side effect described above is executed in each process:
     131. Running system checks inside each worker, to ensure the side effect described above is executed in each process:
    1414{{{#!diff
    1515diff --git a/django/test/runner.py b/django/test/runner.py
     
    100100
    101101Adam, what do you think? Would you like to prepare a patch with a regression test?
     102
     103If folks cannot reproduce the issue, I would venture a guess that it's due to the difference between `"spawn"` and `"fork"` defaults. I tested on MacOS where the default is spawn.
Back to Top