Make WordPress Core

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


Ignore:
Timestamp:
09/21/2022 05:19:55 AM (3 years ago)
Author:
ironprogrammer
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #55919, comment 3

    initial v1  
    4545=== Additional Notes
    4646- Bypassing Composer and running `phpunit --verbose -c tests/phpunit/multisite.xml` directly will **not** reproduce the issue.
    47 
    48 ----
    49 
    50 == Test Report
    51 
    52 LGTM 👍🏻 As above, this can be tested by forcing an insufficient time period to complete the test suite.
    53 
    54 Patch tested: https://core.trac.wordpress.org/attachment/ticket/55919/55919.diff
    55 
    56 === Pre-Test Configuration
    57 1. Set Composer's `process-timeout` to a low value (e.g. 10 seconds) to simulate an insufficient timeout period: `export COMPOSER_PROCESS_TIMEOUT=10`.
    58 2. Confirm the `process-timeout` value with: `composer config process-timeout`.
    59 
    60 === Actual Results
    61 - ✅ Patch update overrides `process-timeout` value and tests complete without error.