Make WordPress Core

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


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #53705, comment 23

    v1 v2  
    11 this issue still needs reliable reproduction steps
     2
     3The existing steps reveal production fairly quickly, but that corruption is usually different each time.
    24
    35I fear that expecting pure, repeatable reproduction will lead to this issue not being resolved.
     
    57This 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.
    68
    7 The existing (and certainly imperfect) reproduction instructions are adequate to demonstrate that this issue is occurring, and others here have observed plugin corruption when using them.
    8 
    9 We have established that plugin corruption is occurring. (per my experience and @afragen's here ticket:53705#comment:10)
     9We have established that plugin corruption is occurring using the existing repro steps. (per my experience and @afragen's here ticket:53705#comment:10)
    1010
    1111Of course it would be great to be able to consistently reproduce an exact broken result, but perhaps that is not 100% necessary to address this problem.