Skip to content

Commit b6cf22b

Browse files
authored
acc: run bundle/artifacts/artifact_path_with_volume locally (#5940)
## Summary - The two subtests (`volume_doesnot_exist`, `volume_not_deployed`) already run locally via their own `Local = true` overrides; only the group's parent `test.toml` still defaulted to `Local = false`. - Flip the parent to `Local = true` so the default matches how the tests actually run and no stale cloud-only default remains. - `RecordRequests = false` stays: it intentionally overrides the `RecordRequests = true` set by the artifacts parent `test.toml`.
1 parent e84a292 commit b6cf22b

3 files changed

Lines changed: 4 additions & 7 deletions

File tree

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1-
Local = false
1+
Local = true
22
Cloud = true
3+
RequiresUnityCatalog = true
4+
5+
# Overrides RecordRequests = true set by the artifacts parent test.toml.
36
RecordRequests = false

acceptance/bundle/artifacts/artifact_path_with_volume/volume_doesnot_exist/test.toml

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
11
Badness = "Requires two bundles; one for volumes, another for artifacts. Ideally it would just work but today we first upload then deploy, so it does not fit in that architecture."
2-
Local = true
3-
Cloud = true
4-
RequiresUnityCatalog = true

0 commit comments

Comments
 (0)