Commit graph

7 commits

Author SHA1 Message Date
Francisco Javier Arceo
007104bd16 removing recordings that were added, not just the modified ones
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
2025-10-10 14:23:15 -04:00
Francisco Javier Arceo
2ba577dabb added another recording
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
2025-10-10 13:42:11 -04:00
Francisco Javier Arceo
cdfca47206 uploading rerecorded...working locally in record and replay mode
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
2025-10-10 13:28:27 -04:00
Francisco Javier Arceo
c1cde83909 updated recordings
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
2025-10-10 13:22:10 -04:00
Francisco Javier Arceo
6cb9a53faa uploading error hadnling test result
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
2025-10-10 13:08:03 -04:00
Ashwin Bharambe
a90cfb3ef4 merge main and record tests, one test is failing 2025-10-10 12:37:34 -04:00
Ashwin Bharambe
f50ce11a3b
feat(tests): make inference_recorder into api_recorder (include tool_invoke) (#3403)
Renames `inference_recorder.py` to `api_recorder.py` and extends it to
support recording/replaying tool invocations in addition to inference
calls.

This allows us to record web-search, etc. tool calls and thereafter
apply recordings for `tests/integration/responses`

## Test Plan

```
export OPENAI_API_KEY=...
export TAVILY_SEARCH_API_KEY=...

./scripts/integration-tests.sh --stack-config ci-tests \
   --suite responses --inference-mode record-if-missing
```
2025-10-09 14:27:51 -07:00