ionos-cloud / terraform-provider-ionoscloud

The IonosCloud Terraform provider gives the ability to deploy and configure resources using the IonosCloud APIs.
Mozilla Public License 2.0
34 stars 23 forks source link

fix: failing WaitForResourceToBeReady test #602

Closed avirtopeanu-ionos closed 1 month ago

avirtopeanu-ionos commented 1 month ago

Fixes a missed return and adds an ID to fix this test

=== RUN   TestWaitForResourceToBeReady
=== RUN   TestWaitForResourceToBeReady/TestReturnTrue
2024/07/11 12:03:12 [DEBUG] Waiting for state to become: [success]
=== RUN   TestWaitForResourceToBeReady/TestTimeoutOnReturnFalse
2024/07/11 12:03:12 [DEBUG] Waiting for state to become: [success]
2024/07/11 12:03:12 [DEBUG] resource with id test not ready, still trying 
2024/07/11 12:03:12 [TRACE] Waiting 500ms before next try
2024/07/11 12:03:13 [DEBUG] resource with id test not ready, still trying 
2024/07/11 12:03:13 [TRACE] Waiting 1s before next try
--- PASS: TestWaitForResourceToBeReady (1.00s)
    --- PASS: TestWaitForResourceToBeReady/TestReturnTrue (0.00s)
    --- PASS: TestWaitForResourceToBeReady/TestTimeoutOnReturnFalse (1.00s)
PASS
sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud