google-cloud-go icon indicating copy to clipboard operation
google-cloud-go copied to clipboard

datastore: TestIntegration_AggregationQueriesInTransaction failed

Open flaky-bot[bot] opened this issue 1 year ago • 1 comments

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

flaky-bot[bot] avatar Aug 10 '24 09:08 flaky-bot[bot]

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

flaky-bot[bot] avatar Aug 11 '24 08:08 flaky-bot[bot]

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)

bhshkh avatar Dec 12 '24 23:12 bhshkh