You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(datastore): Take current read time and add retries to fix AggregationQueries (#13558)
Fixes flaky datastore integration test by using dynamic ReadTime in
retries.
Fixes: #11491
After fix:
```go
$ go test -count=25 -timeout 45m -run ^TestIntegration_AggregationQueries$
2026/01/08 16:15:44 Setting up tests to run on databaseID: ""
PASS
ok cloud.google.com/go/datastore 44.841s
$
```
0 commit comments