[05:00:17] so I'm writing a Rust parser for SQL files in the dump and wondered about the format of the page_restrictions field in the page table [05:01:15] the documentation gives an example "edit=autoconfirmed,sysop:move=sysop" with two values in the "edit" field [05:01:45] but I didn't find anything like that in the English Wiktionary dump; the fields only have one value [05:02:30] so I'm wondering if that's a mistake in the documentation or if some wikis do have two protection level values for a given action like that [05:10:55] not sure about in the database itself, but I do know that Special:RecentChanges and the protection logs show both move and edit when either one actually gets changed [05:13:52] ahh, I should clarify [05:14:22] I mean the "edit=autoconfirmed,sysop" with (apparently) both "autoconfirmed" and "sysop" [05:14:55] I have seen both "move" and "edit" in the page_restrictions field; that's quite common [05:17:50] but normally there's just one value for each action, say "edit=sysop:move=sysop" [05:18:16] I've seen multiple group assignments on occasion, but it's not particularly common, either a custom option or an API call probably was involved [05:18:27] but it's possible [05:21:41] and you're thinking of the page_restrictions field in the page table, not the page_restrictions table? [05:22:42] not entirely sure on that tbh [05:24:58] more a matter of, seen it happen on logs, RC, page info etc. - not that I know where it's actually stored ... wasn't quite sure which part you were asking about specifically [05:25:20] ahh, okay [05:26:33] probably requires nitty-gritty knowledge of historical versions of the MediaWiki software [05:27:38] since the page_restrictions field is apparently a historical relic [05:27:48] in any case, it's a strange combination of settings [05:28:17] yeah [05:30:48] it'd make more sense for two groups that don't intersect [11:42:50] Why jenkins is not trigging on https://gerrit.wikimedia.org/r/#/c/labs/tools/VideoCutTool/+/569937/ ? [11:44:58] “recheck” has to be at the beginning of the comment [11:45:06] so I think your comment beginning with “> Uploaded patch set 1.” breaks it [11:45:26] Aah Lucas_WMDE let me try again :) [11:46:38] now it worked :) [11:47:05] (though the error in the build output doesn’t look very related to the change :/ ) [12:05:38] Lucas_WMDE: yes [12:08:23] Lucas_WMDE: These tests are always failing and the output is same https://integration.wikimedia.org/ci/job/tox-docker/10009/console & https://integration.wikimedia.org/ci/job/tox-docker/10011/console [16:07:30] "Request from 88.97.96.89 via cp3058.esams.wmnet, ATS/8.0.5 [16:07:30] Error: 504, Connection Timed Out at 2020-02-04 16:06:45 GMT" [16:07:50] Eventually getting the WMF timeout message though [16:11:00] so... [16:11:04] someone told me to report this here and i'm sure you already know about problems but now i got a 504 [16:11:05] so [16:11:08] whatever that means [16:11:13] <_joe_> yes, problems are known [16:11:14] nginx/1.13.9 [16:11:16] thanks all! folks are looking into it right now, we'll keep you updated [16:27:27] rlazarus: If this the same pattern as before... [16:27:39] Do you have a pastebin for traceroute info? [16:29:00] we don't currently believe it's the same shape of issue but we'll definitely reach out if we need that information [17:55:52] hi folks, we believe issues to be resolved. there were a few things going on. 1) maps was deliberately turned off, as part of attempting to untangle some cross-service HTTP calls, for a little under an hour starting around 16:45 UTC. 2) mediawiki (on all wikis) was having latency difficulties from about 15:40-17:40UTC, and latency was so high it produced errors for about 16:00-16:15. [23:34:21] I've been getting sporadic errors like `Fatal exception of type "TypeError"` while accessing documentation on database tables on MediaWiki wiki... seems not to be reported on Phabricator... [23:35:16] Erutuon: Did you get an error code? [23:35:21] like a random string of numbers and letters [23:35:36] And/or got an example [23:36:46] gah, I had it on my clipboard but lost it; I'll paste it if I get another error [23:36:58] heh, cheers [23:37:05] I'm just having a look if it appears in the logs [23:38:04] Erutuon: Were you following Special:MyLanguage links? [23:38:13] If so, possibly https://phabricator.wikimedia.org/T244300 ? [23:39:42] Oh yes, I was; the links in Template:Databases. [23:40:39] I'm also getting 503 responses [23:40:57] again from Special:MyLanguage [23:41:06] * AntiComposite just got it too [23:41:08] [XjoBAwpAMFoAAIowZlAAAAAL] 2020-02-04 23:40:51: Fatal exception of type "TypeError" [23:41:16] https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:comment_table#comment_data [23:41:20] Yeah, if it's special:mylanguage, it's the bug above [23:41:38] [XjoBKQpAAD8AAIE3bO4AAAAN] 2020-02-04 23:41:29: Fatal exception of type "TypeError" [23:42:11] via Special:MyLanguage/Manual:Recentchanges_table [23:48:45] posted on Phabricator