databricks-cli/acceptance/selftest/basic
Denis Bilenko 211ec62a70
acc: add Ignore setting to config (#2405)
Ignore output files using gitignore syntax.

## Changes
New Ignore setting in test.toml that will ignore specified files (syntax
is gitignore).

## Why

I'm using it in #2396 to ignore virtual env. It includes a lot of files.
The regular 'rm -fr .venv' approach only works if script get to that
point, but due to errors it might abort early. In that cases test runner
prints all unexpected files, polluting output. Ignoring those files at
test runner level ensure you never see them.

## Tests
Updated selftest/basic.
2025-02-28 14:23:50 +00:00
..
out.hello.txt acc: Allow mixing custom stubs with default server impl (#2334) 2025-02-11 15:03:41 +00:00
output.txt acc: Allow mixing custom stubs with default server impl (#2334) 2025-02-11 15:03:41 +00:00
script acc: add Ignore setting to config (#2405) 2025-02-28 14:23:50 +00:00
test.toml acc: add Ignore setting to config (#2405) 2025-02-28 14:23:50 +00:00