Commit 1276a3a
committed
Fix acceptance tests to actually verify config-based engine resolution
Change DATABRICKS_BUNDLE_ENGINE from ["direct"] to [] in bind/unbind
engine-from-config tests. With ["direct"], env and config agreed so a
regression back to engine.FromEnv() would still pass. With [], the env
var is unset and the tests verify that bind/unbind read engine from
bundle.engine config.
Task-review: /Users/denis.bilenko/work/prompts/features/bundle-engine-vs-env/003.SUMMARY.md
Co-authored-by: Isaac1 parent 34a944b commit 1276a3a
4 files changed
Lines changed: 6 additions & 6 deletions
File tree
- acceptance/bundle/deployment
- bind/job/engine-from-config
- unbind/engine-from-config
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
0 commit comments