Project

General

Profile

Actions

Bug #22828

closed

`arvados-client diagnostics` does not respect empty Webshell ExternalURL:

Added by Brett Smith 11 months ago. Updated 6 months ago.

Status:
Resolved
Priority:
Normal
Assigned To:
Category:
Deployment
Target version:
Story points:
-
Release relationship:
Auto

Description

source:lib/config/config.default.yml documents Services.WebShell.ExternalURL with:

        # ShellInABox service endpoint URL for a given VM.  If empty, do not
        # offer web shell logins.

But in source:lib/diagnostics/cmd.go, when we test WebShell at:

   diag.dotest(150, "connecting to webshell service", func() error {

It does not check for the empty URL. Instead it generates a bad URL that leads to reporting an error:

ERROR    150: connecting to webshell service (0 ms): Post "z2a05s?": unsupported protocol scheme ""

Subtasks 1 (0 open1 closed)

Task #22954: Review 22828-empty-webshell-okResolvedTom Clegg05/29/2025Actions
Actions #1

Updated by Peter Amstutz 10 months ago

  • Target version set to Development 2025-06-25
Actions #2

Updated by Peter Amstutz 10 months ago

  • Assigned To set to Tom Clegg
Actions #3

Updated by Peter Amstutz 10 months ago

  • Subtask #22954 added
Actions #4

Updated by Tom Clegg 10 months ago

22828-empty-webshell-ok @ 6150501186354eea3b2037ca05ee30e0e76653cb -- developer-run-tests: #4794

22828-empty-webshell-ok @ 6150501186354eea3b2037ca05ee30e0e76653cb -- developer-run-tests: #4796

retry remainder run-tests-remainder: #5264

Example output (tested on tordo with WebShell section commented out):

INFO     130: getting list of virtual machines
INFO     150: connecting to webshell service
INFO      ... skipping, webshell not configured
Actions #5

Updated by Brett Smith 10 months ago

Tom Clegg wrote in #note-4:

22828-empty-webshell-ok @ 6150501186354eea3b2037ca05ee30e0e76653cb -- developer-run-tests: #4796

LGTM, thanks.

Actions #6

Updated by Tom Clegg 10 months ago

  • Status changed from New to Resolved
Actions #7

Updated by Brett Smith 6 months ago

  • Release set to 79
Actions

Also available in: Atom PDF