allure-framework / allure-framework/allure-python
JsonMappingException: Could not read test result file allure-results
- Lenguaje dominante
- Python
- Estrellas
- 814
- Forks
- 260
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
### 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
Guía de contribución
Línea de trabajo
Comienza reproduciendo el fallo con el comando `allure generate --single-file allure-results --clean` e inspecciona el archivo `allure-results/03142bda-850b-4896-a93b-ca53751bdbc9-result.json` indicado. Sigue cómo se gestiona el valor sobredimensionado del parámetro `steps` y considera completo el informe cuando este archivo de resultados ya no provoque que falle la generación y el informe esté rellenado.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- python
- Área
- testing-qa
- Tipo de issue
- Error
- Dificultad
- 4/5
- Tiempo estimado
- 3-5 días
- Estado de actividad
- Estancado
- Claridad
- Bastante claro
- Aptitud para principiantes
- 42/100