question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Investigate CLI 1.6.0 client connection compatibility with 1.7.0 server

See original GitHub issue

#1451 Bug Report

Expected behaviour

Dockstore 1.7.0 CLI should be able to pull workflows from both 1.6.0 and 1.7.0 servers. Note: should also test if 1.6.0 CLI can connect to 1.7.0 server (to do).

Edit should be: Dockstore 1.6.0 CLI should be able to pull workflows from both 1.6.0 and 1.7.0 servers. Dockstore 1.7.0 CLI should be able to pull workflows from 1.7.0 server

Actual behaviour

The latest Dockstore CLI (Dockstore version 1.7.0-beta.3) can only download workflows when config is pointing to the staging server. Otherwise workflow is not found:

[main] ERROR io.dockstore.client.cli.ArgumentUtility - No workflow found with path github.com/dockstore-testing/md5sum-checker

Steps to reproduce the behaviour:

  1. Update to dependencies for 1.7.0 (2nd page of account set-up: https://staging.dockstore.org/onboarding)
  2. Upgrade to latest version of Dockstore (should be 1.7.0-beta.3) : dockstore --upgrade-unstable
  3. set ~/.dockstore/config to point to 1.6.0 server:
server-url: https://dockstore.org/api
  1. Try running a non-local workflow:
dockstore workflow launch --entry github.com/dockstore-testing/md5sum-checker:develop --json Dockstore.json

To run workflow create the following files:

  • Dockstore.json:
{
  "input_file": {
        "class": "File",
        "path": "md5sum.input"
    }
}
  • md5sum.input:
this is the test file that will be used when calculating an md5sum

(Attach tool/workflow documents or links where applicable to help us reproduce your issue)

Environment (Browser or OS and Dockstore version)

Dockstore CLI: 1.7.0-beta.3 Java 11, CWL1.1 with python 3 requirements

┆Issue is synchronized with this Jira Story ┆Fix Versions: Dockstore 1.7 ┆Issue Number: DOCK-979 ┆Sprint: Backlog ┆Issue Type: Story

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
NatalieEOcommented, Sep 16, 2019

1.6.0 client can talk to staging and still launch workflows.

0reactions
NatalieEOcommented, Sep 16, 2019

Ohhh okay, I see. Thanks for clearing that up. Yeah I was only testing the latter.

Read more comments on GitHub >

github_iconTop Results From Across the Web

ServiceWorker register generated by cli with base-href don't ...
I'm not sure, if it is because i'm using routing or a base path, diferent than localhost:9290/ (in this case). I guess, because...
Read more >
Supported runtime and SDK releases - Dapr Docs
Release date Runtime CLI Dashboard Status December 2nd 2022 1.9.5 1.9.1 0.11.0 Supported (current) November 17th 2022 1.9.4 1.9.1 0.11.0 Supported November 4th 2022 1.9.3 1.9.1...
Read more >
IBM Tivoli Monitoring Version 6.3.0 Fix Pack 7 README
Examine the installation summary page and click Next to begin installation. Click Finish after installation completes to exit the installer.
Read more >
3. Resolved and Known Issues Red Hat JBoss Enterprise ...
This issue has ben fixed in JBoss EAP 6.4. A DNS lookup is now eliminated on the server when a client attempts to...
Read more >
Anthos Config Management release notes - Google Cloud
The nomos hydrate command attempts to connect to the API Server even if --no-api-server-check is passed. This behavior can be safely ignored in...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found