Closed ponyisi closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 82.02%. Comparing base (
2dfb069
) to head (49cf33d
). Report is 1 commits behind head on 3.0_develop.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Yeah - in any case this is strictly better behavior than we had before, because we would have just crashed and lost everything. I'm not 100% what circumstances lead to this but we should in any case validate the full number of expected files in the bucket at the end of transforms.
Sometimes listing the bucket for an in-progress transformation gives objects that look like directories, not files. These have no file size reported and would raise an exception due to the coercion in the
ResultFile
constructor. Avoid these problematic objects.