mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-09 12:40:59 +00:00
5b2826fa49
* Add performance and reliability QA gates * test(skills): prepare user path performance gate * test(skills): add debug chat load gate * test(skills): extend fake provider load profiles * test(skills): add debug chat timing and isolation probes * test(skills): clarify manual QA perf gates
16 lines
697 B
YAML
16 lines
697 B
YAML
id: langbot-debug-chat-load-gate
|
|
title: "LangBot Debug Chat load gate"
|
|
description: "Manual/non-required message-path load checks for Pipeline Debug Chat: controlled fake-provider baseline, slow-provider and fault-recovery profiles, plus optional real Space-provider smoke. Cross-pipeline isolation is split into langbot-debug-chat-isolation-gate because current releases may fail it due to product bug #2286."
|
|
type: performance
|
|
priority: p1
|
|
tags:
|
|
- performance
|
|
- debug-chat
|
|
- websocket
|
|
- load
|
|
cases:
|
|
- langbot-fake-provider-debug-chat-load
|
|
- langbot-fake-provider-debug-chat-slow-load
|
|
- langbot-fake-provider-debug-chat-fault-recovery
|
|
- langbot-space-debug-chat-concurrency-smoke
|