When doing the backport this morning, I got scap complaing with firstly a 503 error from both mwdebug hosts in codfw:
08:23:56 Executing check 'check_testservers_baremetal' 08:24:46 Check 'check_testservers_baremetal' failed: Sending to 4 hosts... https://en.wikipedia.org/wiki/Barack_Obama (/srv/deployment/httpbb-tests/appserver/test_main.yaml:15) mwdebug2001.codfw.wmnet ERROR: HTTPSConnectionPool(host='mwdebug2001.codfw.wmnet', port=443): Read timed out. (read timeout=10) mwdebug2002.codfw.wmnet ERROR: HTTPSConnectionPool(host='mwdebug2002.codfw.wmnet', port=443): Read timed out. (read timeout=10) === ERRORS: 128 requests attempted to each of 4 hosts. Errors connecting to 2 hosts.
Looking in the debug log I see:
Mar 25, 2024 @ 08:24:13.202 mwdebug2001 Parsing Barack Obama was slow, took 12.10 seconds Mar 25, 2024 @ 08:24:13.837 mwdebug2002 Parsing Barack Obama was slow, took 12.71 seconds
The httpb test has a 10 seconds read timeout but parsing the page took 12 seconds hence the timeout. It might because of a cold cache on the host since the next check did pass.
I don't think we should probe using Barack Obama, I have suggested that page a decade ago as a performance tests for the Parser since had the time it had the most references (<ref>) and that was a good indication at how crowed/bottlenecked our parser worked. I'd suggest changing the URL to a smaller page or alternatively raise the timeout.