-
Notifications
You must be signed in to change notification settings - Fork 57
Closed
Labels
api: loggingIssues related to the googleapis/python-logging API.Issues related to the googleapis/python-logging API.type: cleanupAn internal cleanup or hygiene concern.An internal cleanup or hygiene concern.
Description
Every time the samples usage_guide test runs it leaves a leftover dataset in BigQuery. This test needs to be refactored to tear down the BigQuery dataset upon test completion.
python-logging/samples/snippets/usage_guide_test.py
Lines 51 to 58 in 330b53c
| def test_sink_bigquery(): | |
| client = Client() | |
| to_delete = [] | |
| usage_guide.sink_bigquery(client, to_delete) | |
| for item in to_delete: | |
| usage_guide._backoff_not_found(item.delete) |
Metadata
Metadata
Assignees
Labels
api: loggingIssues related to the googleapis/python-logging API.Issues related to the googleapis/python-logging API.type: cleanupAn internal cleanup or hygiene concern.An internal cleanup or hygiene concern.