-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Object store cache file not updated after job completes with outputs_to_working_directory
#16438
Comments
The |
awesome though that you were using extended, I'll prioritize a fix |
that could be an issue yes. The metadata script attempts to update the cache location, but it does not fail when the file couldn't be updated ( galaxy/lib/galaxy/objectstore/s3.py Line 680 in cbb0119
I've written a simple test that checks whether the cache gets updated, and it does, but that does indeed require write access to the cache location. I think the way this works currently is convenient because for a subsequent job the file simply exists in the cache so it won't be pulled in again.
|
Fixes biggest issue with galaxyproject#16438 - IMO anyway.
Fixes biggest issue with galaxyproject#16438 - IMO anyway.
Fixes biggest issue with galaxyproject#16438 - IMO anyway.
Fixes biggest issue with galaxyproject#16438 - IMO anyway.
Fixes biggest issue with galaxyproject#16438 - IMO anyway.
Fixes biggest issue with galaxyproject#16438 - IMO anyway.
from @selten on element:
I think we may simply not be doing that right. Definitely needs at least a test case.
The text was updated successfully, but these errors were encountered: