Skip to content

Commit 4ebdec0

Browse files
committed
fixture: swap synthetic pending peer for a real one
Caught the dev mesh while a fresh sml launch (job 2297439, --dev3) was still in OCF-PENDING — service: [], status: "pending", labels carry served_model_name. Real shape, real hostname, real peer id; nothing hand-rolled.
1 parent 99ca149 commit 4ebdec0

1 file changed

Lines changed: 55 additions & 55 deletions

File tree

backend/tests/fixtures/dnt_table_dev_live.json

Lines changed: 55 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -139,61 +139,6 @@
139139
"status": "ready",
140140
"version": "v0.1.11"
141141
},
142-
"/QmPendingExamplePeerForDummyRunZZZZZZZZZZZZZZ": {
143-
"available_offering": null,
144-
"connected": true,
145-
"current_offering": null,
146-
"hardware": {
147-
"gpus": [
148-
{
149-
"name": "NVIDIA GH200 120GB",
150-
"total_memory": 97871,
151-
"used_memory": 0
152-
},
153-
{
154-
"name": "NVIDIA GH200 120GB",
155-
"total_memory": 97871,
156-
"used_memory": 0
157-
},
158-
{
159-
"name": "NVIDIA GH200 120GB",
160-
"total_memory": 97871,
161-
"used_memory": 0
162-
},
163-
{
164-
"name": "NVIDIA GH200 120GB",
165-
"total_memory": 97871,
166-
"used_memory": 0
167-
}
168-
],
169-
"host_memory": 0,
170-
"host_memory_bandwidth": 0,
171-
"host_memory_used": 0
172-
},
173-
"hostname": "nid007777",
174-
"id": "QmPendingExamplePeerForDummyRunZZZZZZZZZZZZZZ",
175-
"labels": {
176-
"expires_at": "2026-05-19T01:30:00Z",
177-
"framework": "vllm",
178-
"framework_args": "--port 8080 --model /capstor/store/cscs/swissai/infra01/hf_models/models/swiss-ai/Apertus-70B-Instruct-2509 --served-model-name swiss-ai/Apertus-70B-Instruct-2509-rob-pending --tensor-parallel-size 4 --max-model-len 8192 --enable-metrics",
179-
"launched_by": "rosmith",
180-
"served_model_name": "swiss-ai/Apertus-70B-Instruct-2509-rob-pending",
181-
"slurm_job_id": "2299999",
182-
"slurm_partition": "normal",
183-
"started_at": "2026-05-18T19:30:00Z",
184-
"worker_group_id": "2299999"
185-
},
186-
"last_seen": 1779139800,
187-
"latency": 0,
188-
"load": null,
189-
"owner": "",
190-
"privileged": false,
191-
"public_address": "",
192-
"role": null,
193-
"service": [],
194-
"status": "pending",
195-
"version": "dev-9ff5ec9"
196-
},
197142
"/QmPqzJvbFVdoXXTq2rKW1pZBUmKLhZEWWHa4RFVrnUMf7K": {
198143
"available_offering": null,
199144
"connected": true,
@@ -470,6 +415,61 @@
470415
"status": "ready",
471416
"version": "v0.1.11"
472417
},
418+
"/QmY7FvKB3i6N1yvpkgAZXQCnFmpKR5WJ4MqqGNcLb3tWC5": {
419+
"available_offering": null,
420+
"connected": true,
421+
"current_offering": null,
422+
"hardware": {
423+
"gpus": [
424+
{
425+
"name": "NVIDIA GH200 120GB",
426+
"total_memory": 97871,
427+
"used_memory": 6
428+
},
429+
{
430+
"name": "NVIDIA GH200 120GB",
431+
"total_memory": 97871,
432+
"used_memory": 5
433+
},
434+
{
435+
"name": "NVIDIA GH200 120GB",
436+
"total_memory": 97871,
437+
"used_memory": 5
438+
},
439+
{
440+
"name": "NVIDIA GH200 120GB",
441+
"total_memory": 97871,
442+
"used_memory": 13
443+
}
444+
],
445+
"host_memory": 0,
446+
"host_memory_bandwidth": 0,
447+
"host_memory_used": 0
448+
},
449+
"hostname": "nid007456",
450+
"id": "QmY7FvKB3i6N1yvpkgAZXQCnFmpKR5WJ4MqqGNcLb3tWC5",
451+
"labels": {
452+
"expires_at": "2026-05-19T00:09:35Z",
453+
"framework": "sglang",
454+
"framework_args": "--port 8080 --model-path /capstor/store/cscs/swissai/infra01/hf_models/models/swiss-ai/Apertus-8B-Instruct-2509 --served-model-name swiss-ai/Apertus-8B-Instruct-2509-rob-dev3 --host 0.0.0.0 --enable-metrics",
455+
"launched_by": "rosmith",
456+
"served_model_name": "swiss-ai/Apertus-8B-Instruct-2509-rob-dev3",
457+
"slurm_job_id": "2297439",
458+
"slurm_partition": "normal",
459+
"started_at": "2026-05-18T18:09:35Z",
460+
"worker_group_id": "2297439"
461+
},
462+
"last_seen": 1779127775,
463+
"latency": 0,
464+
"load": null,
465+
"owner": "",
466+
"privileged": false,
467+
"public_address": "",
468+
"role": null,
469+
"service": null,
470+
"status": "pending",
471+
"version": "dev-9ff5ec9"
472+
},
473473
"/QmbUKJkCfotDzbFE5uoTsXD4GRyPHjzZC1f2yAGLoeBMn9": {
474474
"available_offering": null,
475475
"connected": true,

0 commit comments

Comments
 (0)