IBM-Cloud / terraform-provider-ibm

https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs
Mozilla Public License 2.0
341 stars 671 forks source link

fix(cloud-databases): Refactor tests Part 1 #5810

Closed lornakelly closed 3 days ago

lornakelly commented 4 days ago

Community Note

Ticket: https://github.ibm.com/compose/App/issues/1412

Refactoring acceptance tests is time consuming as running the tests takes a long time so refactoring bit by bit

Output from acceptance testing:

$ make testacc TESTARGS='-run=TestAccIBMDatabaseInstancePostgresPITR'
=== RUN   TestAccIBMDatabaseInstancePostgresPITR
=== PAUSE TestAccIBMDatabaseInstancePostgresPITR
=== CONT  TestAccIBMDatabaseInstancePostgresPITR
--- PASS: TestAccIBMDatabaseInstancePostgresPITR (1266.04s)
PASS
ok      github.com/IBM-Cloud/terraform-provider-ibm/ibm/service/database        1270.265s
...