Page MenuHomePhabricator

WikiDataQuery bulk loads all items in stream/file cache instead of iterating
Closed, DeclinedPublic

Description

Pywikibot wikidataquery module loads all data from the query before emitting any results.
This means there is tight loop waiting on the network only to collect all the data, which may be a cause of T89769: testQueryApiGetter timeout failure.