Project

General

Profile

Actions

Bug #10300

closed

Fiddlesticks at an old pipeline instance

Added by Bryan Cosca over 7 years ago. Updated over 7 years ago.

Status:
Resolved
Priority:
Normal
Assigned To:
Radhika Chippada
Category:
-
Target version:
Story points:
0.5

Description

https://cloud.curoverse.com/pipeline_instances/qr1hi-d1hrv-exbk1r9yrio2t1u

Oh... fiddlesticks.
Sorry, I had some trouble handling your request.

String can't be coerced into Float


Subtasks 1 (0 open1 closed)

Task #10673: Review branch 10300-pipeline-display-errorResolvedRadhika Chippada12/06/2016Actions
Actions #1

Updated by Bryan Cosca over 7 years ago

https://cloud.curoverse.com/pipeline_instances/qr1hi-d1hrv-f9wf1btyvsevep8 this one too, I'm searching on qr1hi for "sasha's exome" and clicking all those instances if that helps

Actions #2

Updated by Tom Morris over 7 years ago

  • Assigned To set to Tom Morris
  • Target version set to Arvados Future Sprints
Actions #3

Updated by Tom Morris over 7 years ago

Actions #4

Updated by Tom Morris over 7 years ago

  • Target version changed from Arvados Future Sprints to 2017-01-04 sprint
  • Story points set to 0.5
Actions #5

Updated by Radhika Chippada over 7 years ago

  • Status changed from New to In Progress

Display of these pipelines was failing due to runtime_constraints->min_nodes being a string for one the components and the runtime computation was expecting an integer. Converting the string to integer resolved it (in my manual testing).

For pipeline_instances/qr1hi-d1hrv-exbk1r9yrio2t1u :

"job": {
        "href": "/jobs/qr1hi-8i9sb-j1r9j87apnrm6st",
       . . . 
        "started_at": "2014-08-18T03:56:36Z",
        "finished_at": "2014-08-18T04:30:57Z",
        "output": "288ecf9b1a6605dd1c9fd93ed17dd762+11182",
        "success": true,
        "running": false,
        "is_locked_by_uuid": "qr1hi-tpzed-k4ujw2npyuvffbo",
        "log": "1c898474c88aca3c1baa3777dbc5e1f4+87",
        "runtime_constraints": {
          "docker_image": "arvados/jobs-java-bwa-samtools",
          "max_tasks_per_node": "1",
          "min_nodes": "2" 
        },
Actions #6

Updated by Radhika Chippada over 7 years ago

  • Assigned To changed from Tom Morris to Radhika Chippada
Actions #7

Updated by Radhika Chippada over 7 years ago

Fixed in branch 10300-pipeline-display-error @ 9e06ce4e

Actions #8

Updated by Radhika Chippada over 7 years ago

  • Target version changed from 2017-01-04 sprint to 2016-12-14 sprint
Actions #9

Updated by Lucas Di Pentima over 7 years ago

Ran the apps/workbench tests locally without issues.

Is it worth to write a test case for this bug?
How about other similar cases? Is it possible that other numeric runtime constraints for old pipeline instances are saved as text?

Actions #10

Updated by Radhika Chippada over 7 years ago

Is it worth to write a test case for this bug?

I don't think it is needed

How about other similar cases? Is it possible that other numeric runtime constraints for old pipeline instances are saved as text?

Did a grep and found no other such runtime constraints.

Thanks.

Actions #11

Updated by Radhika Chippada over 7 years ago

  • Status changed from In Progress to Resolved
  • % Done changed from 0 to 100

Applied in changeset arvados|commit:bdbcc4024e4320e17634fdfbdeb48a6051b0fccd.

Actions

Also available in: Atom PDF