You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
acc: make acceptance tests work in Databricks development environments
The acceptance harness blocks external network access during tests. In some
Databricks-internal development environments, local tooling issues network
calls that trip the sandbox and fail the suite even though CI passes. Ignore
the local probes that are not test traffic and disable the background beacons
so tests behave the same as on CI.
Also assert the external toolchain (jq, uv, ruff) and provision python via uv
up front, so a missing or stale tool fails fast with a clear message.
Co-authored-by: Isaac
0 commit comments