From 593022c0c1ecb2cf3c4ead5b05c5aab243335f27 Mon Sep 17 00:00:00 2001 From: Pieter Noordhuis Date: Mon, 12 Jan 2026 14:15:15 +0100 Subject: [PATCH] Update spark_python_task test fixture for new replacement format Update expected output to use [FOO_ID] instead of [JOB_ID] to match the new behavior introduced in PR #4238 (ca66e138c). PR #4238 changed the test script to use replace_ids.py, which generates resource-specific replacement tokens (e.g., [FOO_ID] for job "foo") instead of generic [JOB_ID]. Fixes test failures across all 10 environments since Jan 9, 2026. Related: #4238 --- .../bundle/resources/clusters/run/spark_python_task/output.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acceptance/bundle/resources/clusters/run/spark_python_task/output.txt b/acceptance/bundle/resources/clusters/run/spark_python_task/output.txt index 2bc904366f..ed0bdb249d 100644 --- a/acceptance/bundle/resources/clusters/run/spark_python_task/output.txt +++ b/acceptance/bundle/resources/clusters/run/spark_python_task/output.txt @@ -10,7 +10,7 @@ Updating deployment state... Deployment complete! >>> [CLI] bundle run foo -Run URL: [DATABRICKS_URL]/?o=[NUMID]#job/[JOB_ID]/run/[NUMID] +Run URL: [DATABRICKS_URL]/?o=[NUMID]#job/[FOO_ID]/run/[NUMID] [TIMESTAMP] "test-job-with-cluster-[UNIQUE_NAME]" RUNNING [TIMESTAMP] "test-job-with-cluster-[UNIQUE_NAME]" TERMINATED SUCCESS