You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The test_geoalchemy2_core unit test in packages/sqlalchemy-bigquery/tests/unit/test_geography.py is failing and blocking the main CI pipeline. It has been temporarily skipped to unblock our kokoro jobs.
Logs:
The test is throwing an AssertionError during the core_deps_from_source(protobuf_implementation='python') nox session.
There are also multiple mocked storage exceptions occurring in the same run that may be related:
google.cloud.storage.exceptions.InvalidResponse: ('Request failed with status code', , 'Expected one of', <HTTPStatus.OK: 200>, <HTTPStatus.CREATED: 201>)
The
test_geoalchemy2_coreunit test inpackages/sqlalchemy-bigquery/tests/unit/test_geography.pyis failing and blocking the main CI pipeline. It has been temporarily skipped to unblock our kokoro jobs.Logs:
The test is throwing an AssertionError during the
core_deps_from_source(protobuf_implementation='python')nox session.There are also multiple mocked storage exceptions occurring in the same run that may be related:
google.cloud.storage.exceptions.InvalidResponse: ('Request failed with status code', , 'Expected one of', <HTTPStatus.OK: 200>, <HTTPStatus.CREATED: 201>)
Googlers, see: https://fusion2.corp.google.com/ci;prev=s/kokoro/prod:cloud-devrel%2Fclient-libraries%2Fpython%2Fgoogleapis%2Fgoogle-cloud-python%2Fcontinuous%2Fhead/activity/c4009265-4f0b-4495-b320-a19b51bdf29c/log?q=google-cloud-python&s=p
Action Required:
Please investigate the AssertionError and mock failures, fix the test, and remove the @pytest.mark.skip decorator.