databricks-cli/bundle/run
Denis Bilenko 1b2be1b2cb
Add error checking in tests and enable errcheck there (#1980)
## Changes
Fix all errcheck-found issues in tests and test helpers. Mostly this
done by adding require.NoError(t, err), sometimes panic() where t object
is not available).

Initial change is obtained with aider+claude, then manually reviewed and
cleaned up.

## Tests
Existing tests.
2024-12-09 13:56:41 +01:00
..
output Rewrite 'interface{} -> any' (#1959) 2024-12-05 15:37:24 +00:00
progress Upgrade Go SDK to 0.44.0 (#1679) 2024-08-15 13:23:07 +00:00
args.go Processing and completion of positional args to bundle run (#1120) 2024-04-22 11:50:13 +00:00
args_test.go Processing and completion of positional args to bundle run (#1120) 2024-04-22 11:50:13 +00:00
job.go Fix race condition when restarting continuous jobs (#1849) 2024-10-22 14:59:17 +00:00
job_args.go Processing and completion of positional args to bundle run (#1120) 2024-04-22 11:50:13 +00:00
job_args_test.go Processing and completion of positional args to bundle run (#1120) 2024-04-22 11:50:13 +00:00
job_options.go Group bundle run flags by job and pipeline types (#1174) 2024-02-06 14:51:02 +00:00
job_options_test.go Group bundle run flags by job and pipeline types (#1174) 2024-02-06 14:51:02 +00:00
job_test.go Add error checking in tests and enable errcheck there (#1980) 2024-12-09 13:56:41 +01:00
options.go Make sure grouped flags are added to the command flag set (#1180) 2024-02-07 10:27:13 +00:00
pipeline.go Fix race condition when restarting continuous jobs (#1849) 2024-10-22 14:59:17 +00:00
pipeline_options.go Add `--validate-only` flag to run validate-only pipeline update (#1251) 2024-03-04 08:38:32 +00:00
pipeline_options_test.go Add `--validate-only` flag to run validate-only pipeline update (#1251) 2024-03-04 08:38:32 +00:00
pipeline_test.go Fix race condition when restarting continuous jobs (#1849) 2024-10-22 14:59:17 +00:00
runner.go Reuse resource resolution code for the run command (#1858) 2024-10-24 13:24:30 +00:00
runner_test.go Reuse resource resolution code for the run command (#1858) 2024-10-24 13:24:30 +00:00