-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To short timeout for generateReport method. #59
Comments
+1, this completely blocks us from using allure-maven plugin in production. |
@korobochka could you please submit a pull request with the fix? |
Do you want the timeout to be separate from |
@korobochka I am OK with that. This will require update of configuration for |
I'm submitting a ...
What is the current behavior?
For large amount of test results, allure framework generates report longer than 60 sec which cause timeout of ExecuteWatchdog. Allure framework process is killed and report is only partially generated. Exception is thrown:
[ERROR] Can't generate allure report data
org.apache.commons.exec.ExecuteException: Process exited with an error: 143 (Exit value: 143)
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem.
To reproduce the bug you have to generate large amount of data for allure framework. For example: web application tests which stores each send and received messages.
What is the expected behavior?
Timeout for AllureCommandline::generateReport should be configurable just like in case of AllureCommandline::serve.
What is the motivation / use case for changing the behavior?
Fix the malfunction of the main functionality.
Please tell us about your environment:
Other information
The text was updated successfully, but these errors were encountered: