-
Notifications
You must be signed in to change notification settings - Fork 12
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
Modified the skipping db_queries warning to be more generic. #2269
Modified the skipping db_queries warning to be more generic. #2269
Conversation
@@ -214,7 +214,7 @@ main() { | |||
|
|||
log "INFO" "argument pgss_enabled=$pgss_enabled" | |||
if [[ "$pgss_enabled" == "false" ]]; then | |||
print_and_log "WARN" "Skipping $script_action: argument pgss_enabled is set as false" | |||
print_and_log "WARN" "Skipping $script_action: pg_stat_statements are not enabled." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: pg_stat_statements extension is not enabled
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to update tar.gz file if any of the gather related file is updated in code - yb-voyager/src/srcdb/data/gather-assessment-metadata.tar.gz
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have added the changes to the tar.gz file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Before merging please verify in the output of one of the test in github actions that the new print statement is there.
feac22a
to
6433b65
Compare
Also ran a Jenkins Pipeline to test Oracle tests:- |
6433b65
to
59f5d86
Compare
…rithm (#1725) - updated PG and Oracle tests for expected values in the report * Updated gather-assessment-metadata.tar.gz
Describe the changes in this pull request
Modified the skipping db_queries warning to be more generic.
Describe if there are any user-facing changes
How was this pull request tested?
Does your PR have changes that can cause upgrade issues?