-
Notifications
You must be signed in to change notification settings - Fork 47
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
Empty region names and missing javadoc for Sort.arrayCopy
#1204
Comments
@tyuldashev the default behaviour - do not generate summaries/regions if something goes wrong (it should be logged by logger.error to the log). We are not guarantee at this moment that all tests will have regions and other summaries. Sometimes it's a developer bug in summaries, sometimes it's the limitation of summaries functionality. I suggest or copy the reason of crash from logs (if it's the same it's one bug if is different—there are a few bugs) or copy generated results (with missed summaries) @alisevych for copy |
On my laptop looks like it's reproduced and related to the problem #1227 |
It is reproducing for a certain number of tests. idea.log doesn't contain the information about missing data, neither do concrete executor log. @amandelpie It would be great if you investigate (debug) what exact data is missing for these executions. |
@tyuldashev @alisevych Looks like it was fixed by #1227 closed earlier, it's not reproduced on my side |
Sort.arrayCopy
@tyuldashev @alisevych please reproduce and close, the bug is not reproduced on the master and closed earlier For example, the following test is generated
|
@amandelpie yes, looks like this one fixed, there is one question though: should region have name even when |
Per discussion, that's okay that region name is empty when summaries disabled in the settings. So closing the case as fixed. |
Description
To Reproduce
Steps to reproduce the behavior:
algorithms/Sort.java
sample from UTBot projectExpected behavior
Every test is placed in region with name and has proper java doc description
Actual behavior
Quite many regions have no names and some tests have no javadocs
Visual proofs (screenshots, logs, images)
Here is one of generated test:
The text was updated successfully, but these errors were encountered: