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.
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_multiplefirestore 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.