databasemigrationservice: fix display_name in test configs - #18825
databasemigrationservice: fix display_name in test configs#18825SirGitsalot wants to merge 3 commits into
Conversation
|
Hi there, I'm the Modular magician. I've detected the following information about your changes for commit c244c99: Diff reportYour PR generated the following diffs in downstream repositories:
Test reportAnalytics
Affected Service Packages
Step 1: Replaying Mode Action takenFound 15 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
View the replaying VCR build log Step 2: Recording Mode
Caution Issues requiring attention before PR completion 🔴 Initial Recording Failed: Some tests failed during the recording step. See the table above for details. Please address these issues to complete your PR. If you believe these detections are incorrect or unrelated to your change, please raise the concern with your reviewer. View the recording VCR build log or the debug logs folder for detailed results. @SirGitsalot VCR tests complete for c244c99! |
|
Hi there, I'm the Modular magician. I've detected the following information about your changes for commit 0c63539: Diff reportYour PR generated the following diffs in downstream repositories:
Test reportAnalytics
Affected Service Packages
Step 1: Replaying Mode Action takenFound 3 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
View the replaying VCR build log Step 2: Recording Mode
Caution Issues requiring attention before PR completion 🔴 Initial Recording Failed: Some tests failed during the recording step. See the table above for details. Please address these issues to complete your PR. If you believe these detections are incorrect or unrelated to your change, please raise the concern with your reviewer. View the recording VCR build log or the debug logs folder for detailed results. @SirGitsalot VCR tests complete for 0c63539! |
…n private connection deletion
|
Hi there, I'm the Modular magician. I've detected the following information about your changes for commit 2e03cce: Diff reportYour PR generated the following diffs in downstream repositories:
Test reportAnalytics
Affected Service Packages
Step 1: Replaying Mode Action takenFound 17 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
View the replaying VCR build log Step 2: Recording Mode
Caution Issues requiring attention before PR completion 🔴 Initial Recording Failed: Some tests failed during the recording step. See the table above for details. Please address these issues to complete your PR. If you believe these detections are incorrect or unrelated to your change, please raise the concern with your reviewer. View the recording VCR build log or the debug logs folder for detailed results. @SirGitsalot VCR tests complete for 2e03cce! |
Fix Database Migration Service tests, samples, and deletion issues:
display_namevalidation: Replace invalid underscore (_) characters indisplay_namefields with hyphens (-) across test configurations and sample templates, satisfying API validation (^[a-zA-Z][a-zA-Z0-9 -]*$) and resolving"The field display_name can't contain special characters."errors.database_migration_service_migration_job_postgres_to_postgres_objectssample template to use database-level filtering (type = "DATABASE") instead of table-level filtering, resolving"Schema and table level filtering is not supported."errors.IsDatabaseMigrationServiceOperationTimeoutErrorretry predicate togoogle_database_migration_service_private_connectionto handle and retry when the backend operation returns"Operation timed out."during deletion.