Skip to content

acc: Remove superfluous vector search test.toml - #6352

Merged
janniklasrose merged 1 commit into
mainfrom
janniklasrose/remove-vs-test-toml
Aug 24, 2026
Merged

acc: Remove superfluous vector search test.toml#6352
janniklasrose merged 1 commit into
mainfrom
janniklasrose/remove-vs-test-toml

Conversation

@janniklasrose

@janniklasrose janniklasrose commented Aug 24, 2026

Copy link
Copy Markdown
Contributor

Not needed because parent's CloudSlow = true flipped Cloud to true.

Follow-up (#6354) will stop that behaviour (CloudSlow should only affect Cloud = true).

However, this test should actually be Cloud = true so this config can be removed.

Not needed because parent's `CloudSlow = true` flipped `Cloud` to `true`.

Follow-up will stop that behaviour (CloudSlow should only affect `Cloud = true`).

However, this test _should_ actually be `Cloud = true` so this config can be removed.
@janniklasrose
janniklasrose requested a review from denik August 24, 2026 09:08
@janniklasrose
janniklasrose added this pull request to the merge queue Aug 24, 2026
@eng-dev-ecosystem-bot

Copy link
Copy Markdown
Collaborator

Integration test report

Commit: 1d5ea1e

Run: 32709924347

Env 💚​RECOVERED 🙈​SKIP ✅​pass 🙈​skip Time
💚​ aws linux 1 4 274 1164 7:44
💚​ aws windows 1 4 276 1162 7:13
💚​ azure linux 1 4 273 1164 6:57
💚​ azure windows 1 4 275 1162 7:08
💚​ gcp linux 1 4 274 1164 6:01
💚​ gcp windows 1 4 276 1162 7:06
Test Name aws linux aws windows azure linux azure windows gcp linux gcp windows
💚​ TestAccept 💚​R 💚​R 💚​R 💚​R 💚​R 💚​R
🙈​ TestAccept/bundle/invariant/no_drift 🙈​S 🙈​S 🙈​S 🙈​S 🙈​S 🙈​S
🙈​ TestAccept/bundle/resources/vector_search_endpoints/drift/recreated_same_name 🙈​S 🙈​S 🙈​S 🙈​S 🙈​S 🙈​S
🙈​ TestAccept/bundle/resources/vector_search_indexes/recreate/embedding_dimension 🙈​S 🙈​S 🙈​S 🙈​S 🙈​S 🙈​S
🙈​ TestAccept/ssh/connection 🙈​S 🙈​S 🙈​S 🙈​S 🙈​S 🙈​S
Top 6 slowest tests (at least 2 minutes):
duration env testname
7:08 aws windows TestAccept
7:04 azure windows TestAccept
7:02 gcp windows TestAccept
4:01 azure linux TestAccept
3:56 gcp linux TestAccept
3:56 aws linux TestAccept

Merged via the queue into main with commit 973e4a1 Aug 24, 2026
25 checks passed
@janniklasrose
janniklasrose deleted the janniklasrose/remove-vs-test-toml branch August 24, 2026 10:04
dkling-it pushed a commit to dkling-it/cli that referenced this pull request Aug 24, 2026
…6356)

## Changes

Cap the wait in `vector_search_indexes/schema_normalization` with
`DATABRICKS_BUNDLE_RESOURCE_MAX_WAIT=30`, and move it off `CloudSlow` so
it runs on every PR.

## Why

databricks#6352 established that this test should run on cloud: the assertion is
that the *backend* rewrites `schema_json` into Spark type names, and the
test server only mimics that. But inheriting `CloudSlow = true` left it
nightly-only, at 12-18 minutes per env — one of the four slowest tests
in the nightly on every cloud, effectively all of it waiting for the
index to provision.

Nothing here needs a queryable index, only the created spec and a clean
re-plan, so the wait can be capped. 18m24s -> 1m18s on aws linux,
verified against a real workspace. The golden did not change, which also
confirms the backend's normalized schema still matches what the test
server produces.

## Tests

`testme-env aws-cli` on the test directory: passes in 78s.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants