forked from yugabyte/yugabyte-db
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: improve pg_hint_plan regress tests
Summary: - fix: remove some bad error text in the init test - refactor: change the final ANALYZE in the init test to a comment because changes to the number of existing tables changes the number of warnings output - refactor: avoid selecting yb_ settings because additions of new yb_ GUC variables change the output of SELECT - style: add comments referencing the original tests Test Plan: ./yb_build.sh --java-test org.yb.pgsql.TestPgRegressExtension Reviewers: rskannan Reviewed By: rskannan Subscribers: yql Differential Revision: https://phabricator.dev.yugabyte.com/D11143
- Loading branch information
Showing
4 changed files
with
21 additions
and
96 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
2 changes: 2 additions & 0 deletions
2
src/postgres/src/test/regress/expected/yb_pg_hint_plan_test1.out
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
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