Page MenuHomePhabricator

WebPageTest search don't work
Closed, ResolvedPublic

Description

It seems like the search has stopped working, there's no results coming up:

Screen Shot 2019-11-20 at 11.20.30 AM.png (596×2 px, 145 KB)

I haven't touched that in years. It list all jobs in a log file that is on a shared disk, and that log file is used for searching.

Event Timeline

I've checked the server and the search logs looks ok. It's setup as it should, I think something changed upstream.

T213833 was the last time this happened, let me go through it again.

Change 555720 had a related patch set uploaded (by Phedenskog; owner: Phedenskog):
[performance/synthetic-monitoring-tests@master] Disable send tests as private.

https://gerrit.wikimedia.org/r/555720

Two problems here: When I changed to the new setup all tests runs as private by default. I think that hides them from the search. The other is that I've updated the code to run the same as the upstream repo but theres limit there to search only for the last 7 days. That should have been made configurable but it hasn't.

Change 555720 merged by jenkins-bot:
[performance/synthetic-monitoring-tests@master] Disable send tests as private.

https://gerrit.wikimedia.org/r/555720

The private thing fixed it. I've also hardcoded so you can search 31 days back in time.