-
Notifications
You must be signed in to change notification settings - Fork 27
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
[275] Removes default storage account dependency when running in Terra #285
Conversation
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.
Integration test failed with SYSTEMERROR, indicating that something failed with the task in TES itself.
2023-07-12T20:30:53.0444476Z Running a test task...
2023-07-12T20:33:19.1549238Z TES Task State: SYSTEMERROREnum
2023-07-12T20:33:19.1555074Z Running a test task... Completed in 146s
2023-07-12T20:33:19.1555179Z
2023-07-12T20:33:19.1555319Z Test task failed.
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.
LGTM. I'd like to have @MattMcL4475's opinion, though.
Closes: #275
This PR includes:
IStorageAccessProvider
to handle storage URL creation and I/O operations for TES internal and TES tasks internal files.<LZ storage account>/<workspace-container>/<batchscheduling-prefix>/tes-internal
or<LZ storage account>/<workspace-container>/<batchscheduling-prefix>/tes-internal/<task-id>
internal_path_prefix
/tes-internal/configuration/
andinternal_path_prefix
is used if provided.