| Dalba created this task. Dalba added projects: Pywikibot-tests, Pywikibot-core. Herald added subscribers: pywikibot-bugs-list, Aklapper. |
TASK DESCRIPTION
#3905 errored
https://travis-ci.org/wikimedia/pywikibot-core/jobs/210150734#L3943
_________________ NonStandardVersionSiteTestCase.test_arabeyes _________________
self = <tests.site_detect_tests.NonStandardVersionSiteTestCase testMethod=test_arabeyes> def test_arabeyes(self): """Test detection of MediaWiki sites for wiki.arabeyes.org.""" > self.assertSite('http://wiki.arabeyes.org/$1') tests/site_detect_tests.py:135: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <tests.site_detect_tests.NonStandardVersionSiteTestCase testMethod=test_arabeyes> url = 'http://wiki.arabeyes.org/$1' def assertSite(self, url): """ Assert a MediaWiki site can be loaded from the url. @param url: Url of tested site @type url: str @raises AssertionError: Site under url is not MediaWiki powered """ try: self.assertIsInstance(MWSite(url), MWSite) except (AttributeError, ConnectionError, RuntimeError, ServerError, Timeout): > raise AssertionError E AssertionError tests/site_detect_tests.py:68: AssertionError
From 21 builds, 13 of them have this error and 8 of them have not run this test, i.e. the test has failed in all its runs.
The same thing has happened in 3904, 3903 and 3902.
There has been no error in 3901.
TASK DETAIL
EMAIL PREFERENCES
To: Dalba
Cc: Aklapper, pywikibot-bugs-list, Dalba, Magul, Tbscho, MayS, Mdupont, JJMC89, Avicennasis, Sn1per, jayvdb, Masti, Alchimista, Rxy
Cc: Aklapper, pywikibot-bugs-list, Dalba, Magul, Tbscho, MayS, Mdupont, JJMC89, Avicennasis, Sn1per, jayvdb, Masti, Alchimista, Rxy
_______________________________________________ pywikibot-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs
