-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[flaky test] org.yb.pgsql.TestPgRegressTypesUDT.testPgRegressTypesUDT #11717
Labels
area/ysql
Yugabyte SQL (YSQL)
kind/bug
This issue is a bug
kind/failing-test
Tests and testing infra
priority/medium
Medium priority issue
Comments
yugabyte-ci
added
kind/bug
This issue is a bug
priority/medium
Medium priority issue
labels
Jun 8, 2022
Currently I see this error in the log:
|
The random bytes in the incorrect result seem to be changing:
|
d-uspenskiy
added a commit
that referenced
this issue
Jul 13, 2022
Summary: In context of the bc2b661 / D6900 the `YBCNullTermByRefTypeEntity` object was introduced to convert null-terminated string into DocDB representation. DocDB representation was selected as `YB_YQL_DATA_TYPE_BINARY `. And this type doesn't hold termination `\0` character. It has to be added at the conversion step from DocDB to YSQL representation. Test Plan: Jenkins Run existed test ``` ./yb_build.sh --java-test 'org.yb.pgsql.TestPgRegressTypesUDT#testPgRegressTypesUDT' -n 10 ``` Reviewers: neil, jason, rskannan, mbautin Reviewed By: rskannan, mbautin Subscribers: kannan, mbautin, yql Differential Revision: https://phabricator.dev.yugabyte.com/D18275
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/ysql
Yugabyte SQL (YSQL)
kind/bug
This issue is a bug
kind/failing-test
Tests and testing infra
priority/medium
Medium priority issue
Jira Link: DB-1066
Description
https://detective-gcp.dev.yugabyte.com/stability/test?branch=master&buckets=20&build_type=all&class=org.yb.pgsql.TestPgRegressTypesUDT&name=testPgRegressTypesUDT&num_commits=25&platform=linux
seems to point to c5f5125
The text was updated successfully, but these errors were encountered: