[00:26:11] Hi, I created an article about a group of Georgia O'Keeffe paintings and I see that I cannot add an article more than once to wikidata [00:26:38] so, I created a redirect https://en.wikipedia.org/w/index.php?title=East_River_from_the_Thirtieth_Story_of_the_Shelton_Hotel [00:27:10] but I'm unable to add it to https://www.wikidata.org/wiki/Q19921177 [00:27:55] Is anyone there? [00:29:14] !admin [08:29:37] Amir1 told me about Wikibase tests all falling in Jenkins related to some Scribunto test ( https://phabricator.wikimedia.org/T155600 ) [08:29:54] I pasted a few info. Gotta take care of myself right now and I guess I will help once done [09:14:09] spending some time on it [09:14:16] I might have a candidate to the regression [11:20:14] another candidate: SiteMatrix might be causing Scribunto tests to fail [11:22:10] hashar: Thanks. I also thought about it (it seemed a god candidate as it has to do with sites) but quickly testing locally it looked ok. But looking in more detail now [11:29:47] leszek_wmde: or it could be BetaFeatures as well [11:30:02] I looked at build triggered by Wikibase [11:30:07] and found the last success / first failure. [11:30:07] https://phabricator.wikimedia.org/T155600#2952269 [11:30:22] the main difference being BetaFeatures and SiteMatrix [14:31:15] hi Wikidataniks [14:32:49] Hi Pharos :) [14:34:26] Does anypne know, is the "showcase item" thing dormant? [14:34:26] hi all. I am trying to run a sparql in WDQS but it is timingout. Is there another interface where I could run it? [14:35:40] Some features are down right now, I think [14:36:14] It seems that some CSS rules of my Watchlist aren't loading [14:38:01] HenriqueCrang: Probably not, it is likely that you query simply doesnt run fast enough for the 30 second timeout! [14:38:08] abian: ? :O [14:38:39] it is also possible that your query was malformed, that has happened to me :) [14:39:01] Pharos: in theroy that should have a different error :) [14:39:49] Okay, I see that's an issue with the Spanish interface [14:40:09] https://www.wikidata.org/wiki/Special:Watchlist?uselang=es [14:40:53] oooh interesting, do you mean at the top? [14:41:06] https://usercontent.irccloud-cdn.com/file/iS6zAPP4/ [14:41:10] Yes, but that affects to the entire page [14:41:20] There are some unclosed HTML tags [14:41:48] *not closed (I invented a word, yeah :D) [14:42:23] could be an issue with https://www.wikidata.org/wiki/MediaWiki:Watchlist-summary [14:42:26] Have a look at the source code with, for example, Firefox, and you'll see some tags in red [14:43:14] abian: https://www.wikidata.org/wiki/Template:Watchlist_summary/es [14:43:44] looks like 2 new div opens are added but no closes [14:43:57] Yes, I'll update that and try to fix what could be wrong [14:44:00] Thanks, addshore :) [14:44:10] it looks like a bot copies that from somewhere else though [14:44:24] could be a problem with the bot too :p [14:46:14] I see no tags as a part of these messages, so... maybe the bot, yes :S [14:54:20] addshore: Thiemo_WMDE: leszek_wmde: I found what broke Scribunto/Wikibase [14:54:21] https://phabricator.wikimedia.org/T155600#2952805 [14:54:27] that is due to CirrusSearch [14:54:28] YAY [14:54:34] hashar: just saw it, awesome! [14:54:36] it comes with an interwiki resolver thing that has some side effects [14:54:37] BUT [14:54:43] I HAVE NO IDEA HOW TO FIX THAT PROPERLY !!!!! [14:54:50] i am still trying to reproduce it locally [14:54:57] I can reproduce with the localsettings I have pasted on the task [14:55:13] then if I got to cirrusSearch and git checkout 647c03095^ [14:55:14] tests pass [14:55:34] what I did is [14:55:38] insall all the listed dependencies [14:55:41] (but not wikibase) [14:55:57] then I have deleted all the tests directories and only kept the one for CirrusSearch / Scribunto [14:56:18] in Scribunto I deleted most test files to just keep the one that fail ( TitleLibraryTests* ) [14:56:20] that speed up bisect [14:56:46] hashar: I am going to look into this interwiki resolver then, that helps a lot! [14:57:00] although bad news that is not wikibase that causes problems [14:57:01] one sure thing [14:57:06] Wikibase is not at all fault [14:59:13] And do you know why the Special:ConstraintReport isn't working? [14:59:23] no clue :( [14:59:32] It always returns an InvalidArgumentException [15:01:01] it might just be a CirrusSearch test leaking data [15:01:08] giving it atry [15:03:08] sorry, we had a powerline problem here and the pc went down before I could see the message. Could anyone plese paste to me the message the mentioned me? [15:03:35] Sure :) [15:03:36] 14:36:18 < addshore> HenriqueCrang: Probably not, it is likely that you query simply doesnt run fast enough for the 30 [15:03:39] second timeout! [15:04:10] abian: addshore thanks! [15:04:54] is there any other interface where i could run slower queries? [15:05:31] 👍 [15:05:36] I think there isn't [15:06:44] You have some options: making the query more efficient, running multiple queries while modifying their offsets, using a dump... [15:08:01] Concerning OFFSET... https://www.w3.org/TR/rdf-sparql-query/#modOffset [15:08:27] I've never tested it with WDQS, but you can try and tell us :) [15:09:28] You'll have the problem that some elements can change between an execution and the next one, but that's not so usual [15:11:04] thnaks for the link! I was just about to make this observation, but if I manage to deal with my thresholds correctly this wont be a problem! [15:11:44] I hope so, you're welcome! :) [15:23:31] I AM such a lame hacker [15:23:33] really [15:26:05] https://gerrit.wikimedia.org/r/333003 test: reset InterWikiLookup service after test [15:26:07] that might do it [15:26:16] wow [15:26:29] the root cause is in mediawiki/core really [15:26:38] when a test change a service, which should reset them between suites [15:26:41] obviously :) [15:27:59] https://gerrit.wikimedia.org/r/333004 (DO NOT SUBMIT) test CirrusSearch fixup [15:28:07] is a wikibase change that depends on the CirrusSearch fixup i did [15:28:15] maybe that will work. Who knows really [15:28:33] I am just happy I am not a doctor or the patient would be long gone to a different hostpital! [15:39:22] leszek_wmde: I think that fixed it [15:41:11] hashar: yes, your patch seems to be fixing the failure for me locally [15:41:15] hashar thanks! [15:44:18] leszek_wmde: I am praising Wikibase folks for not force merging their change patentitly waiting for tests to be fixed :]]] [15:45:01] hashar: haha, luckily nobody was so desperate to do such things [15:47:33] I'd like some peer review on my pet masterpiece item, Captain Ahab https://www.wikidata.org/wiki/Q2630009 [15:52:53] am I using the right properties, in the right way? [15:58:48] I did a "recheck" on all Wikibase changes that received a CR+2 but had tests failling [16:01:50] thanks! [19:35:18] Does anybody know how to get the province & country of a city via Sparql query? [19:41:33] 18:42:06 < Idealites> je vous confierait bien un secret mais je peux pas... Mais je suis perspicace et jai eu une intuition qui s'est avérée juste... [19:41:39] (wrong window) [19:42:21] zboiq: first, you need to find the relevant properties to express what you wish to retrieve [19:43:10] zboiq: there is a little issue with your request, instead to use a province property, geographical entities are said to be in other entities on Wikidata [21:27:43] http://exhibit.library.pitt.edu/chronology/ [22:02:55] Hi.