Skip to content

Commit 322eb79

Browse files
dpebotbusunkim96
authored andcommitted
* Auto-update dependencies. * Fix storage notification poll sample Change-Id: I6afbc79d15e050531555e4c8e51066996717a0f3 * Fix spanner samples Change-Id: I40069222c60d57e8f3d3878167591af9130895cb * Drop coverage because it's not useful Change-Id: Iae399a7083d7866c3c7b9162d0de244fbff8b522 * Try again to fix flaky logging test Change-Id: I6225c074701970c17c426677ef1935bb6d7e36b4
1 parent 0019f4a commit 322eb79

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
google-cloud-logging==1.2.0
1+
google-cloud-logging==1.3.0

packages/google-cloud-logging/samples/snippets/snippets_test.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,6 @@ def test_write():
4343

4444

4545
def test_delete(example_log):
46-
snippets.delete_logger(TEST_LOGGER_NAME)
46+
@eventually_consistent.call
47+
def _():
48+
snippets.delete_logger(TEST_LOGGER_NAME)

0 commit comments

Comments
 (0)