Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests.system.aiplatform.test_featurestore.TestFeaturestore: test_search_features failed #1538

Closed
flaky-bot bot opened this issue Jul 22, 2022 · 1 comment
Labels
api: vertex-ai Issues related to the googleapis/python-aiplatform API. flakybot: issue An issue filed by the Flaky Bot. Should not be added manually. 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.

Comments

@flaky-bot
Copy link

flaky-bot bot commented Jul 22, 2022

Note: #1030 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky.


commit: 46aa9b5
buildURL: Build Status, Sponge
status: failed

Test output
args = (location: "projects/ucaip-sample-tests/locations/us-central1"
,)
kwargs = {'metadata': [('x-goog-request-params', 'location=projects/ucaip-sample-tests/locations/us-central1'), ('x-goog-api-client', 'model-builder/1.15.1 gl-python/3.8.12 grpc/1.48.0rc1 gax/2.8.2 gapic/1.15.1')]}
@functools.wraps(callable_)
def error_remapped_callable(*args, **kwargs):
    try:
      return callable_(*args, **kwargs)

.nox/system-3-8/lib/python3.8/site-packages/google/api_core/grpc_helpers.py:50:


self = <grpc._channel._UnaryUnaryMultiCallable object at 0x7fe2015792b0>
request = location: "projects/ucaip-sample-tests/locations/us-central1"

timeout = None
metadata = [('x-goog-request-params', 'location=projects/ucaip-sample-tests/locations/us-central1'), ('x-goog-api-client', 'model-builder/1.15.1 gl-python/3.8.12 grpc/1.48.0rc1 gax/2.8.2 gapic/1.15.1')]
credentials = None, wait_for_ready = None, compression = None

def __call__(self,
             request,
             timeout=None,
             metadata=None,
             credentials=None,
             wait_for_ready=None,
             compression=None):
    state, call, = self._blocking(request, timeout, metadata, credentials,
                                  wait_for_ready, compression)
  return _end_unary_response_blocking(state, call, False, None)

.nox/system-3-8/lib/python3.8/site-packages/grpc/_channel.py:946:


state = <grpc._channel._RPCState object at 0x7fe2015793d0>
call = <grpc._cython.cygrpc.SegregatedCall object at 0x7fe201575e40>
with_call = False, deadline = None

def _end_unary_response_blocking(state, call, with_call, deadline):
    if state.code is grpc.StatusCode.OK:
        if with_call:
            rendezvous = _MultiThreadedRendezvous(state, call, None, deadline)
            return state.response, rendezvous
        else:
            return state.response
    else:
      raise _InactiveRpcError(state)

E grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
E status = StatusCode.UNAVAILABLE
E details = "502:Bad Gateway"
E debug_error_string = "UNKNOWN:Error received from peer ipv4:74.125.197.95:443 {grpc_message:"502:Bad Gateway", grpc_status:14, created_time:"2022-07-22T22:06:43.495380355+00:00"}"
E >

.nox/system-3-8/lib/python3.8/site-packages/grpc/_channel.py:849: _InactiveRpcError

The above exception was the direct cause of the following exception:

self = <tests.system.aiplatform.test_featurestore.TestFeaturestore object at 0x7fe208007a60>
shared_state = {'bigquery_client': <google.cloud.bigquery.client.Client object at 0x7fe201214340>, 'bigquery_dataset': Dataset(Datase...b3ab_43cd_a4e4_fc9f690b5368', 'bucket': <Bucket: temp_vertex_sdk_e2e_featurestore_test-e62756d2-a267-4b96-9d46-5>, ...}

def test_search_features(self, shared_state):

    aiplatform.init(
        project=e2e_base._PROJECT,
        location=e2e_base._LOCATION,
    )
  list_searched_features = aiplatform.Feature.search()

tests/system/aiplatform/test_featurestore.py:444:


google/cloud/aiplatform/featurestore/feature.py:489: in search
resource.api_client.search_features(request=search_features_request) or []
google/cloud/aiplatform_v1/services/featurestore_service/client.py:3025: in search_features
response = rpc(
.nox/system-3-8/lib/python3.8/site-packages/google/api_core/gapic_v1/method.py:154: in call
return wrapped_func(*args, **kwargs)


args = (location: "projects/ucaip-sample-tests/locations/us-central1"
,)
kwargs = {'metadata': [('x-goog-request-params', 'location=projects/ucaip-sample-tests/locations/us-central1'), ('x-goog-api-client', 'model-builder/1.15.1 gl-python/3.8.12 grpc/1.48.0rc1 gax/2.8.2 gapic/1.15.1')]}

@functools.wraps(callable_)
def error_remapped_callable(*args, **kwargs):
    try:
        return callable_(*args, **kwargs)
    except grpc.RpcError as exc:
      raise exceptions.from_grpc_error(exc) from exc

E google.api_core.exceptions.ServiceUnavailable: 503 502:Bad Gateway

.nox/system-3-8/lib/python3.8/site-packages/google/api_core/grpc_helpers.py:52: ServiceUnavailable

@flaky-bot flaky-bot bot added flakybot: issue An issue filed by the Flaky Bot. Should not be added manually. 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. labels Jul 22, 2022
@product-auto-label product-auto-label bot added the api: vertex-ai Issues related to the googleapis/python-aiplatform API. label Jul 22, 2022
@flaky-bot
Copy link
Author

flaky-bot bot commented Jul 23, 2022

Test passed for commit be0b7e1 (Build Status, Sponge)! Closing this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: vertex-ai Issues related to the googleapis/python-aiplatform API. flakybot: issue An issue filed by the Flaky Bot. Should not be added manually. 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.
Projects
None yet
Development

No branches or pull requests

0 participants