-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
directory_table: matchignore & remove meta-command username output
PROBLEM * If a developer runs the `directory_table` test suite using a non-gpadmin account, a diff will be encountered. The `\dY` meta-command output and NOTICE|DETAIL|ERROR output contained `gpadmin` hardcoded values. CORRECTIVE ACTION * As they introduce the username of the active user account running the tests, remove '\dY' (List of relations) meta-commands. Subsequent SQL commands exist which validate similar output (e.g. display row counts) . * Update the pg_regress init_file to include matchignore entries to ignore the usernames in storage user mapping NOTICE, DETAIL & ERROR messages.
- Loading branch information
1 parent
c34727a
commit 6678582
Showing
4 changed files
with
5 additions
and
72 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
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