Skip to content

tests.system.test_system.TestLogging: test_reload_sink failed #518

@flaky-bot

Description

@flaky-bot

This test failed!

To configure my behavior, see the Flaky Bot documentation.

If I'm commenting on this issue too often, add the flakybot: quiet label and
I will stop commenting.


commit: 7427a41
buildURL: Build Status, Sponge
status: failed

Test output
self = 
@skip_for_mtls
def test_reload_sink(self):
    SINK_NAME = "test-reload-sink%s" % (_RESOURCE_ID,)
    retry = RetryErrors((Conflict, ServiceUnavailable), max_tries=10)
  uri = self._init_bigquery_dataset()

tests/system/test_system.py:855:


tests/system/test_system.py:797: in _init_bigquery_dataset
from google.cloud import bigquery
.nox/system-3-8/lib/python3.8/site-packages/google/cloud/bigquery/init.py:35: in
from google.cloud.bigquery.client import Client
.nox/system-3-8/lib/python3.8/site-packages/google/cloud/bigquery/client.py:64: in
from google.cloud.bigquery import _job_helpers
.nox/system-3-8/lib/python3.8/site-packages/google/cloud/bigquery/_job_helpers.py:24: in
from google.cloud.bigquery import job
.nox/system-3-8/lib/python3.8/site-packages/google/cloud/bigquery/job/init.py:17: in
from google.cloud.bigquery.job.base import _AsyncJob
.nox/system-3-8/lib/python3.8/site-packages/google/cloud/bigquery/job/base.py:27: in
from google.cloud.bigquery import _helpers


"""Shared helper functions for BigQuery API classes."""

import base64
import datetime
import decimal
import math
import re
from typing import Optional, Union

from dateutil import relativedelta
E ModuleNotFoundError: No module named 'dateutil'

.nox/system-3-8/lib/python3.8/site-packages/google/cloud/bigquery/_helpers.py:24: ModuleNotFoundError

Metadata

Metadata

Assignees

Labels

api: loggingIssues related to the googleapis/python-logging API.flakybot: issueAn issue filed by the Flaky Bot. Should not be added manually.priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions