feat(testing): remove SQLite dependency from inference recorder

Recording files use a predictable naming format, making the SQLite
index redundant. The binary SQLite file was causing frequent git
conflicts. Simplify by calculating file paths directly from request
hashes.

Signed-off-by: Derek Higgins <derekh@redhat.com>
This commit is contained in:
Derek Higgins 2025-08-25 09:44:57 +01:00
parent eed25fc6e4
commit aa11c47d32
3 changed files with 2 additions and 57 deletions