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

Update to schedule files to work with setup-cleanup branch #32

Open
wants to merge 49 commits into
base: main
Choose a base branch
from

Conversation

susan-pgedge
Copy link
Collaborator

@susan-pgedge susan-pgedge commented Sep 17, 2024

Don't push this PR until the setup-cleanup branch goes into main!

@susan-pgedge susan-pgedge changed the title Update to spock_4.0 branch Update to schedule files to work with setup-cleanup branch Sep 17, 2024
cmotyka and others added 10 commits September 18, 2024 13:13
…ble name and new search looks for SQL command
Updated tests to account for recent fixes in autoDDL:
- DDL executed via EXPLAIN ANALYZE
- Correct repset assignment for child partitioned tables.
- Set lc_monetary in config.env for consistent handling of money datatype.
…M to find all of the available PG versions and install them. When the installation is complete, the next script in the UM schedule file installs all of the available components for all of the installed versions and lists the installed versions. This schedule does not run fast, and still needs verification steps added before we truly trust it to do a complete job, but it's easy to verify manually with the latest.log file.
Cloud User and others added 21 commits October 23, 2024 16:40
…r/non-superuser roles

Introduced two SQL scripts, 6001 (for setup) and 6901 (for cleanup), to create consistent superuser (named adminuser) and non-superuser (named appuser) roles. These roles will be used in autoddl test scripts to execute AutoDDL operations, primarily from a non-superuser. They also help ensure consistent output across systems with varying default superuser names derived from system user name. This commit also includes corresponding .out files to capture expected outputs.
…and adjust outputs

Updated AutoDDL SQL scripts 6100 (a, b, c) and 6111 (a, b, c) to execute primarily under the non-superuser (appuser) role, switching to superuser where necessary. Adjusted the related SQL scripts and expected output files to reflect this change.
…just outputs

    Updated AutoDDL SQL scripts 6122(a, b, c) and 6133(a, b, c) to execute primarily under the non-superuser (appuser) role, switching to superuser where necessary. Adjusted the related SQL scripts and expected output files to reflect this change.
…nd adjust outputs

    Updated AutoDDL SQL scripts 6144, 6155, 6166 (a, b, c) to execute primarily under the non-superuser (appuser) role, switching to superuser where necessary. Adjusted the related SQL scripts and expected output files to reflect this change.
…and adjust outputs

    Updated AutoDDL SQL scripts 6177 and 6666(a, b, c) to execute primarily under the non-superuser (appuser) role, switching to superuser where necessary. Adjusted the related SQL scripts and expected output files to reflect this change.
catalog changes ensuring outputs stay consistent across pg versions.
Adjusting a timestamp datatype to be without timezone so that output
stays consistent across varying timezones.
Also, changing the default locale value to C.UTF-8 in config.env
…arguments in order; if specified out of order, the command fails
… still working; tweaked psql_read function in t/util_test.py to return content from query to spock sub-show-status in string format
…k_3_sub_create_parallel.py - this isn't really a long-term solution, but we can use it for testing for now
…s well as backup of spock_4.0 schedule and files (still WIP)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants