Bug #4451
closed[Workbench] Fiddlesticks when rerunning pipeline with edited template
0%
Description
Well, I paused a pipeline instance, then cancelled both running jobs while they were still queued, made some changes to my pipeline template with arv edit, on workbench clicked "re-run with latest", and then got
Oh... fiddlesticks.
Sorry, I had some trouble handling your request.
undefined method `delete' for nil:NilClass
Updated by Nancy Ouyang about 10 years ago
Also happens if you click "re-run options" and "run now".
But probably the root issue is I updated the pipeline template into a broken one.
=== In more detail ===
--> I tried to coerce the ordering of the jobs to serial by adding to the second job
input:{
output_of:Create Two Files
},
which arv edit accepted, but trying to run this template made everything else sad.
===Oh, more detail! the issue was my runtime_constraints was inside my script_parameters
incorrect: script_parameters:{ runtime_constraints:{}}
correct: script_parameters:{}, runtime_constraints:{}
Updated by Brett Smith about 10 years ago
- Subject changed from Fiddlesticks when re-running with latest pipeline template to [Workbench] Fiddlesticks when rerunning pipeline with edited template
- Assigned To deleted (
Nancy Ouyang) - Target version set to Bug Triage
Workbench may not be able to run the pipeline in these cases, but it should say that explicitly rather than crashing.
Updated by Tom Clegg about 10 years ago
- Target version changed from Bug Triage to Arvados Future Sprints
Updated by Tom Clegg almost 8 years ago
- Target version deleted (
Arvados Future Sprints)