Skip to content
This repository was archived by the owner on Dec 31, 2023. It is now read-only.
This repository was archived by the owner on Dec 31, 2023. It is now read-only.

samples.beta.get_operation_status_test: test_get_operation_status failed #231

@flaky-bot

Description

@flaky-bot

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


commit: 227c08b
buildURL: Build Status, Sponge
status: failed

Test output
@pytest.fixture(scope="function")
    def operation_id():
        client = automl.AutoMlClient()
        project_location = f"projects/{PROJECT_ID}/locations/us-central1"
        generator = client._transport.operations_client.list_operations(
            project_location, filter_=""
        ).pages
        page = next(generator)
>       operation = page.next()
E       AttributeError: 'Page' object has no attribute 'next'

get_operation_status_test.py:33: AttributeError

Metadata

Metadata

Labels

api: automlIssues related to the googleapis/python-automl API.samplesIssues that are directly related to samples.type: cleanupAn internal cleanup or hygiene concern.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions