Skip to content

Query Reporting: Fix query recorder log file path

Matt Kasa requested to merge 368739-query-reporting-fix-log-file-name into master

What does this MR do and why?

For query recording we record queries during rspec runs into an NDJSON log file under rspec/, but this file needs to be named per job, so this MR moves the log file into a new folder (query_recorder/) and names it uniquely according to the CI job environment variables.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #377897 (closed)

Edited by Matt Kasa

Merge request reports