vmware / terraform-provider-tanzu-mission-control

Terraform provider to manage resources of Tanzu Mission Control
Mozilla Public License 2.0
38 stars 31 forks source link

Add wait time for create/update operation to complete. #372

Closed ramya-bangera closed 7 months ago

ramya-bangera commented 7 months ago
  1. What this PR does / why we need it: Adding a wait time of 10sec after the create/update operation as the operation takes some time to complete and there is no status field to rely on to check the completion of create/update operation.

  2. Which issue(s) this PR fixes Issue tracked in internal jira

  3. Additional information

  4. Special notes for your reviewer

    Screenshot 2024-01-19 at 12 10 31 PM

Test logs from automation:

codecov-commenter commented 7 months ago

Codecov Report

Attention: 6 lines in your changes are missing coverage. Please review.

Comparison is base (d6c5fee) 25.30% compared to head (e782184) 25.29%.

Files Patch % Lines
...rnal/resources/provisioner/resource_provisioner.go 0.00% 6 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #372 +/- ## ========================================== - Coverage 25.30% 25.29% -0.01% ========================================== Files 192 192 Lines 16658 16664 +6 ========================================== Hits 4215 4215 - Misses 12225 12231 +6 Partials 218 218 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.