test(acceptance): 增加视频容量阶梯场景
新增 30 至 45 秒模拟上游等待的视频容量场景,使单 Worker 自适应控制在每级突发负载中获得连续占满窗口,同时保持提交、轮询、结果处理和回调全链路。\n\n未修改生产 Worker 和厂商限流逻辑。已执行完整 Go 测试、go vet、gofmt、bash -n、ShellCheck 和生产验收脚本测试。
This commit is contained in:
@@ -3819,7 +3819,7 @@ run_single_node_acceptance() {
|
||||
apply_single_node_capacity "$slots" || break
|
||||
requests=$((slots * 3))
|
||||
(( requests < 32 )) && requests=32
|
||||
if ! run_single_node_profile image-video video-throughput "$slots" "$requests"; then
|
||||
if ! run_single_node_profile image-video video-capacity "$slots" "$requests"; then
|
||||
break
|
||||
fi
|
||||
single_node_stable_slots=$slots
|
||||
|
||||
Reference in New Issue
Block a user