forked from Dicklesworthstone/pi_agent_rust
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathe2e_scenario_matrix.json
More file actions
817 lines (817 loc) · 27 KB
/
e2e_scenario_matrix.json
File metadata and controls
817 lines (817 loc) · 27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
{
"schema": "pi.e2e.scenario_matrix.v2",
"bead_id": "bd-1f42.8.5.1",
"updated_at": "2026-05-10",
"source_inputs": [
"tests/suite_classification.toml",
"scripts/e2e/run_all.sh",
"docs/testing-policy.md"
],
"ux_sli_matrix_ref": "docs/perf_sli_matrix.json",
"ci_policy": {
"consumed_by": [
"scripts/check_traceability_matrix.py",
"tests/ci_full_suite_gate.rs",
"tests/vcr_parity_validation.rs"
],
"allowed_statuses": [
"covered",
"waived",
"planned"
],
"allowed_vcr_modes": [
"vcr-only",
"dual-mode",
"live-only"
],
"required_suite_artifacts": [
"output.log",
"result.json",
"test-log.jsonl",
"artifact-index.jsonl"
],
"required_run_artifacts": [
"summary.json",
"environment.json",
"evidence_contract.json"
],
"min_e2e_suite_matrix_coverage_pct": 100,
"live_budget_policy": {
"max_live_api_calls_per_suite": 50,
"max_live_cost_usd_per_suite": 1.00,
"rate_limit_delay_ms": 500,
"credential_env_prefix": "PI_E2E_",
"skip_env_var": "PI_SKIP_LIVE_E2E"
}
},
"rows": [
{
"workflow_id": "wf-cli-onboarding-and-slash-commands",
"workflow_class": "success_path",
"workflow_title": "First-run CLI onboarding and slash-command control flow",
"status": "covered",
"vcr_mode": "vcr-only",
"vcr_mode_rationale": "All CLI onboarding flows use VCR playback for deterministic provider responses. No live API calls needed.",
"owner": "bd-1f42.8.5.2",
"provider_families": [
"core-runtime",
"provider-routing"
],
"suite_ids": [
"e2e_cli",
"e2e_golden_path"
],
"test_paths": [
"tests/e2e_cli.rs",
"tests/e2e_golden_path.rs"
],
"sli_ids": [
"sli.cli.first_response_ms",
"sli.provider.first_token_ms"
],
"expected_artifacts": [
"output.log",
"result.json",
"test-log.jsonl",
"artifact-index.jsonl",
"summary.json",
"environment.json",
"evidence_contract.json"
],
"replay_command": "./scripts/e2e/run_all.sh --profile ci --suite e2e_cli --suite e2e_golden_path"
},
{
"workflow_id": "wf-agent-loop-and-tool-roundtrip",
"workflow_class": "success_path",
"workflow_title": "Core agent orchestration and built-in tool execution round trips",
"status": "covered",
"vcr_mode": "vcr-only",
"vcr_mode_rationale": "Agent loop and tool execution are fully deterministic via VCR cassettes. Tool side-effects (file I/O, bash) use temp directories.",
"owner": "bd-1f42.8.5.2",
"provider_families": [
"core-runtime",
"tooling"
],
"suite_ids": [
"e2e_agent_loop",
"e2e_tools"
],
"test_paths": [
"tests/e2e_agent_loop.rs",
"tests/e2e_tools.rs"
],
"sli_ids": [
"sli.agent.turn_completion_ms",
"sli.cli.first_response_ms"
],
"expected_artifacts": [
"output.log",
"result.json",
"test-log.jsonl",
"artifact-index.jsonl",
"summary.json",
"environment.json",
"evidence_contract.json"
],
"replay_command": "./scripts/e2e/run_all.sh --profile ci --suite e2e_agent_loop --suite e2e_tools"
},
{
"workflow_id": "wf-provider-streaming-and-deterministic-parity",
"workflow_class": "success_path",
"workflow_title": "Deterministic multi-provider streaming/event-ordering and parity checks",
"status": "covered",
"vcr_mode": "vcr-only",
"vcr_mode_rationale": "Provider streaming scenarios use VCR cassettes for each provider family. SSE chunk ordering is preserved in cassette body_chunks.",
"owner": "bd-1f42.8.5.2",
"provider_families": [
"provider-native",
"provider-openai-compatible"
],
"suite_ids": [
"e2e_provider_scenarios",
"e2e_provider_streaming"
],
"test_paths": [
"tests/e2e_provider_scenarios.rs",
"tests/e2e_provider_streaming.rs"
],
"sli_ids": [
"sli.provider.first_token_ms",
"sli.provider.stream_jitter_p95_ms"
],
"expected_artifacts": [
"output.log",
"result.json",
"test-log.jsonl",
"artifact-index.jsonl",
"summary.json",
"environment.json",
"evidence_contract.json"
],
"replay_command": "./scripts/e2e/run_all.sh --profile ci --suite e2e_provider_scenarios --suite e2e_provider_streaming"
},
{
"workflow_id": "wf-extension-registration-and-ts-loading",
"workflow_class": "success_path",
"workflow_title": "Extension registration lifecycle and TypeScript extension loading",
"status": "covered",
"vcr_mode": "vcr-only",
"vcr_mode_rationale": "Extension registration and TS loading are local QuickJS operations with no network calls. VCR used only for provider interactions within extension tests.",
"owner": "bd-1f42.8.5.2",
"provider_families": [
"extensions",
"quickjs"
],
"suite_ids": [
"e2e_extension_registration",
"e2e_ts_extension_loading"
],
"test_paths": [
"tests/e2e_extension_registration.rs",
"tests/e2e_ts_extension_loading.rs"
],
"sli_ids": [
"sli.extension.action_latency_ms",
"sli.agent.turn_completion_ms"
],
"expected_artifacts": [
"output.log",
"result.json",
"test-log.jsonl",
"artifact-index.jsonl",
"summary.json",
"environment.json",
"evidence_contract.json"
],
"replay_command": "./scripts/e2e/run_all.sh --profile ci --suite e2e_extension_registration --suite e2e_ts_extension_loading"
},
{
"workflow_id": "wf-session-control-persistence-recovery",
"workflow_class": "recovery_path",
"workflow_title": "Message/session control operations and persistence/replay resilience",
"status": "covered",
"vcr_mode": "vcr-only",
"vcr_mode_rationale": "Session persistence and recovery tests use local file I/O with VCR for any provider roundtrips. No live credentials required.",
"owner": "bd-1f42.8.5.2",
"provider_families": [
"session",
"extensions"
],
"suite_ids": [
"e2e_message_session_control",
"e2e_session_persistence"
],
"test_paths": [
"tests/e2e_message_session_control.rs",
"tests/e2e_session_persistence.rs"
],
"sli_ids": [
"sli.session.resume_ready_ms",
"sli.recovery.time_to_stable_ms"
],
"expected_artifacts": [
"output.log",
"result.json",
"test-log.jsonl",
"artifact-index.jsonl",
"summary.json",
"environment.json",
"evidence_contract.json"
],
"replay_command": "./scripts/e2e/run_all.sh --profile ci --suite e2e_message_session_control --suite e2e_session_persistence"
},
{
"workflow_id": "wf-rpc-endpoint-integration",
"workflow_class": "success_path",
"workflow_title": "End-to-end RPC command/protocol coverage",
"status": "covered",
"vcr_mode": "vcr-only",
"vcr_mode_rationale": "RPC endpoint tests use VCR cassettes for provider responses. The RPC protocol itself is tested locally via JSON-RPC message exchange.",
"owner": "bd-1f42.8.5.2",
"provider_families": [
"rpc",
"provider-openai-compatible"
],
"suite_ids": [
"e2e_rpc"
],
"test_paths": [
"tests/e2e_rpc.rs"
],
"sli_ids": [
"sli.rpc.roundtrip_ms",
"sli.agent.turn_completion_ms"
],
"expected_artifacts": [
"output.log",
"result.json",
"test-log.jsonl",
"artifact-index.jsonl",
"summary.json",
"environment.json",
"evidence_contract.json"
],
"replay_command": "./scripts/e2e/run_all.sh --profile ci --suite e2e_rpc"
},
{
"workflow_id": "wf-tui-interactive-journeys",
"workflow_class": "success_path",
"workflow_title": "Interactive TUI journey scripts via tmux capture",
"status": "covered",
"vcr_mode": "vcr-only",
"vcr_mode_rationale": "TUI tests use tmux scripting with VCR playback for provider responses. UI rendering is deterministic with PI_TEST_MODE=1.",
"owner": "bd-1f42.8.5.2",
"provider_families": [
"tui",
"provider-openai-compatible"
],
"suite_ids": [
"e2e_tui"
],
"test_paths": [
"tests/e2e_tui.rs"
],
"sli_ids": [
"sli.tui.input_to_render_ms",
"sli.provider.first_token_ms"
],
"expected_artifacts": [
"output.log",
"result.json",
"test-log.jsonl",
"artifact-index.jsonl",
"summary.json",
"environment.json",
"evidence_contract.json"
],
"replay_command": "./scripts/e2e/run_all.sh --profile ci --suite e2e_tui"
},
{
"workflow_id": "wf-library-runtime-integration",
"workflow_class": "success_path",
"workflow_title": "Library integration checks for markdown/render/runtime wiring",
"status": "covered",
"vcr_mode": "vcr-only",
"vcr_mode_rationale": "Library integration tests are local-only (markdown rendering, bubbletea runtime wiring). No network calls.",
"owner": "bd-1f42.8.5.2",
"provider_families": [
"tui",
"extensions"
],
"suite_ids": [
"e2e_library_integration"
],
"test_paths": [
"tests/e2e_library_integration.rs"
],
"sli_ids": [
"sli.tui.input_to_render_ms",
"sli.extension.action_latency_ms"
],
"expected_artifacts": [
"output.log",
"result.json",
"test-log.jsonl",
"artifact-index.jsonl",
"summary.json",
"environment.json",
"evidence_contract.json"
],
"replay_command": "./scripts/e2e/run_all.sh --profile ci --suite e2e_library_integration"
},
{
"workflow_id": "wf-preflight-policy-and-auto-repair",
"workflow_class": "recovery_path",
"workflow_title": "Workflow preflight/policy escalation plus extension auto-repair diagnostics",
"status": "covered",
"vcr_mode": "vcr-only",
"vcr_mode_rationale": "Preflight checks and auto-repair are local policy-engine operations. VCR used for any diagnostic round-trips to providers.",
"owner": "bd-1f42.8.5.2",
"provider_families": [
"extensions",
"policy"
],
"suite_ids": [
"e2e_workflow_preflight",
"e2e_auto_repair"
],
"test_paths": [
"tests/e2e_workflow_preflight.rs",
"tests/e2e_auto_repair.rs"
],
"sli_ids": [
"sli.policy.preflight_decision_ms",
"sli.recovery.time_to_stable_ms"
],
"expected_artifacts": [
"output.log",
"result.json",
"test-log.jsonl",
"artifact-index.jsonl",
"summary.json",
"environment.json",
"evidence_contract.json"
],
"replay_command": "./scripts/e2e/run_all.sh --profile ci --suite e2e_workflow_preflight --suite e2e_auto_repair"
},
{
"workflow_id": "wf-live-provider-parity-and-auth",
"workflow_class": "live_boundary",
"workflow_title": "Live-provider parity/auth smoke workflows (credential and network gated)",
"status": "waived",
"vcr_mode": "live-only",
"vcr_mode_rationale": "These suites exercise real provider APIs to validate parity between VCR-recorded and live behavior. By definition they cannot use VCR playback.",
"live_skip_policy": {
"skip_reason": "Requires live provider credentials and network access; non-blocking in default CI.",
"skip_env_var": "PI_SKIP_LIVE_E2E",
"required_credentials": [
"ANTHROPIC_API_KEY",
"OPENAI_API_KEY"
],
"budget_controls": {
"max_api_calls": 50,
"max_cost_usd": 1.00,
"rate_limit_delay_ms": 500,
"timeout_per_test_secs": 60
},
"ci_gate_behavior": "skip_with_warning"
},
"owner": "bd-1f42.8.5.3",
"provider_families": [
"provider-native",
"provider-openai-compatible"
],
"suite_ids": [
"e2e_live",
"e2e_live_harness",
"e2e_cross_provider_parity",
"provider_live_verify"
],
"test_paths": [
"tests/e2e_live.rs",
"tests/e2e_live_harness.rs",
"tests/e2e_cross_provider_parity.rs",
"tests/provider_live_verify.rs"
],
"sli_ids": [
"sli.live.auth_success_rate_pct",
"sli.provider.first_token_ms"
],
"expected_artifacts": [
"output.log",
"result.json",
"test-log.jsonl",
"artifact-index.jsonl",
"summary.json",
"environment.json",
"evidence_contract.json"
],
"waiver_reason": "These suites require live credentials/network and remain non-blocking in default CI; deterministic parity boundaries are enforced separately.",
"waiver_issue_id": "bd-1f42.8.5.3",
"replay_command": "PI_E2E_TESTS=1 ./scripts/e2e/run_all.sh --profile full --suite e2e_live --suite e2e_live_harness --suite e2e_cross_provider_parity --suite provider_live_verify"
},
{
"workflow_id": "wf-failure-injection-and-recovery-pack",
"workflow_class": "failure_recovery",
"workflow_title": "Failure injection scenarios for retry/backoff/recovery guarantees",
"status": "covered",
"vcr_mode": "vcr-only",
"vcr_mode_rationale": "Failure injection uses crafted VCR cassettes with error status codes (401, 429, 500) and malformed responses. No live APIs needed for error-path validation.",
"owner": "bd-1f42.8.5.4",
"provider_families": [
"all"
],
"suite_ids": [
"e2e_failure_injection_recovery",
"e2e_high_risk_workflows"
],
"test_paths": [
"tests/e2e_failure_injection_recovery.rs",
"tests/e2e_high_risk_workflows.rs"
],
"sli_ids": [
"sli.recovery.time_to_stable_ms",
"sli.provider.stream_jitter_p95_ms"
],
"expected_artifacts": [
"output.log",
"result.json",
"test-log.jsonl",
"artifact-index.jsonl",
"summary.json",
"environment.json",
"evidence_contract.json"
],
"replay_command": "./scripts/e2e/run_all.sh --profile ci --suite e2e_failure_injection_recovery --suite e2e_high_risk_workflows"
},
{
"workflow_id": "wf-interruption-resume-replay-pack",
"workflow_class": "interruption_resume",
"workflow_title": "Interrupt/resume/replay continuity scenarios with deterministic rerun pointers",
"status": "covered",
"vcr_mode": "dual-mode",
"vcr_mode_rationale": "Interruption/resume tests use in-process deterministic providers for CI. Dual-mode allows periodic live validation of signal handling and session recovery.",
"dual_mode_policy": {
"default_ci_mode": "vcr",
"live_trigger_env": "PI_E2E_LIVE_INTERRUPTION=1",
"live_frequency": "weekly-scheduled",
"parity_check": "VCR replay must produce identical session state as live interrupted+resumed session"
},
"owner": "bd-1f42.8.5.5",
"provider_families": [
"all"
],
"suite_ids": [
"e2e_interruption_resume_replay"
],
"test_paths": [
"tests/e2e_interruption_resume_replay.rs"
],
"sli_ids": [
"sli.resume.replay_integrity_pct",
"sli.session.resume_ready_ms"
],
"expected_artifacts": [
"output.log",
"result.json",
"test-log.jsonl",
"artifact-index.jsonl",
"summary.json",
"environment.json",
"evidence_contract.json"
],
"replay_command": "./scripts/e2e/run_all.sh --profile ci --suite e2e_interruption_resume_replay"
},
{
"workflow_id": "wf-doctor-and-golden-corpus-governance",
"workflow_class": "governance_success_path",
"workflow_title": "Doctor JSON temp-dir contract and golden-corpus replay coverage",
"status": "covered",
"vcr_mode": "vcr-only",
"vcr_mode_rationale": "Doctor JSON and golden-corpus scenarios run against deterministic fixtures and local temp directories.",
"owner": "bd-8t27h.3",
"provider_families": [
"core-runtime",
"governance"
],
"suite_ids": [
"doctor_swarm_temp_dir_json",
"e2e_golden_corpus"
],
"test_paths": [
"tests/doctor_swarm_temp_dir_json.rs",
"tests/e2e_golden_corpus.rs"
],
"sli_ids": [
"sli.cli.first_response_ms",
"sli.replay.integrity_pct"
],
"expected_artifacts": [
"output.log",
"result.json",
"test-log.jsonl",
"artifact-index.jsonl",
"summary.json",
"environment.json",
"evidence_contract.json"
],
"replay_command": "./scripts/e2e/run_all.sh --profile ci --suite doctor_swarm_temp_dir_json --suite e2e_golden_corpus"
},
{
"workflow_id": "wf-swarm-flight-recorder-replay",
"workflow_class": "diagnostic_replay",
"workflow_title": "Deterministic swarm flight recorder replay and artifact redaction",
"status": "covered",
"vcr_mode": "vcr-only",
"vcr_mode_rationale": "The flight-recorder replay uses deterministic in-process providers plus real sessions, built-in tools, and extension hooks. No live provider credentials are required.",
"owner": "bd-kniej",
"provider_families": [
"core-runtime",
"extensions",
"tooling"
],
"suite_ids": [
"e2e_swarm_flight_recorder"
],
"test_paths": [
"tests/e2e_swarm_flight_recorder.rs"
],
"sli_ids": [
"sli.agent.turn_completion_ms",
"sli.policy.preflight_decision_ms"
],
"expected_artifacts": [
"output.log",
"result.json",
"test-log.jsonl",
"artifact-index.jsonl",
"summary.json",
"environment.json",
"evidence_contract.json"
],
"replay_command": "./scripts/e2e/run_all.sh --profile ci --suite e2e_swarm_flight_recorder"
},
{
"workflow_id": "wf-dropin-differential-pack",
"workflow_class": "dropin_parity",
"workflow_title": "Drop-in extension UI and RPC differential coverage",
"status": "covered",
"vcr_mode": "vcr-only",
"vcr_mode_rationale": "Drop-in differential suites use deterministic local fixtures and VCR-backed provider responses.",
"owner": "bd-8t27h.3",
"provider_families": [
"dropin",
"extensions",
"rpc"
],
"suite_ids": [
"dropin_extension_ui_differential",
"dropin_rpc_differential"
],
"test_paths": [
"tests/dropin_extension_ui_differential.rs",
"tests/dropin_rpc_differential.rs"
],
"sli_ids": [
"sli.rpc.roundtrip_ms",
"sli.extension.action_latency_ms"
],
"expected_artifacts": [
"output.log",
"result.json",
"test-log.jsonl",
"artifact-index.jsonl",
"summary.json",
"environment.json",
"evidence_contract.json"
],
"replay_command": "./scripts/e2e/run_all.sh --profile ci --suite dropin_extension_ui_differential --suite dropin_rpc_differential"
},
{
"workflow_id": "wf-extension-lifecycle-contention-and-persistence",
"workflow_class": "performance_recovery",
"workflow_title": "Extension lifecycle, heterogeneous OCO, and persistence fault-injection coverage",
"status": "covered",
"vcr_mode": "vcr-only",
"vcr_mode_rationale": "Extension lifecycle and persistence scenarios run against local QuickJS fixtures and deterministic fault injectors.",
"owner": "bd-8t27h.3",
"provider_families": [
"extensions",
"quickjs",
"persistence"
],
"suite_ids": [
"e2e_extension_lifecycle_perf",
"extensions_oco_heterogeneous",
"fault_injection_persistence"
],
"test_paths": [
"tests/e2e_extension_lifecycle_perf.rs",
"tests/extensions_oco_heterogeneous.rs",
"tests/fault_injection_persistence.rs"
],
"sli_ids": [
"sli.extension.action_latency_ms",
"sli.recovery.time_to_stable_ms"
],
"expected_artifacts": [
"output.log",
"result.json",
"test-log.jsonl",
"artifact-index.jsonl",
"summary.json",
"environment.json",
"evidence_contract.json"
],
"replay_command": "./scripts/e2e/run_all.sh --profile ci --suite e2e_extension_lifecycle_perf --suite extensions_oco_heterogeneous --suite fault_injection_persistence"
},
{
"workflow_id": "wf-provider-failure-injection-pack",
"workflow_class": "failure_recovery",
"workflow_title": "Provider failure injection and cross-provider error parity coverage",
"status": "covered",
"vcr_mode": "vcr-only",
"vcr_mode_rationale": "Provider failure injection uses local mock HTTP servers and crafted streaming fixtures, with no live credentials required.",
"owner": "bd-8t27h.3",
"provider_families": [
"provider-native",
"provider-openai-compatible"
],
"suite_ids": [
"e2e_provider_failure_injection"
],
"test_paths": [
"tests/e2e_provider_failure_injection.rs"
],
"sli_ids": [
"sli.provider.first_token_ms",
"sli.recovery.time_to_stable_ms"
],
"expected_artifacts": [
"output.log",
"result.json",
"test-log.jsonl",
"artifact-index.jsonl",
"summary.json",
"environment.json",
"evidence_contract.json"
],
"replay_command": "./scripts/e2e/run_all.sh --profile ci --suite e2e_provider_failure_injection"
},
{
"workflow_id": "wf-ollama-local-live-provider-smoke",
"workflow_class": "live_boundary",
"workflow_title": "Ollama local-live provider smoke coverage",
"status": "waived",
"vcr_mode": "live-only",
"vcr_mode_rationale": "Ollama coverage requires a locally running Ollama service and is not deterministic in default CI.",
"owner": "bd-8t27h.3",
"provider_families": [
"provider-local-live",
"provider-openai-compatible"
],
"suite_ids": [
"e2e_ollama_live"
],
"test_paths": [
"tests/e2e_ollama_live.rs"
],
"sli_ids": [
"sli.live.auth_success_rate_pct",
"sli.provider.first_token_ms"
],
"expected_artifacts": [
"output.log",
"result.json",
"test-log.jsonl",
"artifact-index.jsonl",
"summary.json",
"environment.json",
"evidence_contract.json"
],
"replay_command": "PI_E2E_TESTS=1 ./scripts/e2e/run_all.sh --profile full --suite e2e_ollama_live",
"live_skip_policy": {
"skip_reason": "Requires a local Ollama daemon and model availability; non-blocking in default CI.",
"skip_env_var": "PI_SKIP_LIVE_E2E",
"required_credentials": [],
"budget_controls": {
"max_api_calls": 50,
"max_cost_usd": 0.0,
"rate_limit_delay_ms": 500,
"timeout_per_test_secs": 60
},
"ci_gate_behavior": "skip_with_warning"
},
"waiver_reason": "Requires a local Ollama daemon/model and remains non-blocking in default CI.",
"waiver_issue_id": "bd-8t27h.3"
},
{
"workflow_id": "wf-runtime-risk-and-security-scenarios",
"workflow_class": "security_recovery",
"workflow_title": "Runtime risk telemetry and security scenario coverage",
"status": "covered",
"vcr_mode": "vcr-only",
"vcr_mode_rationale": "Security scenarios use deterministic fixtures and local policy/runtime telemetry without live provider calls.",
"owner": "bd-8t27h.3",
"provider_families": [
"security",
"policy",
"runtime-risk"
],
"suite_ids": [
"e2e_runtime_risk_telemetry",
"e2e_security_scenario_sec66",
"e2e_security_scenarios"
],
"test_paths": [
"tests/e2e_runtime_risk_telemetry.rs",
"tests/e2e_security_scenario_sec66.rs",
"tests/e2e_security_scenarios.rs"
],
"sli_ids": [
"sli.policy.preflight_decision_ms",
"sli.recovery.time_to_stable_ms"
],
"expected_artifacts": [
"output.log",
"result.json",
"test-log.jsonl",
"artifact-index.jsonl",
"summary.json",
"environment.json",
"evidence_contract.json"
],
"replay_command": "./scripts/e2e/run_all.sh --profile ci --suite e2e_runtime_risk_telemetry --suite e2e_security_scenario_sec66 --suite e2e_security_scenarios"
},
{
"workflow_id": "wf-tui-feature-and-performance-pack",
"workflow_class": "success_path",
"workflow_title": "TUI feature and performance coverage",
"status": "covered",
"vcr_mode": "vcr-only",
"vcr_mode_rationale": "TUI feature and performance tests use deterministic terminal fixtures and VCR playback for provider responses.",
"owner": "bd-8t27h.3",
"provider_families": [
"tui",
"provider-openai-compatible"
],
"suite_ids": [
"e2e_tui_features",
"e2e_tui_perf"
],
"test_paths": [
"tests/e2e_tui_features.rs",
"tests/e2e_tui_perf.rs"
],
"sli_ids": [
"sli.tui.input_to_render_ms",
"sli.provider.first_token_ms"
],
"expected_artifacts": [
"output.log",
"result.json",
"test-log.jsonl",
"artifact-index.jsonl",
"summary.json",
"environment.json",
"evidence_contract.json"
],
"replay_command": "./scripts/e2e/run_all.sh --profile ci --suite e2e_tui_features --suite e2e_tui_perf"
},
{
"workflow_id": "wf-soak-and-performance-regression-pack",
"workflow_class": "performance_recovery",
"workflow_title": "Soak stability and E2E performance regression coverage",
"status": "covered",
"vcr_mode": "vcr-only",
"vcr_mode_rationale": "Soak and perf suites use bounded local workloads and structured artifacts under the CI evidence contract.",
"owner": "bd-8t27h.3",
"provider_families": [
"performance",
"core-runtime"
],
"suite_ids": [
"e2e_soak_stability",
"perf_e2e"
],
"test_paths": [
"tests/e2e_soak_stability.rs",
"tests/perf_e2e.rs"
],
"sli_ids": [
"sli.agent.turn_completion_ms",
"sli.recovery.time_to_stable_ms"
],
"expected_artifacts": [
"output.log",
"result.json",
"test-log.jsonl",
"artifact-index.jsonl",
"summary.json",
"environment.json",
"evidence_contract.json"
],
"replay_command": "./scripts/e2e/run_all.sh --profile ci --suite e2e_soak_stability --suite perf_e2e"
}
]
}