A partial archive of https://discourse-mediawiki.wmflabs.org as of Saturday May 21, 2022.

What version of SinonJS is used by Jenkins?

sebastian-wmse

I’m having difficulties troubleshooting failing tests after the upgrade of QUnit. I think the root of the problem may be that Sinon doesn’t stub an object properly when run on Jenkins (I can’t reproduce the failing locally). Is there a way to see what version of Sinon is run by Jenkins? I can’t find anything in the log.

Tgr

Javascript modules (including QUnit/Sinon) are provided by MediaWiki, so it uses whatever version the MediaWiki revision checked out for the test has. In the case of current master that’s 1.17.3.

sebastian-wmse

OK, thanks.

Unfortunately, I’m running the same version locally, so that means there’s some other variable that’s causing this. The hunt continues.