You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to use the AllureReport Plugin together with the Reckon Plugin from https://github.com/ajoberstar/reckon
When I combine these in a project, the allureReport generation goes into a loop and produces a StackOverflowError.
I'm submitting a ...
bug report
What is the current behavior?
Build breaks with java.lang.StackOverflowError
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem
The attached project shows the problem when you execute
"gradlew clean test allureReport"
My debugging hinted towards this code:
In AllureAdapterExtension.kt
fun generateExecutorInfo
executorInfo is filled with a mapping "projectVersion" to project.version
When using the Reckon Gradle Plugin this project.version is a special Object from this plugin. So maybe that causes the confusion.
I tried to use the AllureReport Plugin together with the Reckon Plugin from https://github.com/ajoberstar/reckon
When I combine these in a project, the allureReport generation goes into a loop and produces a StackOverflowError.
I'm submitting a ...
What is the current behavior?
Build breaks with java.lang.StackOverflowError
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem
The attached project shows the problem when you execute
"gradlew clean test allureReport"
My debugging hinted towards this code:
In AllureAdapterExtension.kt
fun generateExecutorInfo
executorInfo is filled with a mapping "projectVersion" to project.version
When using the Reckon Gradle Plugin this project.version is a special Object from this plugin. So maybe that causes the confusion.
What is the expected behavior?
Build works and generates a report
Please tell us about your environment:
It's all in the attached project
allure.zip
The text was updated successfully, but these errors were encountered: