-
Notifications
You must be signed in to change notification settings - Fork 47
Testability: add log records on test generation phases #1122
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
Comments
Seems to be fixed in branch Vassiliy-Kudryashov/IDEA_hangs_during_test_generation_#1207 |
New log system descriptionBased on meeting with @korifey and @alisevych Target users for whom it should be convenient:
Settings from utsettings:
Requirements:
Useful:
|
Additional information Requirements
|
Discussed with @alisevych: AFAIK following people should be notified: In case you need help with current logging - see doc and ask me |
As far as most work is delivered to master. The rest will complete in future release. |
The logging for summaries was not implemented |
Description
In order to check phases and their duration we need to have log info records.
Currently we can measure only overall test generation process.
It's needed to analyze which phase is time consuming.
Expected behavior
Add info log records for different phases of UnitTestBot test generation.
Environment
IntelliJ IDEA (probably add records to idea.log?)
Potential alternatives
or separate UnitTestBot log ?
Context
Originally posted by @alisevych in #1028 (comment)
The text was updated successfully, but these errors were encountered: