Project

General

Profile

Actions

Bug #21366

closed

Outputs panel spinning forever when CWL output parameters are not available

Added by Peter Amstutz 4 months ago. Updated 3 months ago.

Status:
Resolved
Priority:
Normal
Assigned To:
Category:
Workbench2
Story points:
-
Release relationship:
Auto

Description

Regression observed on customer cluster that was just upgraded to 2.7.1, the process "outputs" panel spins forever when viewing outputs for a process that does not have CWL output parameters available (in that case, it is supposed to show a file browser).

This seem trivially reproducible, it is broken on every page I've tried that ought to show a file browser with output files.

https://workbench.tordo.arvadosapi.com/processes/tordo-xvhdp-qxdm0vp1b9lfbfc


Files


Subtasks 1 (0 open1 closed)

Task #21381: Review 21366-subprocess-output-loading-bugResolvedPeter Amstutz01/19/2024Actions

Related issues

Has duplicate Arvados - Bug #21577: Stuck loading ouput on subprocesses DuplicateActions
Actions #1

Updated by Peter Amstutz 4 months ago

  • Description updated (diff)
Actions #2

Updated by Peter Amstutz 4 months ago

  • Release set to 69
Actions #3

Updated by Peter Amstutz 4 months ago

  • Assigned To set to Stephen Smith
Actions #4

Updated by Stephen Smith 4 months ago

  • Status changed from New to In Progress

Changes at arvados|e136acc6897312f1b82e47fe038aba806855988c branch 21366-subprocess-output-loading-bug
Tests developer-run-tests-services-workbench2: #150

  • All agreed upon points are implemented / addressed.
    • Changed loading indicator for subprocess to not trigger spinner if input mounts or output collection uuid is present
    • Changed behavior to hide raw tab on subprocesses if empty - avoids crashing when raw param is undefined
    • Changed separate conditionals to a chained ternary to avoid bug where loading indicator and empty default view could show at the same time
  • Anything not implemented (discovered or discussed during work) has a follow-up story.
    • n/a
  • Code is tested and passing, both automated and manual, what manual testing was done is described
    • Added unit tests to verify loading indicator behaves correctly and to make sure the spinner is removed when mounts or output collection uuid is present on subprocesses even when the params appear unloaded.
  • Documentation has been updated.
    • n/a
  • Behaves appropriately at the intended scale (describe intended scale).
    • no change in scale
  • Considered backwards and forwards compatibility issues between client and server.
    • n/a
  • Follows our coding standards and GUI style guidelines.
    • n/a
Actions #5

Updated by Peter Amstutz 4 months ago

  • Target version changed from Development 2024-01-17 sprint to Development 2024-01-31 sprint
Actions #6

Updated by Peter Amstutz 4 months ago

It's not spinning any more so that's good.

The Outputs panel is missing the "JSON" tab, though. The cwl_output property is available so it is a bug that the tab is missing?

Actions #7

Updated by Stephen Smith 4 months ago

Changes at arvados|37f7559e8d9a4df3515d78663b65b9220550457f
Tests developer-run-tests-services-workbench2: #424

  • Reverted the logic change back to displaying empty raw/JSON tab but still guarding against undefined raw which crashes the UI.
Actions #8

Updated by Peter Amstutz 4 months ago

See attached screenshots

On 37f7559e8d9a4df3515d78663b65b9220550457f it still isn't showing the JSON tab on output, despite cwl_output being defined?

Actions #9

Updated by Stephen Smith 4 months ago

Changes at arvados|0328407f7cfeba197b5061478869beaf494691de
Tests: developer-run-tests-services-workbench2: #428

  • Fixed a bug where the set output data reducer's param was typed to any, and several uses were passing in the wrong type.
Actions #10

Updated by Peter Amstutz 4 months ago

Stephen Smith wrote in #note-9:

Changes at arvados|0328407f7cfeba197b5061478869beaf494691de
Tests: developer-run-tests-services-workbench2: #428

  • Fixed a bug where the set output data reducer's param was typed to any, and several uses were passing in the wrong type.

This LGTM, thanks

Actions #11

Updated by Stephen Smith 4 months ago

  • Status changed from In Progress to Resolved
Actions #13

Updated by Peter Amstutz about 2 months ago

  • Has duplicate Bug #21577: Stuck loading ouput on subprocesses added
Actions

Also available in: Atom PDF