[10:07:41] !log tools.isa-dev Deploy code with reverted M2C changes (a7fb483) in order to debug errors on tools.isa. Started from scratch using python3.11 and kubernetes, and a copy of the database on tools.isa. [10:07:43] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Tools.isa-dev/SAL [10:28:23] !log admin backfilling {project}.wmcloud.org and other currently-named DNS zones to projects that don't have them [10:28:27] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Admin/SAL [11:18:06] codesearch.wmcloud.org doesn't have an IP [11:18:11] was just about to ask, same here [11:18:28] ping taavi just in case it’s related to that backfill SAL 50 minutes ago? [11:25:59] possible. looking, sorry about that [11:27:43] yeah, sorry about that [11:27:59] Nikerabbit: Lucas_WMDE: fixed now, at least once the DNS TTLs expire [11:28:06] * taavi checks if there are other cases of this [11:28:06] thanks! [11:32:57] I think that was the only one, unless the script I'm using to detect that is broken. ping me if you see more instances of that [11:34:36] (there's a pretty specific set of criteria for that bug to happen. it has to be a wmcloud.org proxy on a project that was created during a specific period of time) [13:07:18] alright, thanks for fixing it! [16:43:46] o/ api question. when I explicitly set `srwhat` to `text` on the Search API, I get different results than when I leave it undeclared. looking at the code (https://gerrit.wikimedia.org/g/mediawiki/core/+/343b70a975a42639d53d1d98bfe72c135d134ab9/includes/api/ApiQuerySearch.php#129), I think it should be defaulting to `text` so i'm confused as to what's going on and which is better. example where result #4 is different: [16:43:46] https://en.wikipedia.org/w/api.php?action=query&list=search&srsearch=wedding&srlimit=10&srnamespace=0&format=json&formatversion=2&srwhat=text vs. https://en.wikipedia.org/w/api.php?action=query&list=search&srsearch=wedding&srlimit=10&srnamespace=0&format=json&formatversion=2 [16:46:28] isaacj: Wrong channel for the question really... But look a few lines up.. If you don't pass a what, it will do a title search first [16:46:39] And only if that has no results, will it then do a text search [16:46:47] ahh jeesh thanks. friday :face-palm: will switch over [16:47:20] yeah, my understanding is title search is disabled for english wikipedia which is why i'm confused. but i'll move convo to wikimedia-search [16:48:07] isaacj: try asking in #wikimedia-search ! [16:48:37] Oh, I see you're already there [16:49:00] haha yeah i have no idea why my brain saw cloud and thought it was search. thanks!