Skip to content

Commit 5d79f66

Browse files
committed
REMOVE THIS COMMIT BEFORE MERGING!
- Bogus changes to pubsub and firestore to ensure their systests pass on CI.
1 parent d6f970d commit 5d79f66

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

firestore/tests/system/test_system.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -865,6 +865,7 @@ def test_batch(client, cleanup):
865865
assert not document3.get().exists
866866

867867

868+
# This test would hang with an earlier version of the patch for #7817.
868869
def test_watch_document(client, cleanup):
869870
db = client
870871
collection_ref = db.collection(u"wd-users" + UNIQUE_RESOURCE_ID)

pubsub/tests/system.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ def test_subscribe_to_messages(
134134
future.cancel()
135135

136136

137+
# This test would hang with an earlier version of the patch for #7817.
137138
def test_subscribe_to_messages_async_callbacks(
138139
publisher, topic_path, subscriber, subscription_path, cleanup
139140
):

0 commit comments

Comments
 (0)