-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#15159] test: avoid ASAN stack overflow
Summary: The yb_pg_errors regress test covered by Java test TestPgRegressPgMisc runs a query to test infinite recursion. It is supposed to catch it, but before that, ASAN catches it and throws fatal error. This was not the case with clang13, but it is the case with clang15. Temporarily reduce max_stack_depth at that time so that postgres catches the issue before ASAN. Close: #15159 Test Plan: Jenkins: test regex: .*TestPgRegressPgMisc.* ./yb_build.sh asan --clang15 --java-test TestPgRegressPgMisc Reviewers: myang Reviewed By: myang Subscribers: yql Differential Revision: https://phabricator.dev.yugabyte.com/D22716
- Loading branch information
Showing
2 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters