google-cloud-go
google-cloud-go copied to clipboard
datastore: TestIntegration_AggregationQueriesInTransaction failed
Note: #9057 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky.
commit: 564c355c6dfbf5a1033a04c8f48135f5d937592b buildURL: Build Status, Sponge status: failed
Looks like this issue is flaky. :worried:
I'm going to leave this open and stop commenting.
A human should fix and close this.
When run at the same commit (564c355c6dfbf5a1033a04c8f48135f5d937592b), this test passed in one build (Build Status, Sponge) and failed in another build (Build Status, Sponge).
failure from logs:
=== RUN TestIntegration_AggregationQueriesInTransaction
retry.go:44: FAILED after 10 attempts:
integration_test.go:1216: "Aggregations in transaction after creating entities": Mismatch in aggregation result got: map[avg:double_value:1 count:integer_value:3 sum:integer_value:3], want: map[avg:double_value:1 count:integer_value:3 sum:integer_value:3]
--- FAIL: TestIntegration_AggregationQueriesInTransaction (111.06s)