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

Refresh auth context while polling for clustergroup backupschedule #393

Closed rnarenpujari closed 4 months ago

rnarenpujari commented 4 months ago
  1. What this PR does / why we need it:

Missed one case in this earlier PR: https://github.com/vmware/terraform-provider-tanzu-mission-control/pull/390

The acceptance tests for this resource are failing for a different reason and that is being tracked separately. This is a minor change and should not cause any regression.

  1. Which issue(s) this PR fixes

    (optional, in `fixes #<issue number>` format, will close the issue(s) when PR gets merged):
    
    Fixes #
  2. Additional information

  3. Special notes for your reviewer

vmwclabot commented 4 months ago

@rnarenpujari, you must sign every commit in this pull request acknowledging our Developer Certificate of Origin before your changes are merged. This can be done by adding Signed-off-by: John Doe <john.doe@email.org> to the last line of each Git commit message. The e-mail address used to sign must match the e-mail address of the Git author. Click here to view the Developer Certificate of Origin agreement.

codecov-commenter commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 25.23%. Comparing base (db5c3cd) to head (ff99714). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #393 +/- ## ======================================= Coverage 25.23% 25.23% ======================================= Files 195 195 Lines 16908 16908 ======================================= Hits 4267 4267 Misses 12423 12423 Partials 218 218 ```

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