Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #53945, comment 41


Ignore:
Timestamp:
09/13/2021 10:29:57 PM (3 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #53945, comment 41

    initial v1  
    88Yeah, the numbers here are similar: 20-25 sec. on the first run, then the longer delay after Composer and before PHPUnit (more like 50-60 seconds now). Running the tests again, the delays are a lot smaller. Tried to figure out what's going on and it looks like npm is running some update checks (perhaps) as it is making ~200-300 requests during that first-run delay.
    99
    10 Another thing I've noticed is that `npm run test:php` will fail if the network connection is shaky/faulty and Composer is not able to check for updates. It also fails on subsequent runs when there will be no updates available. The PHP tests (mostly) run with no internet connection. Some fail instead of being skipped though. Not a big deal but may be good to fix.
     10Another thing I've noticed is that `npm run test:php` will fail if the network connection is shaky/faulty and Composer is not able to check for updates. It also fails on subsequent runs when there will be no updates available. The PHP tests (mostly) run with no internet connection (although some fail instead of being skipped). Not a big deal but may be good to fix.