Skip to content

Handle error on trace raw download with old builds (DB stored)

Tomasz Maczukin requested to merge fix/handle-raw-trace-error-on-old-builds into master

What does this MR do?

Handles error on raw build trace download action for old builds (which are stored in DB instead of file).

Are there points in the code the reviewer needs to double check?

No.

Why was this MR needed?

At the beginning build traces were stored in database but at some point we moved to store them in files. All trace related actions are aware of this, but not raw trace download.

What are the relevant issue numbers?

Fixes #18900 (closed)

Does this MR meet the acceptance criteria?

Merge request reports