You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The entire assets directory is not being uploaded when I run tapis apps deploy --no-build, and there is no warning or error when a file fails to upload.
To Reproduce
Probably tricky to reproduce. But for this example the _lib/extend_runtime.sh doesn't always get uploaded to my app assets directory, and there is no error/warning when it fails. Strangely, it only seems to be that file and it fails pretty consistently.
Deploy:
I have a question: Can you check to see if the file was eventually uploaded?
A persistent problem I have seen with the current deployment process is that there can a delay in completing the actual data movement on the backend when uploading the app asset files. If the app is tested before the data movement queue is cleared out, a failure will be encountered. This is very tricky to debug!
Nope, doesn't seem to happen eventually. I've checked back hours later and the file wasn't there. One thing I did notice is when it fails, it has some extended attribute on it:
urrutia$ ls -lht assets/_lib/
total 16
-rw-r--r--@ 1 urrutia staff 4.5K Aug 7 14:24 extend-runtime.sh
-rw-r--r-- 1 urrutia staff 0B Jul 15 17:27 CONTAINER_IMAGE
Describe the bug
The entire assets directory is not being uploaded when I run
tapis apps deploy --no-build
, and there is no warning or error when a file fails to upload.To Reproduce
Probably tricky to reproduce. But for this example the
_lib/extend_runtime.sh
doesn't always get uploaded to my app assets directory, and there is no error/warning when it fails. Strangely, it only seems to be that file and it fails pretty consistently.Deploy:
extend_runtime.sh
missing when listing the assets directory:Expected behavior
I'd expect extend-runtime.sh to be uploaded or to generate an error when it fails. I'm able to upload it directly with:
So I don't think there's anything wrong with the file itself.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: