tabular-io / terraform-provider-tabular

Mozilla Public License 2.0
3 stars 1 forks source link

Fix database grant value conversion #26

Closed dharrisio closed 6 months ago

dharrisio commented 6 months ago
TF_ACC=1 go test ./internal/provider -v  -timeout 120m
=== RUN   TestAccDatabase
--- PASS: TestAccDatabase (25.30s)
=== RUN   TestAccRoleDataSource
--- PASS: TestAccRoleDataSource (7.55s)
=== RUN   TestAccRoleDatabaseGrantsWithoutGrants
--- PASS: TestAccRoleDatabaseGrantsWithoutGrants (13.70s)
=== RUN   TestAccRoleDatabaseGrantsWithGrants
--- PASS: TestAccRoleDatabaseGrantsWithGrants (10.85s)
=== RUN   TestAccRoleDatabaseGrantsWithBothGrants
--- PASS: TestAccRoleDatabaseGrantsWithBothGrants (12.38s)
=== RUN   TestAccRoleDatabaseMultipleGrants
--- PASS: TestAccRoleDatabaseMultipleGrants (12.06s)
=== RUN   TestAccRole
--- PASS: TestAccRole (6.60s)
=== RUN   TestAccWarehouseRoleGrantsWithoutGrants
--- PASS: TestAccWarehouseRoleGrantsWithoutGrants (11.08s)
=== RUN   TestAccWarehouseRoleGrantsWithGrants
--- PASS: TestAccWarehouseRoleGrantsWithGrants (10.63s)
=== RUN   TestAccWarehouseRoleGrantsWithBothGrants
--- PASS: TestAccWarehouseRoleGrantsWithBothGrants (10.15s)
=== RUN   TestAccWarehouseRoleMultipleGrants
--- PASS: TestAccWarehouseRoleMultipleGrants (9.83s)
=== RUN   TestAccS3StorageProfile
--- PASS: TestAccS3StorageProfile (8.14s)
=== RUN   TestAccWarehouseDataSourceById
--- PASS: TestAccWarehouseDataSourceById (11.94s)
=== RUN   TestAccWarehouse
--- PASS: TestAccWarehouse (10.27s)
PASS
ok      github.com/tabular-io/terraform-provider-tabular/internal/provider      162.261s