allure-framework / allure-framework/allure-python

JsonMappingException: Could not read test result file allure-results

未关闭
#863 2 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Python
星标
814
派生
260
PR 合并指标
30 天内没有已合并 PR

描述

### Describe the Bug
Getting a JsonMappingException using Allure single file generation when the parameter value exceeds the maximum allowed. The report is generated, but empty.
**I'm running on GitLab CI/CD.**

### Steps to Reproduce
- Try to get json file with params value more than maximum allowed (20000000)
- open cmd
- run `allure generate --single-file allure-results --clean`

### Expected Behaviour
The report is generated without errors.

### Screenshots or Additional Context
Could not read test result file allure-results/03142bda-850b-4896-a93b-ca53751bdbc9-result.json
com.fasterxml.jackson.databind.JsonMappingException: String value length (20054016) exceeds the maximum allowed (20000000, from `StreamReadConstraints.getMaxStringLength()`) (through reference chain: io.qameta.allure.model.TestResult["steps"]->java.util.ArrayList[7]->io.qameta.allure.model.StepResult["parameters"]->java.util.ArrayList[3]->io.qameta.allure.model.Parameter["value"])

### What Language are you using?
Python

### What Framework/Allure Integration you are using?
Allure Pytest-BDD

### What version of Allure Integration you are using?
2.13.5

### What version of Allure Report you are using?
2.34

### Code of Conduct
I agree to follow this project's Code of Conduct

贡献指南

打开贡献指南

调研方向

首先,使用 `allure generate --single-file allure-results --clean` 命令重现该故障,并检查报告中指出的 `allure-results/03142bda-850b-4896-a93b-ca53751bdbc9-result.json` 文件。跟踪超大的 `steps` 参数值是如何处理的,并在此结果文件不再导致生成失败且报告已填充内容时,视为报告完成。

由索引模型根据 Issue 内容生成。

评估

技术栈
python
领域
testing-qa
Issue 类型
缺陷
难度
4/5
预计耗时
3-5 天
活跃度
停滞
描述清晰度
基本清楚
新手友好度
42/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。