Page MenuHomePhabricator

Search test failed
Closed, ResolvedPublic

Description

Recently the search fail because of to many attempts:

======================================================================
ERROR: Test the site.search() method.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/travis/build/xZise/pywikibot-core/tests/site_tests.py", line 1251, in testSearch
    se = list(mysite.search("wiki", total=100))
  File "/home/travis/build/xZise/pywikibot-core/pywikibot/data/api.py", line 2717, in __iter__
    self.data = self.request.submit()
  File "/home/travis/build/xZise/pywikibot-core/pywikibot/data/api.py", line 1990, in submit
    self.wait()
  File "/home/travis/build/xZise/pywikibot-core/pywikibot/data/api.py", line 2178, in wait
    raise TimeoutError("Maximum retries attempted without success.")
TimeoutError: Maximum retries attempted without success.

https://travis-ci.org/xZise/pywikibot-core/jobs/81838559#L975

Event Timeline

XZise raised the priority of this task from to Needs Triage.
XZise updated the task description. (Show Details)
XZise subscribed.

Change 240579 had a related patch set uploaded (by EBernhardson):
Fix interwiki search

https://gerrit.wikimedia.org/r/240579

Change 240579 merged by jenkins-bot:
Fix interwiki search

https://gerrit.wikimedia.org/r/240579