Skip to content

Commit 7fe34e1

Browse files
committed
chore: changing smoke tests to run new feature
1 parent 60df7cd commit 7fe34e1

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/terraform_provider_pr.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -149,18 +149,17 @@ jobs:
149149
go-version-file: go.mod
150150
- run: EXECUTE_TESTS=true make testacc TESTARGS='-run="TestAccResourceRedisCloud(PrivateServiceConnect_CRUDI|AclRule_CRUDI)"'
151151

152-
# TODO: remove this after release
153-
# qpf = query performance factor
154-
go_test_smoke_qpf:
155-
name: go test smoke qpf
152+
# all the aa datasource checks are included in the wider CRUDI test for aa subscriptions
153+
go_test_smoke_aa_datasource:
154+
name: go test smoke aa datasource
156155
needs: [ go_build ]
157156
runs-on: ubuntu-latest
158157
steps:
159158
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
160159
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
161160
with:
162161
go-version-file: go.mod
163-
- run: EXECUTE_TESTS=true make testacc TESTARGS='-run="TestAccResourceRedisCloudProDatabase_qpf.*"'
162+
- run: EXECUTE_TESTS=true make testacc TESTARGS='-run="TestAccResourceRedisCloudActiveActiveSubscription_CRUDI"'
164163

165164
tfproviderlint:
166165
name: tfproviderlint

0 commit comments

Comments
 (0)