Page MenuHomePhabricator
Paste P73774

(An Untitled Masterwork)
ActivePublic

Authored by TheresNoTime on Feb 27 2025, 2:09 PM.
Tags
None
Referenced Files
F58512215: raw-paste-data.txt
Feb 27 2025, 2:09 PM
Subscribers
14:07:05 Check 'check_testservers_baremetal-1_of_1' failed: Sending to 4 hosts...
https://www.wikipedia.org/?search=foobar (/srv/deployment/httpbb-tests/appserver/test_wwwportals.yaml:13)
mwdebug2001.codfw.wmnet, mwdebug2002.codfw.wmnet, mwdebug1002.eqiad.wmnet
Status code: expected 200, got 301.
https://www.wikipedia.org/?search=foobar&uselang=de (/srv/deployment/httpbb-tests/appserver/test_wwwportals.yaml:15)
mwdebug2001.codfw.wmnet, mwdebug2002.codfw.wmnet, mwdebug1002.eqiad.wmnet
Status code: expected 200, got 301.
===
FAIL: 147 requests sent to each of 4 hosts. 2 requests with failed assertions.
[r] Retry testserver checks
[c] Continue with deployment
[e] Exit scap
Testserver checks failed. What do you want to do? (default: [e]): r
14:07:44 Executing check 'check_testservers_baremetal-1_of_1'
14:07:44 Executing check 'check_testservers_k8s-1_of_2'
14:07:44 Executing check 'check_testservers_k8s-2_of_2'
14:08:20 Check 'check_testservers_baremetal-1_of_1' failed: Sending to 4 hosts...
https://www.wikipedia.org/?search=foobar (/srv/deployment/httpbb-tests/appserver/test_wwwportals.yaml:13)
mwdebug2001.codfw.wmnet, mwdebug2002.codfw.wmnet, mwdebug1002.eqiad.wmnet
Status code: expected 200, got 301.
https://www.wikipedia.org/?search=foobar&uselang=de (/srv/deployment/httpbb-tests/appserver/test_wwwportals.yaml:15)
mwdebug2001.codfw.wmnet, mwdebug2002.codfw.wmnet, mwdebug1002.eqiad.wmnet
Status code: expected 200, got 301.
===
FAIL: 147 requests sent to each of 4 hosts. 2 requests with failed assertions.

Event Timeline

cgoubert@cumin1002:~$ curl -k -H "www.wikipedia.org" https://mwdebug1002.eqiad.wmnet/?search=foobar -o /dev/null -vv 2>&1 | grep HTTP
> GET /?search=foobar HTTP/1.1
< HTTP/1.1 200 OK
cgoubert@cumin1002:~$ curl -k -H "www.wikipedia.org" https://mwdebug1001.eqiad.wmnet/?search=foobar -o /dev/null -vv 2>&1 | grep HTTP
> GET /?search=foobar HTTP/1.1
< HTTP/1.1 200 OK
cgoubert@cumin1002:~$ curl -k -H "www.wikipedia.org" https://mwdebug2001.codfw.wmnet/?search=foobar -o /dev/null -vv 2>&1 | grep HTTP
> GET /?search=foobar HTTP/1.1
< HTTP/1.1 200 OK
cgoubert@cumin1002:~$ curl -k -H "www.wikipedia.org" https://mwdebug2002.codfw.wmnet/?search=foobar -o /dev/null -vv 2>&1 | grep HTTP
> GET /?search=foobar HTTP/1.1
< HTTP/1.1 200 OK
cgoubert@cumin1002:~$ curl -k -H "www.wikipedia.org" https://mwdebug.svc.eqiad.wmnet:4444/?search=foobar -o /dev/null -vv 2>&1 | grep HTTP
> GET /?search=foobar HTTP/1.1
< HTTP/1.1 200 OK
cgoubert@cumin1002:~$ curl -k -H "www.wikipedia.org" https://mwdebug.svc.codfw.wmnet:4444/?search=foobar -o /dev/null -vv 2>&1 | grep HTTP
> GET /?search=foobar HTTP/1.1
< HTTP/1.1 200 OK
cgoubert@cumin1002:~$ curl -k https://www.wikipedia.org/?search=foobar -o /dev/null -vv 2>&1 | grep HTTP
* Using HTTP2, server supports multi-use
* Connection state changed (HTTP/2 confirmed)
* Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0
> GET /?search=foobar HTTP/2
< HTTP/2 301