Skip to content

Commit 9126491

Browse files
authored
acc: set CloudSlow=true for lakebase/database-instance (#3507)
## Why <!-- Why are these changes needed? Provide the context that the reviewer might be missing. For example, were there any decisions behind the change that are not reflected in the code itself? --> Reduces the number of tests that spin up a database instance that spin up thus mitigating running into quota limits in workspaces
1 parent 125a368 commit 9126491

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

acceptance/bundle/deploy/lakebase/database-instance/single-instance/out.test.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Local = true
22
Cloud = true
3+
CloudSlow = true
34
RequiresUnityCatalog = true
45

56
[CloudEnvs]

acceptance/bundle/deploy/lakebase/database-instance/single-instance/test.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Local = true
22
Cloud = true
33

4+
# Mitigates running into quota limits in workspaces
5+
CloudSlow = true
6+
47
Ignore = [
58
"databricks.yml",
69
]

0 commit comments

Comments
 (0)