Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# The assertion here is that the *backend* rewrites schema_json into Spark type names, which
# the test server only mimics, so the cloud run is the one that matters -- see #6352, which
# removed the superfluous Cloud = false. Inheriting CloudSlow = true left it nightly-only at
# 12-18 minutes per env, all of it waiting for the index. Nothing here needs a queryable index,
# only the created spec and a clean re-plan, so cap the wait and run it on every PR instead.
Cloud = true
CloudSlow = false
Env.DATABRICKS_BUNDLE_RESOURCE_MAX_WAIT = "30"

# The cap makes deploy warn that it stopped waiting; see ../basic/test.toml.
[[Repls]]
Old = 'Warn: [^\n]*Stopped waiting[^\n]*\n'
New = ''
Loading