mirror of https://github.com/databricks/cli.git
40e96b5af2
## Changes When setting up PATH in tests, put desired entry first but keep the rest as well. Otherwise it fails on Windows ``` D:/a/cli/cli/libs/exec/exec_test.go:108 Error: Received unexpected error: exit status 0xc0000135 ``` Explanation from Claude: > The error code 0xc0000135 is a Windows error indicating "Unable to locate DLL" > When code coverage is enabled, Go instruments the binary with coverage tracking code, which requires additional DLL dependencies on Windows. ## Tests Separate draft PR with coverage enabled on CI: https://github.com/databricks/cli/pull/2141 |
||
---|---|---|
.. | ||
exec.go | ||
exec_test.go | ||
shell.go | ||
shell_bash.go | ||
shell_bash_test.go | ||
shell_cmd.go | ||
shell_cmd_test.go | ||
shell_sh.go | ||
shell_sh_test.go |