Adjust unit tests to account for the new connection timeout parameter #10088
Labels
api: cloudresourcemanager
Issues related to the Resource Manager API.
api: dns
Issues related to the Cloud DNS API.
api: logging
Issues related to the Cloud Logging API.
api: runtimeconfig
Issues related to the Cloud Runtime Config API API.
api: translation
Issues related to the Cloud Translation API API.
priority: p1
Important issue which blocks shipping the next release. Will be fixed prior to next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
The
google-cloud-core
releasev1.1.0
introduced a new optionaltimeout
parameter to theJSONConnection
object.The
timeout
is passed down to the transport layer, which breaks several assertions in unit tests across different libraries, thus the assertions need to be adjusted.Additionally, the version pins of the core dependencies need to be bumped in order to assure that core connections that support timeouts are always used.
Update:
Looking at #10094,
security center
,spanner
, andstorage
fail for other reasons, thus their respective labels are not applied.The text was updated successfully, but these errors were encountered: