Page MenuHomePhabricator

quibble-vendor-mysql-hhvm-docker fails in Wikibase
Closed, ResolvedPublic

Description

Getting this failure on Wikibase test:

19:00:25 1) Special:RecentChanges shows lemmas in title links to lexemes:
19:00:25 false == true
19:00:25 running chrome
19:00:25 AssertionError: false == true
19:00:25     at Context.it (/workspace/src/extensions/WikibaseLexeme/tests/selenium/specs/special/recentchanges.js:38:3)
19:00:25     at Promise.F (/workspace/src/node_modules/core-js/library/modules/_export.js:36:28)
19:00:25

while testing this patch: https://gerrit.wikimedia.org/r/c/mediawiki/extensions/Wikibase/+/502655

Since I can not see any relation between this patch and Lexeme recent changes, it looks like we've got a flaky test again.

Event Timeline

alaa_wmde moved this task from Ready to estimate to Needs Work on the Wikidata-Campsite board.
alaa_wmde subscribed.

Check if bug still exists

I'm seeing a timeout in this test. Should that be part of this task or a new one?

08:39:31 [chrome #0-26]   Special:RecentChanges
08:39:31 [chrome #0-26]
08:39:31 [chrome #0-26]   Special:RecentChanges
08:39:31 [chrome #0-26]       1) shows lemmas in title links to lexemes
08:39:31 [chrome #0-26]       2) "after each" hook for "shows lemmas in title links to lexemes"
08:39:31 [chrome #0-26]
08:39:31 [chrome #0-26]
08:39:31 [chrome #0-26] 2 failing (4m, 41s)
08:39:31 [chrome #0-26]
08:39:31 [chrome #0-26] 1) Special:RecentChanges shows lemmas in title links to lexemes:
08:39:31 [chrome #0-26] Timeout of 60000ms exceeded. Try to reduce the run time or increase your timeout for test specs (http://webdriver.io/guide/testrunner/timeouts.html); if returning a Promise, ensure it resolves. (/workspace/src/extensions/WikibaseLexeme/tests/selenium/specs/special/recentchanges.js)
08:39:31 [chrome #0-26] Error: Timeout of 60000ms exceeded. Try to reduce the run time or increase your timeout for test specs (http://webdriver.io/guide/testrunner/timeouts.html); if returning a Promise, ensure it resolves. (/workspace/src/extensions/WikibaseLexeme/tests/selenium/specs/special/recentchanges.js)
08:39:31 [chrome #0-26]     at Test.Runnable._timeoutError (/workspace/src/node_modules/mocha/lib/runnable.js:440:10)
08:39:31 [chrome #0-26]     at Timeout.<anonymous> (/workspace/src/node_modules/mocha/lib/runnable.js:251:24)
08:39:31 [chrome #0-26]     at ontimeout (timers.js:386:14)
08:39:31 [chrome #0-26]     at tryOnTimeout (timers.js:250:5)
08:39:31 [chrome #0-26]     at Timer.listOnTimeout (timers.js:214:5)
08:39:31 [chrome #0-26]
08:39:31 [chrome #0-26] 2) Special:RecentChanges "after each" hook for "shows lemmas in title links to lexemes":
08:39:31 [chrome #0-26] Timeout of 60000ms exceeded. Try to reduce the run time or increase your timeout for test specs (http://webdriver.io/guide/testrunner/timeouts.html); if returning a Promise, ensure it resolves.
08:39:31 [chrome #0-26] Error: Timeout of 60000ms exceeded. Try to reduce the run time or increase your timeout for test specs (http://webdriver.io/guide/testrunner/timeouts.html); if returning a Promise, ensure it resolves.
08:39:31 [chrome #0-26]     at Hook.Runnable._timeoutError (/workspace/src/node_modules/mocha/lib/runnable.js:440:10)
08:39:31 [chrome #0-26]     at Timeout.<anonymous> (/workspace/src/node_modules/mocha/lib/runnable.js:251:24)
08:39:31 [chrome #0-26]     at ontimeout (timers.js:386:14)
08:39:31 [chrome #0-26]     at tryOnTimeout (timers.js:250:5)
08:39:31 [chrome #0-26]     at Timer.listOnTimeout (timers.js:214:5)
08:39:31 [chrome #0-26]

Via https://gerrit.wikimedia.org/r/#/c/mediawiki/skins/MinervaNeue/+/513966/

Addshore subscribed.

I'm going to close this as resolved? As noone has complained here in months.