Skip to content
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

Merged
merged 7 commits into from
Nov 20, 2018
Merged

Assert HTTP inputs work in CWL #4392

merged 7 commits into from
Nov 20, 2018

Conversation

cjllanwarne
Copy link
Contributor

Add a test to ensure HTTP inputs also work in CWL

@mcovarr
Copy link
Contributor

mcovarr commented Nov 15, 2018

not sure what's gone wrong but Travis is not happy...

@cjllanwarne cjllanwarne added the Don't Look At Me 🙈 (not yet ready for review) label Nov 16, 2018
@cjllanwarne cjllanwarne added <=== READY FOR REVIEW !!! and removed Don't Look At Me 🙈 (not yet ready for review) labels Nov 19, 2018
@@ -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:
Copy link
Contributor

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
Copy link
Contributor

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

Copy link
Contributor Author

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)

@cjllanwarne cjllanwarne merged commit fc470b5 into develop Nov 20, 2018
@cjllanwarne cjllanwarne deleted the cjl_http_inputs_test branch November 20, 2018 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants