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
{{ message }}
This repository was archived by the owner on Dec 31, 2023. It is now read-only.
tests/unit/test__dataframe.py:88: in _call_fut
return _dataframe._build_dataframe(*args, **kwargs)
google/cloud/monitoring_v3/_dataframe.py:101: in _build_dataframe
data=[_extract_value(point.value) for point in time_series.points],
google/cloud/monitoring_v3/_dataframe.py:101: in
data=[_extract_value(point.value) for point in time_series.points],
google/cloud/monitoring_v3/_dataframe.py:54: in _extract_value
value_type = monitoring_v3.TypedValue.pb(typed_value).WhichOneof("value")
def pb(cls, obj=None, *, coerce: bool = False):
"""Return the underlying protobuf Message class or instance.
Args:
obj: If provided, and an instance of ``cls``, return the
underlying protobuf instance.
coerce (bool): If provided, will attempt to coerce ``obj`` to
``cls`` if it is not already an instance.
"""
if obj is None:
return cls.meta.pb
if not isinstance(obj, cls):
if coerce:
obj = cls(obj)
else:
raise TypeError(
"%r is not an instance of %s"
% (
obj,
cls.__name__,
)
)
E TypeError: double_value: 0
E is not an instance of TypedValue
This test failed!
To configure my behavior, see the Flaky Bot documentation.
If I'm commenting on this issue too often, add the
flakybot: quietlabel andI will stop commenting.
commit: 78cbcf5
buildURL: Build Status, Sponge
status: failed
Test output