Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #53705, comment 23


Ignore:
Timestamp:
09/06/2022 07:29:18 PM (4 years ago)
Author:
bpayton
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #53705, comment 23

    initial v1  
    11 this issue still needs reliable reproduction steps
    22
    3 I fear that expecting pure, repeatable reproduction will lead this issue not being resolved.
     3I fear that expecting pure, repeatable reproduction will lead to this issue not being resolved.
    44
    55This bug involves a race condition, so it is naturally not reproducible in the way that a pure function yields a consistent result given the same arguments. To make the results of this bug exactly repeatable, we would need to control all factors that determine which execution threads win and lose the races, and we do not typically control those factors at the OS and network level.