任务中心/任务详情

任务详情

失败
导出 AI 分析包
项目
云鹿商场
套件
API smoke tests
环境
dev
执行器
local-mac-01
创建时间
2026/4/30 16:55:54
开始时间
2026/4/30 17:03:23
结束时间
2026/4/30 17:04:08
执行命令
python -m pytest API_Automation/cases -v -m smoke --alluredir=Reports/platform/{task_id}/allure-results
测试报告

exit_code=-1

AI 失败分析
已分析
失败原因:
Test execution failed with exit code -1, indicating a crash or abnormal termination (e.g., segmentation fault, timeout, or resource exhaustion). No test output log is available.
影响范围:
The entire test suite is blocked, preventing validation of functionality under test. This could halt CI/CD pipelines and delay releases.
修复建议:
Investigate the test environment and test runner configuration for resource limits, memory issues, or missing dependencies. Check if the suite requires additional setup or if a specific test case causes a crash. Consider enabling detailed logging or running the suite in isolation to identify the failing test.
建议排查动作
  • - 先打开日志确认首个异常栈
  • - 核对测试环境、账号、网络和构建版本
  • - 对比同套件最近一次成功或失败记录
  • - 必要时导出分析包交给 AI 做二次判断
Flaky 概率
10%