-
Notifications
You must be signed in to change notification settings - Fork 359
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Assert HTTP inputs work in CWL #4392
Conversation
not sure what's gone wrong but Travis is not happy... |
19ca4cf
to
ce5d44b
Compare
@@ -13,7 +13,18 @@ Support `InputResourceRequirement` hint | |||
|
|||
### Changing configuration options | |||
|
|||
When the value `exit-code-timeout-seconds` is set, `check-alive` command is now only called once every timeout interval instead of each poll. | |||
- The HTTP filesystem is now enabled for engine use by default. To continue without an HTTP filesystem, you can add the | |||
following content into the appropriate stanza of your configuration file: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
heck yeah
@@ -126,7 +126,7 @@ class MaterializeWorkflowDescriptorActorSpec extends CromwellTestKitWordSpec wit | |||
wfDesc.knownValues.head._2 shouldBe WomInteger(5) | |||
wfDesc.getWorkflowOption(WorkflowOptions.WriteToCache) shouldBe None | |||
wfDesc.getWorkflowOption(WorkflowOptions.ReadFromCache) shouldBe None | |||
wfDesc.pathBuilders.size shouldBe 1 | |||
wfDesc.pathBuilders.size shouldBe 2 // // one each for the local and http filesystems |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2 // // one
should be 2 // one
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To avoid travis re-runs, I'll address this is my part II, (stable(r) names for HTTP inputs)
Add a test to ensure HTTP inputs also work in CWL