[Wikidata-bugs] [Maniphest] [Commented On] T218378: Flaky test Wikibase\Repo SetAliasesTest::testUserCannotSetAliasesWhenTheyLackPermission [4h]

2019-04-11 Thread gerritbot
gerritbot added a comment.


  Change 502862 **merged** by jenkins-bot:
  [mediawiki/extensions/Wikibase@master] Fix flaky 
SetAliasesTest::testUserCannotSetAliasesWhenTheyLackPermission
  
  https://gerrit.wikimedia.org/r/502862

TASK DETAIL
  https://phabricator.wikimedia.org/T218378

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: hoo, gerritbot
Cc: WMDE-leszek, Umherirrender, Smalyshev, gerritbot, TerraCodes, 
Liuxinyu970226, cscott, Jdforrester-WMF, D3r1ck01, Aklapper, Krinkle, 
alaa_wmde, joker88john, CucyNoiD, Nandana, NebulousIris, Gaboe420, Versusxo, 
Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, 
Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, 
Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Jonas, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331, Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T218378: Flaky test Wikibase\Repo SetAliasesTest::testUserCannotSetAliasesWhenTheyLackPermission [4h]

2019-04-10 Thread gerritbot
gerritbot added a comment.


  Change 502862 had a related patch set uploaded (by Hoo man; owner: Hoo man):
  [mediawiki/extensions/Wikibase@master] Fix flaky 
SetAliasesTest::testUserCannotSetAliasesWhenTheyLackPermission
  
  https://gerrit.wikimedia.org/r/502862

TASK DETAIL
  https://phabricator.wikimedia.org/T218378

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: hoo, gerritbot
Cc: WMDE-leszek, Umherirrender, Smalyshev, gerritbot, TerraCodes, 
Liuxinyu970226, cscott, Jdforrester-WMF, D3r1ck01, Aklapper, Krinkle, 
alaa_wmde, joker88john, CucyNoiD, Nandana, NebulousIris, Gaboe420, Versusxo, 
Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, 
Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, 
Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Jonas, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331, Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T218378: Flaky test Wikibase\Repo SetAliasesTest::testUserCannotSetAliasesWhenTheyLackPermission [4h]

2019-04-10 Thread hoo
hoo added a comment.


  This problem occurs because `SetAliasesTest` uses two `User` instances 
referring to the same user with different configurations 
(`$this->createUserWithGroup( 'no-permission' )` and 
`$this->createUserWithGroup( 'all-permission' )` which both act on the user 
"Apitesteditor", see  `WikibaseApiTestCase::createTestUser` and 
`SetAliasesTest::createUserWithGroup`). This bug didn't always surface because 
this is only an issue if either `User::clearInstanceCache` is being called on 
`$userWithInsufficientPermissions` (which AFAICT will never happen) or if 
`User::load` (called in `TestUser::__construct`) chooses to load the data from 
cache (which never seems to happen for me, but I was able to force this… but I 
think this is likely to happen in certain setups).
  
  Long story short: In order to fix this, the test should either use two 
different users for testing or make sure the caches are properly cleaned out 
between test runs.

TASK DETAIL
  https://phabricator.wikimedia.org/T218378

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: hoo
Cc: WMDE-leszek, Umherirrender, Smalyshev, gerritbot, TerraCodes, 
Liuxinyu970226, cscott, Jdforrester-WMF, D3r1ck01, Aklapper, Krinkle, 
alaa_wmde, joker88john, CucyNoiD, Nandana, NebulousIris, Gaboe420, Versusxo, 
Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, 
Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, 
Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Jonas, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331, Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T218378: Flaky test Wikibase\Repo SetAliasesTest::testUserCannotSetAliasesWhenTheyLackPermission [4h]

2019-04-10 Thread WMDE-leszek
WMDE-leszek added a comment.


  Investigation on what is going on with this test. Timebox: 4hours.

TASK DETAIL
  https://phabricator.wikimedia.org/T218378

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: WMDE-leszek
Cc: WMDE-leszek, Umherirrender, Smalyshev, gerritbot, TerraCodes, 
Liuxinyu970226, cscott, Jdforrester-WMF, D3r1ck01, Aklapper, Krinkle, 
alaa_wmde, joker88john, CucyNoiD, Nandana, NebulousIris, Gaboe420, Versusxo, 
Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, 
Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, 
Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Jonas, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331, Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T218378: Flaky test Wikibase\Repo SetAliasesTest::testUserCannotSetAliasesWhenTheyLackPermission

2019-03-19 Thread gerritbot
gerritbot added a comment.


  Change 497528 **merged** by Krinkle:
  [mediawiki/extensions/Wikibase@master] Disable flaky 
SetLabelTest::testUserCannotSetLabelWhenTheyLackPermission
  
  https://gerrit.wikimedia.org/r/497528

TASK DETAIL
  https://phabricator.wikimedia.org/T218378

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: gerritbot
Cc: WMDE-leszek, Umherirrender, Smalyshev, gerritbot, TerraCodes, 
Liuxinyu970226, cscott, Jdforrester-WMF, D3r1ck01, Aklapper, Krinkle, 
alaa_wmde, CucyNoiD, Nandana, NebulousIris, Gaboe420, Versusxo, 
Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, 
Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, 
Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Jonas, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331, Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T218378: Flaky test Wikibase\Repo SetAliasesTest::testUserCannotSetAliasesWhenTheyLackPermission

2019-03-19 Thread gerritbot
gerritbot added a comment.


  Change 497528 had a related patch set uploaded (by Jforrester; owner: 
Jforrester):
  [mediawiki/extensions/Wikibase@master] Disable flaky 
SetLabelTest::testUserCannotSetLabelWhenTheyLackPermission
  
  https://gerrit.wikimedia.org/r/497528

TASK DETAIL
  https://phabricator.wikimedia.org/T218378

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: gerritbot
Cc: WMDE-leszek, Umherirrender, Smalyshev, gerritbot, TerraCodes, 
Liuxinyu970226, cscott, Jdforrester-WMF, D3r1ck01, Aklapper, Krinkle, 
alaa_wmde, CucyNoiD, Nandana, NebulousIris, Gaboe420, Versusxo, 
Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, 
Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, 
Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Jonas, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331, Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T218378: Flaky test Wikibase\Repo SetAliasesTest::testUserCannotSetAliasesWhenTheyLackPermission

2019-03-16 Thread Umherirrender
Umherirrender added a comment.


  It seems the simiilar test 
Wikibase\Repo\Tests\Api\SetLabelTest::testUserCannotSetLabelWhenTheyLackPermission
 is also flaky
  
  
https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php70-docker/18244/console
  
1) 
Wikibase\Repo\Tests\Api\SetLabelTest::testUserCannotSetLabelWhenTheyLackPermission
=== Logs generated by test case
[wfDebug] [debug] User: cache miss for user 6 {"private":false}
[wfDebug] [debug] User: loading options for user 6 from database. 
{"private":false}
[Wikibase] [debug] {method}: setting {settingName} was given as a closure, 
resolve it to {logValue} 
{"method":"Wikibase\\SettingsArray::getSetting","settingName":"conceptBaseUri","logValue":"'http:\/\/a6055dd0c7c8\/entity\/'"}
[caches] [info] parser: HashBagOStuff {"private":false}
[wfDebug] [debug] IP: 127.0.0.1 {"private":false}
[StashEdit] [debug] Empty cache for key 
'wikidb-unittest_:stashed-edit-info:e1e522eb7b839a204a69cb786e19f748:e40146a9dad20ea4f0209d8f37a6a0e3419c4b43:892a3be458a311c0584779700a8279ff'
 ('Item:Q126'); user 'Apitesteditor'. []
[wfDebug] [debug] User: loading options for user 6 from override cache. 
{"private":false}
[wfDebug] [debug] Title::getRestrictionTypes: applicable restrictions to 
[[Item:Q126]] are {edit} {"private":false}
[wfDebug] [debug] 
MediaWiki\Revision\RenderedRevision::outputVariesOnRevisionMetaData: Keeping 
prepared output... {"private":false}
[wfDebug] [debug] 
MediaWiki\Revision\RenderedRevision::outputVariesOnRevisionMetaData: Keeping 
prepared output... {"private":false}
[wfDebug] [debug] Saved in parser cache with key 
wikidb-unittest_:pcache:idhash:169-0!wb=3 and timestamp 20190316210455 and 
revision id 375 {"private":false}
[wfDebug] [debug] BacklinkCache::queryLinks: got results from DB 
{"private":false}
[wfDebug] [debug] Title::getRestrictionTypes: applicable restrictions to 
[[Item:Q126]] are {edit} {"private":false}
[ContentHandler] [info] Accessing wikibase-item content as text! 
{"private":false}
[squid] [info] CdnCacheUpdate::purge: 
http://a6055dd0c7c8/index.php/Item_talk:Q126 
http://a6055dd0c7c8/index.php?title=Item_talk:Q126=history 
http://a6055dd0c7c8/index.php/Item:Q126 
http://a6055dd0c7c8/index.php?title=Item:Q126=history {"private":false}
[wfDebug] [debug] IP: 127.0.0.1 {"private":false}
[Wikibase] [debug] {method}: Looking up entity {entityId} (revision 
{revisionId}). 
{"method":"Wikibase\\Lib\\Store\\Sql\\WikiPageEntityRevisionLookup::getEntityRevision","entityId":{},"revisionId":0}
[wfDebug] [debug] Title::getRestrictionTypes: applicable restrictions to 
[[Item:Q126]] are {edit} {"private":false}
[wfDebug] [debug] User::getBlockedStatus: checking... {"private":false}
[Wikibase] [debug] {method}: Looking up entity {entityId} (revision 
{revisionId}). 
{"method":"Wikibase\\Lib\\Store\\Sql\\WikiPageEntityRevisionLookup::getEntityRevision","entityId":{},"revisionId":0}
[wfDebug] [debug] User: loading options for user 6 from override cache. 
{"private":false}
[wfDebug] [debug] Title::getRestrictionTypes: applicable restrictions to 
[[Item:Q126]] are {edit} {"private":false}
[wfDebug] [debug] User::pingLimiter: effective user limit: 8 in 60s 
{"private":false}
[wfDebug] [debug] User::pingLimiter: adding record for 
mediawiki:limiter:edit:ip:127.0.0.1 (limit 8 in 60s) {"private":false}
[wfDebug] [debug] User::pingLimiter: adding record for 
wikidb-unittest_:limiter:edit:user:6 (limit 8 in 60s) {"private":false}
[Wikibase] [debug] {method}: Looking up entity {entityId} (revision 
{revisionId}). 
{"method":"Wikibase\\Lib\\Store\\Sql\\WikiPageEntityRevisionLookup::getEntityRevision","entityId":{},"revisionId":0}
[wfDebug] [debug] Title::getRestrictionTypes: applicable restrictions to 
[[Item:Q126]] are {edit} {"private":false}
[StashEdit] [debug] AbuseFilter::filterAction: cache miss for 'Item:Q126' 
(key 
wikidb-unittest_:abusefilter:check-stash:default:8ea411db1e0893076d49730b8dbdfb85:v1).
 []
[wfDebug] [debug] Title::getRestrictionTypes: applicable restrictions to 
[[Item:Q126]] are {edit} {"private":false}
[StashEdit] [debug] Empty cache for key 
'wikidb-unittest_:stashed-edit-info:e1e522eb7b839a204a69cb786e19f748:090e99db96a1db5fcaadda4d4b35d3aeb7557558:892a3be458a311c0584779700a8279ff'
 ('Item:Q126'); user 'Apitesteditor'. []
[wfDebug] [debug] 
MediaWiki\Revision\RenderedRevision::outputVariesOnRevisionMetaData: Keeping 
prepared output... {"private":false}
[wfDebug] [debug] 
MediaWiki\Revision\RenderedRevision::outputVariesOnRevisionMetaData: Keeping 
prepared output... {"private":false}
[wfDebug] [debug] Saved in parser cache with key 
wikidb-unittest_:pcache:idhash:169-0!wb=3 and timestamp 20190316210455 and 
revision id 376 {"private":false}
[wfDebug] [debug] Title::getRestrictionTypes: applicable restrictions to 
[[Item:Q126]] are {edit} {"private":false}

[Wikidata-bugs] [Maniphest] [Commented On] T218378: Flaky test Wikibase\Repo SetAliasesTest::testUserCannotSetAliasesWhenTheyLackPermission

2019-03-16 Thread gerritbot
gerritbot added a comment.


  Change 497015 **merged** by Umherirrender:
  [mediawiki/extensions/Wikibase@master] Disable flaky 
SetAliasesTest::testUserCannotSetAliasesWhenTheyLackPermission
  
  https://gerrit.wikimedia.org/r/497015

TASK DETAIL
  https://phabricator.wikimedia.org/T218378

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: gerritbot
Cc: Smalyshev, gerritbot, TerraCodes, Liuxinyu970226, cscott, Jdforrester-WMF, 
D3r1ck01, Aklapper, Krinkle, alaa_wmde, CucyNoiD, Nandana, NebulousIris, 
Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, 
Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, 
Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, 
Maathavan, _jensen, rosalieper, Jonas, Wikidata-bugs, aude, Lydia_Pintscher, 
Mbch331, Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T218378: Flaky test Wikibase\Repo SetAliasesTest::testUserCannotSetAliasesWhenTheyLackPermission

2019-03-15 Thread Smalyshev
Smalyshev added a comment.


  Unfortunately, this seems to be not the only flaky test:
  
  
https://integration.wikimedia.org/ci/job/mwselenium-quibble-docker/9974/console
  
02:26:18 Failing Scenarios:
02:26:18 cucumber features/reference.feature:123 # Scenario: Add reference 
with multiple snaks
02:26:18 cucumber features/statements_item.feature:17 # Scenario: Adding a 
statement of type item
02:26:18 cucumber features/statements_quantity.feature:17 # Scenario: 
Quantity UI should work properly
02:26:18 cucumber features/statements_time.feature:78 # Scenario: Adding a 
statement of type time
02:26:18 cucumber features/statements_time.feature:78 # Scenario: Adding a 
statement of type time

TASK DETAIL
  https://phabricator.wikimedia.org/T218378

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Smalyshev
Cc: Smalyshev, gerritbot, TerraCodes, Liuxinyu970226, cscott, Jdforrester-WMF, 
D3r1ck01, Aklapper, Krinkle, alaa_wmde, CucyNoiD, Nandana, NebulousIris, 
Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, 
Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, 
Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, 
Maathavan, _jensen, rosalieper, Jonas, Wikidata-bugs, aude, Lydia_Pintscher, 
Mbch331, Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T218378: Flaky test Wikibase\Repo SetAliasesTest::testUserCannotSetAliasesWhenTheyLackPermission

2019-03-15 Thread gerritbot
gerritbot added a comment.


  Change 497015 had a related patch set uploaded (by Jforrester; owner: 
Jforrester):
  [mediawiki/extensions/Wikibase@master] Disable flaky 
SetAliasesTest::testUserCannotSetAliasesWhenTheyLackPermission
  
  https://gerrit.wikimedia.org/r/497015

TASK DETAIL
  https://phabricator.wikimedia.org/T218378

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: gerritbot
Cc: gerritbot, TerraCodes, Liuxinyu970226, cscott, Jdforrester-WMF, D3r1ck01, 
Aklapper, Krinkle, alaa_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Jonas, Wikidata-bugs, aude, Lydia_Pintscher, 
Mbch331, Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T218378: Flaky test Wikibase\Repo SetAliasesTest::testUserCannotSetAliasesWhenTheyLackPermission

2019-03-15 Thread Krinkle
Krinkle added a comment.


  If not addressed by tomorrow (Saturday), I'll do the usual disable-first 
approach.
  
  No pressure :-) I'm not saying that this test is important to fix quickly 
(not my domain to know or decide over), rather it's everything else being 
affected that is important.

TASK DETAIL
  https://phabricator.wikimedia.org/T218378

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Krinkle
Cc: TerraCodes, Liuxinyu970226, cscott, Jdforrester-WMF, D3r1ck01, Aklapper, 
Krinkle, alaa_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Jonas, Wikidata-bugs, aude, Lydia_Pintscher, 
Mbch331, Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T218378: Flaky test Wikibase\Repo SetAliasesTest::testUserCannotSetAliasesWhenTheyLackPermission

2019-03-15 Thread cscott
cscott added a comment.


  There are a few patches which have actually (apparently) passes this test and 
gotten merged, eg https://gerrit.wikimedia.org/r/496080

TASK DETAIL
  https://phabricator.wikimedia.org/T218378

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: cscott
Cc: cscott, Jdforrester-WMF, D3r1ck01, Aklapper, Krinkle, alaa_wmde, Nandana, 
Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 
Jonas, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331, Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T218378: Flaky test Wikibase\Repo SetAliasesTest::testUserCannotSetAliasesWhenTheyLackPermission

2019-03-15 Thread Jdforrester-WMF
Jdforrester-WMF added a comment.


  This is happening quite a lot, but it's maybe not entirely UBN territory…

TASK DETAIL
  https://phabricator.wikimedia.org/T218378

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Jdforrester-WMF
Cc: Jdforrester-WMF, D3r1ck01, Aklapper, Krinkle, alaa_wmde, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Jonas, 
Wikidata-bugs, aude, Lydia_Pintscher, Mbch331, Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T218378: Flaky test Wikibase\Repo SetAliasesTest::testUserCannotSetAliasesWhenTheyLackPermission

2019-03-15 Thread D3r1ck01
D3r1ck01 added a comment.


  Not sure if this is Flaky, I can reproduce this on every run locally, seems 
to be an actual failure?
  
└─ $ ▶ php ../../tests/phpunit/phpunit.php --filter 
testUserCannotSetAliasesWhenTheyLackPermission SetAliases 
repo/tests/phpunit/includes/Api/SetAliasesTest.php
Using PHP 7.3.1
PHPUnit 6.5.14 by Sebastian Bergmann and contributors.

E   1 / 1 
(100%)

Time: 858 ms, Memory: 42.50MB

There was 1 error:

1) 
Wikibase\Repo\Tests\Api\SetAliasesTest::testUserCannotSetAliasesWhenTheyLackPermission
=== Logs generated by test case
[wfDebug] [debug] IP: 127.0.0.1 {"private":false}
[Wikibase] [debug] {method}: setting {settingName} was given as a closure, 
resolve it to {logValue} 
{"method":"Wikibase\\SettingsArray::getSetting","settingName":"conceptBaseUri","logValue":"'http:\/\/localhost\/entity\/'"}
[wfDebug] [debug] IP: 127.0.0.1 {"private":false}
[Wikibase] [debug] {method}: Looking up entity {entityId} (revision 
{revisionId}). 
{"method":"Wikibase\\Lib\\Store\\Sql\\WikiPageEntityRevisionLookup::getEntityRevision","entityId":{},"revisionId":0}

TASK DETAIL
  https://phabricator.wikimedia.org/T218378

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: D3r1ck01
Cc: D3r1ck01, Aklapper, Krinkle, alaa_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Jonas, 
Wikidata-bugs, aude, Lydia_Pintscher, Jdforrester-WMF, Mbch331, Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs