-
Notifications
You must be signed in to change notification settings - Fork 2
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
susan-pgedge
wants to merge
49
commits into
main
Choose a base branch
from
setup-cleanup
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
…il_test.py (added function to enable autoddl)
…ves node (that interferes with correct error)
Updated spock_node_create_unhappy_path tests
Test cases for the exception table/repair mode added to setup-cleanup branch
… into setup-cleanup
susan-pgedge
changed the title
Update to spock_4.0 branch
Update to schedule files to work with setup-cleanup branch
Sep 17, 2024
… use the default)
…ger the server crash if it exists
…ble name and new search looks for SQL command
…xtra ()s from call to sleep function
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.
…negative test case (installing PG 14).
…ock version to cluster-init.py
…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
…nd database encoding)
…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
…when feature is implemented
…k_3_sub_create_parallel.py - this isn't really a long-term solution, but we can use it for testing for now
…ple setting for exception handling GUCs
…s well as backup of spock_4.0 schedule and files (still WIP)
…p (for dependability)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Don't push this PR until the setup-cleanup branch goes into main!