Add migration center import job resource and tests#17577
Conversation
|
Hi there, I'm the Modular magician. I've detected the following information about your changes for commit 8b42205: Diff reportYour PR generated the following diffs in downstream repositories:
Missing test reportYour PR includes resource fields which are not covered by any test. Resource: resource "google_migration_center_import_job" "primary" {
execution_report {
execution_errors {
file_validations {
file_errors {
error_details = # value needed
severity = # value needed
}
file_name = # value needed
partial_report = # value needed
row_errors {
archive_error {
csv_error {
row_number = # value needed
}
}
csv_error {
row_number = # value needed
}
errors {
error_details = # value needed
severity = # value needed
}
row_number = # value needed
vm_name = # value needed
vm_uuid = # value needed
xlsx_error {
row_number = # value needed
sheet = # value needed
}
}
}
job_errors {
error_details = # value needed
severity = # value needed
}
}
frames_reported = # value needed
}
validation_report {
file_validations {
file_errors {
error_details = # value needed
severity = # value needed
}
file_name = # value needed
partial_report = # value needed
row_errors {
archive_error {
csv_error {
row_number = # value needed
}
}
csv_error {
row_number = # value needed
}
errors {
error_details = # value needed
severity = # value needed
}
row_number = # value needed
vm_name = # value needed
vm_uuid = # value needed
xlsx_error {
row_number = # value needed
sheet = # value needed
}
}
}
job_errors {
error_details = # value needed
severity = # value needed
}
}
}
Test reportAnalytics
Affected Service Packages
Step 1: Replaying Mode Action takenFound 1 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 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 build log or the debug logs folder for detailed results. @slevenick VCR tests complete for 8b42205! |
|
Depends on #17578 |
Release Note Template for Downstream PRs (will be copied)
See Write release notes for guidance.