Skip to content

firestore: listen_multiple test is flakey #2529

@BenWhitehead

Description

@BenWhitehead

In which file did you encounter the issue?

https://github.com/GoogleCloudPlatform/python-docs-samples/blob/master/firestore/cloud-client/snippets.py#L679

Did you change the file? If so, how?

no changes

Describe the issue

The listen_multiple firestore sample is flakey, likely due to not waiting appropriately for all of the async events to happen before the assertions.
To fix this flakeyness, someone with good python multithreading knowledge will be needed to add the correct await conditions.

Metadata

Metadata

Assignees

Labels

🚨This issue needs some love.api: firestoreIssues related to the Firestore API.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