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

Commit 6aa3fdd

Browse files
googlyrahmanchandra-sirigemini-code-assist[bot]release-please[bot]chalmerlowe
committed
feat(storage): Sync main and async branch (#1674)
The PR sync the main and async branch. --------- Co-authored-by: Chandra Shekhar Sirimala <chandrasiri@google.com> Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Chalmer Lowe <chalmerlowe@google.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent d9b1923 commit 6aa3fdd

3 files changed

Lines changed: 7 additions & 0 deletions

File tree

tests/system/test_notification.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ def notification_topic(storage_client, publisher_client, topic_path, no_mtls):
7575
publisher_client.delete_topic(request={"topic": topic_path})
7676

7777

78+
@pytest.mark.skip(reason="until b/470069573 is fixed")
7879
def test_notification_create_minimal(
7980
storage_client,
8081
buckets_to_delete,
@@ -100,6 +101,7 @@ def test_notification_create_minimal(
100101
notification.delete()
101102

102103

104+
@pytest.mark.skip(reason="until b/470069573 is fixed")
103105
def test_notification_create_explicit(
104106
storage_client,
105107
buckets_to_delete,
@@ -134,6 +136,7 @@ def test_notification_create_explicit(
134136
notification.delete()
135137

136138

139+
@pytest.mark.skip(reason="until b/470069573 is fixed")
137140
def test_notification_create_w_user_project(
138141
storage_client,
139142
buckets_to_delete,
@@ -162,6 +165,7 @@ def test_notification_create_w_user_project(
162165
notification.delete()
163166

164167

168+
@pytest.mark.skip(reason="until b/470069573 is fixed")
165169
def test_notification_create_wo_topic_name(
166170
storage_client,
167171
buckets_to_delete,
@@ -190,6 +194,7 @@ def test_notification_create_wo_topic_name(
190194
notification.create()
191195

192196

197+
@pytest.mark.skip(reason="until b/470069573 is fixed")
193198
def test_bucket_get_notification(
194199
storage_client,
195200
buckets_to_delete,

tests/system/test_zonal.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# py standard imports
2+
import asyncio
23
import os
34
import uuid
45
from io import BytesIO

tests/unit/asyncio/test_async_appendable_object_writer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ def mock_appendable_writer():
107107
mock_stream.persisted_size = 0
108108
mock_stream.generation_number = GENERATION
109109
mock_stream.write_handle = WRITE_HANDLE
110+
mock_stream.persisted_size = PERSISTED_SIZE
110111

111112
yield {
112113
"mock_client": mock_client,

0 commit comments

Comments
 (0)