Skip to content

Commit 7e8e974

Browse files
Fix slash in bundle/integration_whl acceptance tests (#3216)
## Changes Reverts: #3195 ## Why These tests started failing because of the missing repl. Diff: ``` ->>> cp [TESTROOT]/bundle/resources/clusters/run/spark_python_task/../../deploy/simple/hello_world.py . +>>> cp [TESTROOT]\bundle\resources\clusters\run\spark_python_task/../../deploy/simple/hello_world.py . ```
1 parent 9290d60 commit 7e8e974

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

acceptance/bundle/integration_whl/serverless/test.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@ Local = false
33

44
# serverless is only enabled if UC is enabled
55
RequiresUnityCatalog = true
6+
7+
[[Repls]]
8+
Old = '\\'
9+
New = '/'
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
# serverless is only enabled if UC is enabled
22
RequiresUnityCatalog = true
3+
4+
[[Repls]]
5+
Old = '\\'
6+
New = '/'

0 commit comments

Comments
 (0)