Core: PollingFuture.exception does not respect passed timeout #8733
Labels
api: core
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Environment details
Steps to reproduce
QueryJob.exception(timeout=1)
it will run until job is done not respecting passedtimeout
, in the codegoogle-cloud-python/api_core/google/api_core/future/polling.py
Line 142 in 951b9c6
self._blocking_poll()
as it is done inself.result()
. Question is whether it is a bug or it is intentional?The text was updated successfully, but these errors were encountered: