Skip to content

Commit 1157865

Browse files
committed
test: adding qpf to smoke tests and temporarily disabling essentials dbs until fix is available
1 parent 89e84ae commit 1157865

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/terraform_provider_pr.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ jobs:
126126

127127

128128
go_test_smoke_essentials_db:
129+
if: false # Temporarily disabled - waiting on client fixes
129130
name: go test smoke essentials db
130131
needs: go_test_smoke_essentials_sub
131132
runs-on: ubuntu-latest
@@ -193,6 +194,17 @@ jobs:
193194
go-version-file: go.mod
194195
- run: EXECUTE_TESTS=true make testacc TESTARGS='-run="TestAcc(RedisCloudProDatabaseBlockPublicEndpoints|ActiveActiveSubscriptionDatabaseBlockPublicEndpoints)"'
195196

197+
go_test_smoke_qpf:
198+
name: go test smoke query performance factor
199+
needs: [ go_build ]
200+
runs-on: ubuntu-latest
201+
steps:
202+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
203+
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
204+
with:
205+
go-version-file: go.mod
206+
- run: EXECUTE_TESTS=true make testacc TESTARGS='-run="TestAccResourceRedisCloudProDatabase_qpf"'
207+
196208
go_unit_test:
197209
name: go unit test
198210
needs: [go_build]

0 commit comments

Comments
 (0)