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

spanner: TestColumnTypeErr failed #4443

Closed
flaky-bot bot opened this issue Jul 15, 2021 · 5 comments · Fixed by #4450
Closed

spanner: TestColumnTypeErr failed #4443

flaky-bot bot opened this issue Jul 15, 2021 · 5 comments · Fixed by #4450
Assignees
Labels
api: spanner Issues related to the Spanner API. 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.

Comments

@flaky-bot
Copy link

flaky-bot bot commented Jul 15, 2021

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: f6258a4
buildURL: Build Status, Sponge
status: failed

Test output
row_test.go:421: Column(28): decoding into destination with wrong type *struct {} returns error spanner: code = "InvalidArgument", desc = "failed to decode column 28, error = ", want spanner: code = "InvalidArgument", desc = "failed to decode column 28, type *struct {} cannot be used for decoding ARRAY[STRUCT]"
row_test.go:425: ColumnByName(STRUCT_ARRAY): decoding into destination with wrong type *struct {} returns error spanner: code = "InvalidArgument", desc = "failed to decode column 28, error = ", want spanner: code = "InvalidArgument", desc = "failed to decode column 28, type *struct {} cannot be used for decoding ARRAY[STRUCT]"
row_test.go:421: Column(29): decoding into destination with wrong type *struct {} returns error spanner: code = "InvalidArgument", desc = "failed to decode column 29, error = ", want spanner: code = "InvalidArgument", desc = "failed to decode column 29, type *struct {} cannot be used for decoding ARRAY[STRUCT]"
row_test.go:425: ColumnByName(NULL_STRUCT_ARRAY): decoding into destination with wrong type *struct {} returns error spanner: code = "InvalidArgument", desc = "failed to decode column 29, error = ", want spanner: code = "InvalidArgument", desc = "failed to decode column 29, type *struct {} cannot be used for decoding ARRAY[STRUCT]"
@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 15, 2021
@product-auto-label product-auto-label bot added the api: spanner Issues related to the Spanner API. label Jul 15, 2021
@hengfengli hengfengli assigned vi3k6i5 and unassigned hengfengli Jul 15, 2021
@hengfengli
Copy link
Contributor

@vi3k6i5 Same here. Thanks.

@flaky-bot
Copy link
Author

flaky-bot bot commented Jul 15, 2021

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

Test output
row_test.go:421: Column(28): decoding into destination with wrong type *struct {} returns error spanner: code = "InvalidArgument", desc = "failed to decode column 28, error = ", want spanner: code = "InvalidArgument", desc = "failed to decode column 28, type *struct {} cannot be used for decoding ARRAY[STRUCT]"
row_test.go:425: ColumnByName(STRUCT_ARRAY): decoding into destination with wrong type *struct {} returns error spanner: code = "InvalidArgument", desc = "failed to decode column 28, error = ", want spanner: code = "InvalidArgument", desc = "failed to decode column 28, type *struct {} cannot be used for decoding ARRAY[STRUCT]"
row_test.go:421: Column(29): decoding into destination with wrong type *struct {} returns error spanner: code = "InvalidArgument", desc = "failed to decode column 29, error = ", want spanner: code = "InvalidArgument", desc = "failed to decode column 29, type *struct {} cannot be used for decoding ARRAY[STRUCT]"
row_test.go:425: ColumnByName(NULL_STRUCT_ARRAY): decoding into destination with wrong type *struct {} returns error spanner: code = "InvalidArgument", desc = "failed to decode column 29, error = ", want spanner: code = "InvalidArgument", desc = "failed to decode column 29, type *struct {} cannot be used for decoding ARRAY[STRUCT]"

@flaky-bot
Copy link
Author

flaky-bot bot commented Jul 15, 2021

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

Test output
row_test.go:421: Column(28): decoding into destination with wrong type *struct {} returns error spanner: code = "InvalidArgument", desc = "failed to decode column 28, error = ", want spanner: code = "InvalidArgument", desc = "failed to decode column 28, type *struct {} cannot be used for decoding ARRAY[STRUCT]"
row_test.go:425: ColumnByName(STRUCT_ARRAY): decoding into destination with wrong type *struct {} returns error spanner: code = "InvalidArgument", desc = "failed to decode column 28, error = ", want spanner: code = "InvalidArgument", desc = "failed to decode column 28, type *struct {} cannot be used for decoding ARRAY[STRUCT]"
row_test.go:421: Column(29): decoding into destination with wrong type *struct {} returns error spanner: code = "InvalidArgument", desc = "failed to decode column 29, error = ", want spanner: code = "InvalidArgument", desc = "failed to decode column 29, type *struct {} cannot be used for decoding ARRAY[STRUCT]"
row_test.go:425: ColumnByName(NULL_STRUCT_ARRAY): decoding into destination with wrong type *struct {} returns error spanner: code = "InvalidArgument", desc = "failed to decode column 29, error = ", want spanner: code = "InvalidArgument", desc = "failed to decode column 29, type *struct {} cannot be used for decoding ARRAY[STRUCT]"

@flaky-bot
Copy link
Author

flaky-bot bot commented Jul 15, 2021

commit: 60160af
buildURL: Build Status, Sponge
status: failed

Test output
row_test.go:421: Column(28): decoding into destination with wrong type *struct {} returns error spanner: code = "InvalidArgument", desc = "failed to decode column 28, error = ", want spanner: code = "InvalidArgument", desc = "failed to decode column 28, type *struct {} cannot be used for decoding ARRAY[STRUCT]"
row_test.go:425: ColumnByName(STRUCT_ARRAY): decoding into destination with wrong type *struct {} returns error spanner: code = "InvalidArgument", desc = "failed to decode column 28, error = ", want spanner: code = "InvalidArgument", desc = "failed to decode column 28, type *struct {} cannot be used for decoding ARRAY[STRUCT]"
row_test.go:421: Column(29): decoding into destination with wrong type *struct {} returns error spanner: code = "InvalidArgument", desc = "failed to decode column 29, error = ", want spanner: code = "InvalidArgument", desc = "failed to decode column 29, type *struct {} cannot be used for decoding ARRAY[STRUCT]"
row_test.go:425: ColumnByName(NULL_STRUCT_ARRAY): decoding into destination with wrong type *struct {} returns error spanner: code = "InvalidArgument", desc = "failed to decode column 29, error = ", want spanner: code = "InvalidArgument", desc = "failed to decode column 29, type *struct {} cannot be used for decoding ARRAY[STRUCT]"

@flaky-bot
Copy link
Author

flaky-bot bot commented Jul 16, 2021

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

Test output
row_test.go:421: Column(28): decoding into destination with wrong type *struct {} returns error spanner: code = "InvalidArgument", desc = "failed to decode column 28, error = ", want spanner: code = "InvalidArgument", desc = "failed to decode column 28, type *struct {} cannot be used for decoding ARRAY[STRUCT]"
row_test.go:425: ColumnByName(STRUCT_ARRAY): decoding into destination with wrong type *struct {} returns error spanner: code = "InvalidArgument", desc = "failed to decode column 28, error = ", want spanner: code = "InvalidArgument", desc = "failed to decode column 28, type *struct {} cannot be used for decoding ARRAY[STRUCT]"
row_test.go:421: Column(29): decoding into destination with wrong type *struct {} returns error spanner: code = "InvalidArgument", desc = "failed to decode column 29, error = ", want spanner: code = "InvalidArgument", desc = "failed to decode column 29, type *struct {} cannot be used for decoding ARRAY[STRUCT]"
row_test.go:425: ColumnByName(NULL_STRUCT_ARRAY): decoding into destination with wrong type *struct {} returns error spanner: code = "InvalidArgument", desc = "failed to decode column 29, error = ", want spanner: code = "InvalidArgument", desc = "failed to decode column 29, type *struct {} cannot be used for decoding ARRAY[STRUCT]"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: spanner Issues related to the Spanner API. 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.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants