Skip to content

fix(dask): respect runtime namespace when deleting Dask clusters#675

Merged
tiborsimko merged 1 commit intoreanahub:masterfrom
tiborsimko:fix-dask-delete-cluster-namespace
Apr 13, 2026
Merged

fix(dask): respect runtime namespace when deleting Dask clusters#675
tiborsimko merged 1 commit intoreanahub:masterfrom
tiborsimko:fix-dask-delete-cluster-namespace

Conversation

@tiborsimko
Copy link
Copy Markdown
Member

Several Dask cluster deletion functions used hard-coded "default" namespace instead of respecting the runtime namespace as the Dask cluster creation functions were doing. This commit fixes the mismatch that would otherwise cause cleanup procedures to silently target the wrong namespace in non-default deployments.

@tiborsimko tiborsimko self-assigned this Apr 13, 2026
…nahub#675)

Several Dask cluster deletion functions used hard-coded "default"
namespace instead of respecting the runtime namespace as the Dask
cluster creation functions were doing. This commit fixes the mismatch
that would otherwise cause cleanup procedures to silently target the
wrong namespace in non-default deployments.
@tiborsimko tiborsimko force-pushed the fix-dask-delete-cluster-namespace branch from 9d4ea63 to fb48ea3 Compare April 13, 2026 09:59
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 13, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 73.55%. Comparing base (9044623) to head (fb48ea3).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #675   +/-   ##
=======================================
  Coverage   73.55%   73.55%           
=======================================
  Files          17       17           
  Lines        2004     2004           
=======================================
  Hits         1474     1474           
  Misses        530      530           
Files with missing lines Coverage Δ
reana_workflow_controller/dask.py 56.14% <ø> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@tiborsimko tiborsimko moved this to In review in 0.95.0 Apr 13, 2026
@tiborsimko tiborsimko merged commit fb48ea3 into reanahub:master Apr 13, 2026
19 checks passed
@github-project-automation github-project-automation Bot moved this from In review to Done in 0.95.0 Apr 13, 2026
@tiborsimko tiborsimko deleted the fix-dask-delete-cluster-namespace branch April 13, 2026 12:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants