databricks-cli/internal/testutil
shreyas-goenka e0d54f0bb6
Do not run mlops-stacks integration test in parallel (#1982)
## Changes
This test changes the cwd using the `testutil.Chdir` function. This
causes flakiness with other integration tests, like
`TestAccWorkspaceFilesExtensionsNotebooksAreNotDeletedAsFiles`, which
rely on the cwd being configured correctly to read test fixtures.

The `t.Setenv` call in `testutil.Chdir` ensures that it is not run from
a test whose upstream is executing in parallel.
2024-12-09 12:34:27 +00:00
..
cloud.go Added support for creating all-purpose clusters (#1698) 2024-09-23 10:42:34 +00:00
copy.go Fix ability to import the CLI repository as module (#1671) 2024-08-12 14:20:04 +00:00
env.go Do not run mlops-stacks integration test in parallel (#1982) 2024-12-09 12:34:27 +00:00
file.go Serialize dynamic value for `bundle validate` output (#1499) 2024-06-18 15:04:20 +00:00
jdk.go Run Spark JAR task test on multiple DBR versions (#1665) 2024-08-09 15:13:31 +00:00
requirement.go Run tests to verify backend tag validation behavior (#814) 2023-09-29 08:38:06 +00:00