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

[DocDB] Unit tests are failing on alma8-clang12-asan #17895

Closed
1 task done
agsh-yb opened this issue Jun 22, 2023 · 0 comments
Closed
1 task done

[DocDB] Unit tests are failing on alma8-clang12-asan #17895

agsh-yb opened this issue Jun 22, 2023 · 0 comments
Assignees
Labels
area/docdb YugabyteDB core features area/ysql Yugabyte SQL (YSQL) kind/bug This issue is a bug priority/medium Medium priority issue

Comments

@agsh-yb
Copy link
Contributor

agsh-yb commented Jun 22, 2023

Jira Link: DB-6977

Description

In 2.14.11.* Most of the tests are failing with error
ERROR: An I/O error occurred while sending to the backend.

Probably due to the: commit,
Compare report
Stability link: https://detective.dev.yugabyte.com/stability/test?analyze_trends=true&branch=2.14&class=org.yb.pgsql.TestPgRegressDml&name=testPgRegressDml
Jenkins Link: https://jenkins.dev.yugabyte.com/job/github-yugabyte-db-alma8-master-clang12-asan/1671/

cc: @bmatican @nmantrav2 @kripasreenivasan @rjalan-yb @m-iancu @sushantrmishra @tverona1

Warning: Please confirm that this issue does not contain any sensitive information

  • I confirm this issue does not contain any sensitive information.
@agsh-yb agsh-yb added area/docdb YugabyteDB core features status/awaiting-triage Issue awaiting triage labels Jun 22, 2023
@yugabyte-ci yugabyte-ci added kind/bug This issue is a bug priority/medium Medium priority issue labels Jun 22, 2023
@yugabyte-ci yugabyte-ci added area/ysql Yugabyte SQL (YSQL) and removed status/awaiting-triage Issue awaiting triage labels Jun 22, 2023
timothy-e added a commit that referenced this issue Jun 23, 2023
Summary: D25513 backported 3 diffs to 2.14. In this process, the merge got a bit mixed up and an unitialized boolean was used, causing an error in ASAN. This diff fixes the failure by changing the 2.14 code to match with the code in 2.16+.

Test Plan:
Jenkins: rebase: 2.14, build type: asan

Failing tests:
```
ybd asan --java-test 'org.yb.pgsql.TestPgRegressDml#testPgRegressDml'
```

Functional tests from previous diff
```
ybd release --java-test 'org.yb.pgsql.TestPgRegressProc'
ybd release --java-test 'org.yb.pgsql.TestPgRegressPlanner'
ybd release --java-test 'org.yb.pgsql.TestPgRegressTransactions'
ybd release --java-test 'org.yb.pgsql.TestPgRegressFeaturePartition'
ybd release --java-test 'org.yb.pgsql.TestPgRegressExtension’
```

Reviewers: tnayak, mtakahara, gkukreja

Reviewed By: tnayak

Subscribers: yql

Differential Revision: https://phorge.dev.yugabyte.com/D26370
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/docdb YugabyteDB core features area/ysql Yugabyte SQL (YSQL) kind/bug This issue is a bug priority/medium Medium priority issue
Projects
None yet
Development

No branches or pull requests

3 participants