-
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
[YSQL] flaky test: org.yb.pgsql.TestPgRegressPgMisc.testPgRegressPgMisc #16188
Comments
Summary: Regress test yb_pg_select, part of java test TestPgRegressPgMisc, started consistently failing after commit 9c92d1b titled [#16926] ysql: make some regress test indexes ASC It was missed because the test plan missed that test and Detective, the internal build/test UI, recently changed to hide muted tests by default. Update the output to make the test pass. A followup is planned to make the query closer to what it is intended to test. The test is still flaky from an older reason, so leave the issue open. Jira Issue(s): DB-5620 Test Plan: Jenkins: test regex: .*TestPgRegressPgMisc#.* ./yb_build.sh fastdebug --gcc11 --java-test TestPgRegressPgMisc Reviewers: mtakahara Reviewed By: mtakahara Subscribers: dmitry, yql Differential Revision: https://phabricator.dev.yugabyte.com/D25039
@jason-yb seems this test is still failing consistently in ASAN. Is that some timing issue, or some legitimate memory issue? |
I don't see this failing regularly in ASAN anymore so closing. |
Reopening due to the reproducible test failure:
It should be investigated & fixed in another GHI. |
ASAN failure is fixed in context of c2e13ef |
Jira Link: DB-5620
Description
https://detective-gcp.dev.yugabyte.com/stability/test?analyze_trends=true&branch=master&build_type=all&class=org.yb.pgsql.TestPgRegressPgMisc&fail_tag=all&name=testPgRegressPgMisc&platform=linux
seems to point to d050f04
The text was updated successfully, but these errors were encountered: