mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-15 06:37:58 +00:00
chore(tests): normalize recording IDs and timestamps to reduce git diff noise (#3676)
IDs are now deterministic hashes based on request content, and timestamps are normalized to constants, eliminating spurious changes when re-recording tests. ## Changes - Updated `inference_recorder.py` to normalize IDs and timestamps during recording - Added `scripts/normalize_recordings.py` utility to re-normalize existing recordings - Created documentation in `tests/integration/recordings/README.md` - Normalized 350 existing recording files
This commit is contained in:
parent
6bcd3e25f2
commit
3f36bfaeaa
348 changed files with 10154 additions and 8329 deletions
|
@ -39,7 +39,7 @@
|
|||
{
|
||||
"__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk",
|
||||
"__data__": {
|
||||
"id": "oBUtX7R-62bZhn-9801a22f6ad243dc",
|
||||
"id": "rec-894fdacb1cfa",
|
||||
"choices": [
|
||||
{
|
||||
"delta": {
|
||||
|
@ -54,7 +54,7 @@
|
|||
"logprobs": null
|
||||
}
|
||||
],
|
||||
"created": 1758039022,
|
||||
"created": 0,
|
||||
"model": "meta-llama/Llama-3.3-70B-Instruct-Turbo-Free",
|
||||
"object": "chat.completion.chunk",
|
||||
"service_tier": null,
|
||||
|
@ -65,7 +65,7 @@
|
|||
{
|
||||
"__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk",
|
||||
"__data__": {
|
||||
"id": "oBUtX7R-62bZhn-9801a22f6ad243dc",
|
||||
"id": "rec-894fdacb1cfa",
|
||||
"choices": [
|
||||
{
|
||||
"delta": {
|
||||
|
@ -90,7 +90,7 @@
|
|||
"logprobs": null
|
||||
}
|
||||
],
|
||||
"created": 1758039022,
|
||||
"created": 0,
|
||||
"model": "meta-llama/Llama-3.3-70B-Instruct-Turbo-Free",
|
||||
"object": "chat.completion.chunk",
|
||||
"service_tier": null,
|
||||
|
@ -101,7 +101,7 @@
|
|||
{
|
||||
"__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk",
|
||||
"__data__": {
|
||||
"id": "oBUtX7R-62bZhn-9801a22f6ad243dc",
|
||||
"id": "rec-894fdacb1cfa",
|
||||
"choices": [
|
||||
{
|
||||
"delta": {
|
||||
|
@ -126,7 +126,7 @@
|
|||
"logprobs": null
|
||||
}
|
||||
],
|
||||
"created": 1758039022,
|
||||
"created": 0,
|
||||
"model": "meta-llama/Llama-3.3-70B-Instruct-Turbo-Free",
|
||||
"object": "chat.completion.chunk",
|
||||
"service_tier": null,
|
||||
|
@ -137,7 +137,7 @@
|
|||
{
|
||||
"__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk",
|
||||
"__data__": {
|
||||
"id": "oBUtX7R-62bZhn-9801a22f6ad243dc",
|
||||
"id": "rec-894fdacb1cfa",
|
||||
"choices": [
|
||||
{
|
||||
"delta": {
|
||||
|
@ -155,7 +155,7 @@
|
|||
"seed": 1489065696184500700
|
||||
}
|
||||
],
|
||||
"created": 1758039022,
|
||||
"created": 0,
|
||||
"model": "meta-llama/Llama-3.3-70B-Instruct-Turbo-Free",
|
||||
"object": "chat.completion.chunk",
|
||||
"service_tier": null,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue