-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
datastore: TestIntegration_AggregationQueries failed #8466
Comments
commit: 911f31e Test outputintegration_test.go:730: client.NewTransaction: rpc error: code = InvalidArgument desc = timestamp cannot have more than microseconds precision |
Fixed in #8473 |
commit: 14aa857 Test outputintegration_test.go:886: "Aggregations in transaction before creating entities": Mismatch in aggregation result got: map[avg:double_value:3.5 count:integer_value:8 sum:integer_value:28], want: map[avg:null_value:NULL_VALUE count:integer_value:0 sum:integer_value:0] |
Fixed in #8475 |
commit: 2c65345 Test outputintegration_test.go:886: "Aggregations in transaction before creating entities": Mismatch in aggregation result got: map[avg:double_value:3.5 count:integer_value:8 sum:integer_value:28], want: map[avg:null_value:NULL_VALUE count:integer_value:0 sum:integer_value:0] |
commit: d773366 Test outputintegration_test.go:886: "Aggregations in transaction before creating entities": Mismatch in aggregation result got: map[avg:double_value:3.5 count:integer_value:8 sum:integer_value:28], want: map[avg:null_value:NULL_VALUE count:integer_value:0 sum:integer_value:0] |
Testing just closing this again based on comments above. If this re-occurs, possibly something else missing. |
Looks like this issue is flaky. 😟 I'm going to leave this open and stop commenting. A human should fix and close this. commit: ccd0205 Test outputintegration_test.go:886: "Aggregations in transaction after creating entities": Mismatch in aggregation result got: map[avg:null_value:NULL_VALUE count:integer_value:0 sum:integer_value:0], want: map[avg:double_value:3.5 count:integer_value:8 sum:integer_value:28] |
Team investigating... |
Oops! Looks like this issue is still flaky. It failed again. 😬 I reopened the issue, but a human will need to close it again. commit: 05a1484 Test outputretry.go:44: FAILED after 10 attempts: integration_test.go:887: "Aggregations in transaction after creating entities": Mismatch in aggregation result got: map[avg:null_value:NULL_VALUE count:integer_value:0 sum:integer_value:0], want: map[avg:double_value:3.5 count:integer_value:8 sum:integer_value:28] |
Oops! Looks like this issue is still flaky. It failed again. 😬 I reopened the issue, but a human will need to close it again. commit: 2ac216a Test outputretry.go:44: FAILED after 10 attempts: integration_test.go:887: "Aggregations in transaction after creating entities": Mismatch in aggregation result got: map[avg:null_value:NULL_VALUE count:integer_value:0 sum:integer_value:0], want: map[avg:double_value:3.5 count:integer_value:8 sum:integer_value:28] |
Oops! Looks like this issue is still flaky. It failed again. 😬 I reopened the issue, but a human will need to close it again. commit: 94d4b1b Test outputretry.go:44: FAILED after 10 attempts: integration_test.go:887: "Aggregations in transaction after creating entities": Mismatch in aggregation result got: map[avg:null_value:NULL_VALUE count:integer_value:0 sum:integer_value:0], want: map[avg:double_value:3.5 count:integer_value:8 sum:integer_value:28] |
The build hasn't yet run on the latest commit that contains the fix. The above failure is on stale commits. Closing to see if issue is reopened on latest commit. |
This test failed!
To configure my behavior, see the Flaky Bot documentation.
If I'm commenting on this issue too often, add the
flakybot: quiet
label andI will stop commenting.
commit: 37681ff
buildURL: Build Status, Sponge
status: failed
Test output
The text was updated successfully, but these errors were encountered: