-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Intermittent system test failure #66
Labels
type: process
A process-related concern. May include testing, release, or the like.
Comments
This is happening almost every time now in Kokoro. |
Fixed with PR #70. |
Seems to have raised its ugly head again. |
product-auto-label
bot
added
the
api: datastore
Issues related to the googleapis/python-ndb API.
label
Sep 27, 2021
tseaver
added
type: process
A process-related concern. May include testing, release, or the like.
and removed
triage me
I really want to be triaged.
🚨
This issue needs some love.
api: datastore
Issues related to the googleapis/python-ndb API.
labels
Sep 27, 2021
chrisrossi
pushed a commit
to chrisrossi/python-ndb
that referenced
this issue
Sep 28, 2021
tseaver
pushed a commit
that referenced
this issue
Sep 28, 2021
@tseaver I'm going to close this based on some of the recent fixes, assuming you haven't seen this again. Please let us know if you see it again. |
@meredithslota Seems good. PR #726 noted explicitly that it was fixing this bug, but the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Intermittently, we get this system test failure:
I've only seen this happen on a Datastore backed data store, not on a Firestore backed data store. I suspect the issue is that it takes some amount of time for the metadata about "AnyKind" to get updated after the entity is saved. Maybe a retry loop would be in order.
The text was updated successfully, but these errors were encountered: