___________ TestFactoryGenerator.test_pages_with_property_generator ____________ self = <tests.pagegenerators_tests.TestFactoryGenerator testMethod=test_pages_with_property_generator> def test_pages_with_property_generator(self): """Test the pages_with_property_generator method.""" mysite = self.get_site() for item in ('defaultsort', 'disambiguation', 'displaytitle', 'hiddencat', 'invalid_property'): > if item in mysite.get_property_names(): tests/pagegenerators_tests.py:1026: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ pywikibot/site.py:1357: in callee return fn(self, *args, **kwargs) pywikibot/site.py:6652: in get_property_names self._property_names = [pn['propname'] for pn in ppngen] pywikibot/data/api.py:2753: in __iter__ self.data = self.request.submit() pywikibot/data/api.py:1978: in submit self.wait() _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = pywikibot.data.api.Request<wikidata:wikidata->'/w/api.php?maxlag=5&continue=&f...agepropnames&meta=userinfo&indexpageids=&action=query&uiprop=blockinfo|hasmsg'> def wait(self): """Determine how long to wait after a failed request.""" self.max_retries -= 1 if self.max_retries < 0: > raise TimeoutError("Maximum retries attempted without success.") E TimeoutError: Maximum retries attempted without success. pywikibot/data/api.py:2197: TimeoutError _________________ TestSiteGenerators.test_pages_with_property __________________ self = <tests.site_tests.TestSiteGenerators testMethod=test_pages_with_property> def test_pages_with_property(self): """Test pages_with_property method.""" if MediaWikiVersion(self.site.version()) < MediaWikiVersion('1.21'): raise unittest.SkipTest('requires v1.21+') mysite = self.get_site() > pnames = mysite.get_property_names() tests/site_tests.py:1002: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ pywikibot/site.py:1357: in callee return fn(self, *args, **kwargs) pywikibot/site.py:6652: in get_property_names self._property_names = [pn['propname'] for pn in ppngen] pywikibot/data/api.py:2753: in __iter__ self.data = self.request.submit() pywikibot/data/api.py:2342: in submit self._data = super(CachedRequest, self).submit() pywikibot/data/api.py:1978: in submit self.wait() _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = tests.TestRequest<wikidata:wikidata->'/w/api.php?maxlag=5&continue=&format=jso...agepropnames&meta=userinfo&indexpageids=&action=query&uiprop=blockinfo|hasmsg'> def wait(self): """Determine how long to wait after a failed request.""" self.max_retries -= 1 if self.max_retries < 0: > raise TimeoutError("Maximum retries attempted without success.") E TimeoutError: Maximum retries attempted without success.
build[.job] | test_pages_with_property_generator | test_pages_with_property |
---|---|---|
4000 | FAILED | FAILED |
3999.21 | FAILED | FAILED |
3998.21 | FAILED | FAILED |
3997 | passed | passed |
3996.21 | FAILED | FAILED |
3995.21 | FAILED | FAILED |
3994 | passed | passed |
3993 | passed | passed |
3992.21 | FAILED | FAILED |
3991.21 | FAILED | FAILED |
3990.1 (enwp) | passed | FAILED |
3990.3 (enwp) | FAILED | passed |
3991.21 | FAILED | FAILED |
3989 | passed | passed |
3988 | passed | passed |
3987 | passed | passed |
3986 | passed | passed |
3985 | passed | passed |