Skip to content
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

bigtable: TestIntegration_TestUpdateColumnFamilyValueType failed #10462

Closed
flaky-bot bot opened this issue Jul 1, 2024 · 25 comments · Fixed by #10576
Closed

bigtable: TestIntegration_TestUpdateColumnFamilyValueType failed #10462

flaky-bot bot opened this issue Jul 1, 2024 · 25 comments · Fixed by #10576
Labels
api: bigtable Issues related to the Bigtable API. flakybot: issue An issue filed by the Flaky Bot. Should not be added manually. priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@flaky-bot
Copy link

flaky-bot bot commented Jul 1, 2024

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 and
I will stop commenting.


commit: df60464
buildURL: Build Status, Sponge
status: failed

@flaky-bot flaky-bot bot added flakybot: issue An issue filed by the Flaky Bot. Should not be added manually. priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. labels Jul 1, 2024
@product-auto-label product-auto-label bot added the api: bigtable Issues related to the Bigtable API. label Jul 1, 2024
Copy link
Author

flaky-bot bot commented Jul 1, 2024

commit: 5d115e2
buildURL: Build Status, Sponge
status: failed

Copy link
Author

flaky-bot bot commented Jul 1, 2024

commit: 0a89ee6
buildURL: Build Status, Sponge
status: failed

Copy link
Author

flaky-bot bot commented Jul 2, 2024

commit: b15d840
buildURL: Build Status, Sponge
status: failed

@bhshkh bhshkh removed their assignment Jul 3, 2024
@gkevinzheng gkevinzheng added priority: p2 Moderately-important priority. Fix may not be included in next release. and removed priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. labels Jul 3, 2024
Copy link
Author

flaky-bot bot commented Jul 3, 2024

commit: 142b153
buildURL: Build Status, Sponge
status: failed

Copy link
Author

flaky-bot bot commented Jul 4, 2024

commit: a187451
buildURL: Build Status, Sponge
status: failed

@hoangpham95
Copy link
Contributor

I'm looking into this.

@hoangpham95
Copy link
Contributor

hoangpham95 commented Jul 8, 2024

This is odd, the failure is:

=== RUN   TestIntegration_TestUpdateColumnFamilyValueType
    integration_test.go:4013: Failed to update value type of family: rpc error: code = Unimplemented desc = Error in field 'Modifications list' : Error in element #0 : Error in field 'value_type' : Only Aggregate type and String type are supported
--- FAIL: TestIntegration_TestUpdateColumnFamilyValueType (41.15s)

However, the request is successful on grpc_cli, with the request textproto printed from the integration test:

$ grpc_cli call dns:///bigtableadmin.googleapis.com:443 --proto_path=$PWD:$PWD/blaze-bin --protofiles=google/bigtable/admin/v2/bigtable_table_admin.proto \
--channel_creds_type=ssl \
--call_creds="access_token=$(gcloud auth print-access-token)" \
google.bigtable.admin.v2.BigtableTableAdmin.ModifyColumnFamilies \
'name:"projects/google.com:cloud-bigtable-dev/instances/phhoang-test-instance/tables/test-table"  modifications:{id:"cf"  update:{value_type:{string_type:{encoding:{utf8_raw:{}}}}}}'

connecting to dns:///bigtableadmin.googleapis.com:443
Received initial metadata from server:
content-disposition : attachment
date : Mon, 08 Jul 2024 15:22:18 GMT
name: "projects/google.com:cloud-bigtable-dev/instances/phhoang-test-instance/tables/test-table"
column_families {
  key: "cf"
  value {
  }
}
granularity: MILLIS
Rpc succeeded with OK status

Copy link
Author

flaky-bot bot commented Jul 8, 2024

commit: a428615
buildURL: Build Status, Sponge
status: failed

Copy link
Author

flaky-bot bot commented Jul 9, 2024

commit: 3b15f9d
buildURL: Build Status, Sponge
status: failed

Copy link
Author

flaky-bot bot commented Jul 9, 2024

commit: fd16a17
buildURL: Build Status, Sponge
status: failed

Copy link
Author

flaky-bot bot commented Jul 10, 2024

commit: c3e2618
buildURL: Build Status, Sponge
status: failed

Copy link
Author

flaky-bot bot commented Jul 10, 2024

commit: 8ecc4e9
buildURL: Build Status, Sponge
status: failed

Copy link
Author

flaky-bot bot commented Jul 11, 2024

commit: dbd3f0a
buildURL: Build Status, Sponge
status: failed

Copy link
Author

flaky-bot bot commented Jul 11, 2024

commit: eb63f0d
buildURL: Build Status, Sponge
status: failed

Copy link
Author

flaky-bot bot commented Jul 12, 2024

commit: 265963b
buildURL: Build Status, Sponge
status: failed

Copy link
Author

flaky-bot bot commented Jul 12, 2024

commit: 432de64
buildURL: Build Status, Sponge
status: failed

Copy link
Author

flaky-bot bot commented Jul 13, 2024

commit: 978d4a1
buildURL: Build Status, Sponge
status: failed

@codyoss
Copy link
Member

codyoss commented Jul 15, 2024

@hoangpham95 @bhshkh Can we please skip this test until this is fixed.

Copy link
Author

flaky-bot bot commented Jul 16, 2024

commit: 25c5cbe
buildURL: Build Status, Sponge
status: failed

Copy link
Author

flaky-bot bot commented Jul 17, 2024

commit: 4e180f4
buildURL: Build Status, Sponge
status: failed

Copy link
Author

flaky-bot bot commented Jul 17, 2024

commit: a880fb8
buildURL: Build Status, Sponge
status: failed

Copy link
Author

flaky-bot bot commented Jul 18, 2024

commit: 29b52dc
buildURL: Build Status, Sponge
status: failed

Copy link
Author

flaky-bot bot commented Jul 20, 2024

commit: 33a4ad3
buildURL: Build Status, Sponge
status: failed

Copy link
Author

flaky-bot bot commented Jul 22, 2024

commit: 257c40b
buildURL: Build Status, Sponge
status: failed

Copy link
Author

flaky-bot bot commented Jul 23, 2024

commit: 5c0d6df
buildURL: Build Status, Sponge
status: failed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigtable Issues related to the Bigtable API. flakybot: issue An issue filed by the Flaky Bot. Should not be added manually. priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants