-
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
67
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.
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)
… cluster schedule broken in several places still
…r-init-old-syntax.py
…he file for the new syntax; you can exercise the schedule with either syntax by moving the #
…ted because of scripting issues with setting the parameter values. Also, this schedule is time sensitive - if a test fails, try adding a sleep to account for verifying replication
…t cases pass, or the count of failed test cases if some of them fail. Needed for automating schedules.
…clude replication status check at end of test
…, it isn't replicated to the n1 node
…es cluster json-template command instead of cluster json-create
…holdings temporary cluster
…ges to this version for the new syntax for creating a template
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!