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

Modified the skipping db_queries warning to be more generic. #2269

Closed

Conversation

atharva-kurhade-yb
Copy link
Contributor

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?

Component Breaking changes?
MetaDB Yes/No
Name registry json Yes/No
Data File Descriptor Json Yes/No
Export Snapshot Status Json Yes/No
Import Data State Yes/No
Export Status Json Yes/No
Data .sql files of tables Yes/No
Export and import data queue Yes/No
Schema Dump Yes/No
AssessmentDB Yes/No
Sizing DB Yes/No
Migration Assessment Report Json Yes/No
Callhome Json Yes/No
YugabyteD Tables Yes/No
TargetDB Metadata Tables Yes/No

@CLAassistant
Copy link

CLAassistant commented Jan 29, 2025

CLA assistant check
All committers have signed the CLA.

@@ -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."
Copy link
Contributor

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

Copy link
Collaborator

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

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

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

Copy link
Collaborator

@sanyamsinghal sanyamsinghal left a 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.

@atharva-kurhade-yb atharva-kurhade-yb force-pushed the atharva/rewording_skipping_db_queries_warning branch 2 times, most recently from feac22a to 6433b65 Compare February 3, 2025 08:13
@atharva-kurhade-yb
Copy link
Contributor Author

@atharva-kurhade-yb atharva-kurhade-yb force-pushed the atharva/rewording_skipping_db_queries_warning branch from 6433b65 to 59f5d86 Compare February 4, 2025 05:55
sanyamsinghal and others added 2 commits February 4, 2025 12:05
…rithm (#1725)

- updated PG and Oracle tests for expected values in the report

* Updated gather-assessment-metadata.tar.gz
@atharva-kurhade-yb atharva-kurhade-yb deleted the atharva/rewording_skipping_db_queries_warning branch February 4, 2025 06:54
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.

4 participants