Commit 7626c8f
Fix WorkspaceDelete to delete directories in testserver (#4382)
## Changes
The testserver's WorkspaceDelete method now properly deletes directories
in addition to files, both for non-recursive and recursive deletion
modes. This ensures proper cleanup of workspace paths during tests.
Updated sql_warehouses acceptance test output to reflect the corrected
behavior where destroy properly cleans up and shows "No active
deployment found to destroy!" on subsequent destroy calls.
## Tests
Acceptance tests pass locally.
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 7d1572d commit 7626c8f
File tree
2 files changed
+7
-4
lines changed- acceptance/bundle/resources/sql_warehouses
- libs/testserver
2 files changed
+7
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
| 140 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
341 | 341 | | |
342 | 342 | | |
343 | 343 | | |
| 344 | + | |
344 | 345 | | |
345 | 346 | | |
346 | 347 | | |
347 | 348 | | |
348 | 349 | | |
349 | 350 | | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
350 | 356 | | |
351 | 357 | | |
352 | 358 | | |
| |||
0 commit comments