Baha Aiman
Baha Aiman
@igorbernstein2 As discussed, I have removed all the log writes and just prefixed the error messages with bigtable-metrics
Fixed in https://github.com/googleapis/google-cloud-go/pull/6967 Released in 1.18.0
Error from logs: ```go === RUN TestIntegration_IgnoreFieldMismatch === RUN TestIntegration_IgnoreFieldMismatch/Without_IgnoreFieldMismatch_option === RUN TestIntegration_IgnoreFieldMismatch/With_IgnoreFieldMismatch_option --- FAIL: TestIntegration_IgnoreFieldMismatch (1.90s) --- PASS: TestIntegration_IgnoreFieldMismatch/Without_IgnoreFieldMismatch_option (1.32s) --- FAIL: TestIntegration_IgnoreFieldMismatch/With_IgnoreFieldMismatch_option (0.38s) panic: runtime error: index out...
Test consistently passes in latest builds. No longer flaky
Please resolve vet failures
Error: ``` === RUN TestIntegration_PartialReadRows integration_test.go:4248: Running test against production integration_test.go:4288: Error creating column family: rpc error: code = AlreadyExists desc = Cannot create existing family follows integration_test.go:224: rpc error:...
``` === RUN TestIntegration_InstanceUpdate integration_test.go:3343: UpdateCluster: rpc error: code = FailedPrecondition desc = Cannot update cluster that is currently being modified. --- FAIL: TestIntegration_InstanceUpdate (1.11s) ```
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...
I believe https://github.com/googleapis/google-cloud-go/pull/10658 should fix this
https://github.com/googleapis/google-cloud-go/pull/10815 has the fix bigtable 1.32.0