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
The sqlalchemy upgrade broke tooltool uploads: check_pending_upload would say "Upload of [hash] considered valid" but never actually seems to add the FileInstance to the db, so the uploaded file never becomes visible.
We reverted to 1.4.x (#1191), but we should probably look at fixing this (and. if I can dream, having better test coverage...).
The text was updated successfully, but these errors were encountered:
The sqlalchemy upgrade broke tooltool uploads:
check_pending_upload
would say "Upload of [hash] considered valid" but never actually seems to add the FileInstance to the db, so the uploaded file never becomes visible.We reverted to 1.4.x (#1191), but we should probably look at fixing this (and. if I can dream, having better test coverage...).
The text was updated successfully, but these errors were encountered: