Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Azure blob read/write integration test #7024
Azure blob read/write integration test #7024
Changes from 33 commits
3a06506
0abca4b
7a20b31
ee4bb69
0e107ba
28a3507
b7dd69e
21a4e93
1b35ceb
578f3a7
ccde773
91f7f72
33aad95
196925f
cab62aa
d5da50b
1717090
e709eac
3d53660
fd8f65b
44534da
8b7c4f3
ccea5a4
d585005
a1ba566
0f0c481
1ccf705
05d5168
8c9b37f
f1e09e4
de2bf9b
958db3c
0b80d19
bcd11a5
097985f
3407a08
70913a0
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
It looks like running this workflow doesn't result in any files being written to the blob container, is that right? Can we use a slightly more complicated workflow that will use the
Local
filesystem rather than TES, and execute a task?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.
This does result in a log being written to the storage container with the supplied options. I can work on a different wdl though to run a task locally if you think thats a clearer test!
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.
It seems better to exercise all parts of the system. I know I'm late to the party here, if it ends up not being an easy change I'm fine calling it out of scope.
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.
This ended up being a more difficult change because the
Local
backend doesn't easily support working on filesystems other than the local one. For now I think this may need to wait.