The generateFuzzerBasedSummariesForTests method returned an empty clustersToReturn when methodDescriptionSource == SYMBOLIC. And all symbolic tests were lost when at least one fuzzer test was generated.
Self-check list
[x] I've set the proper labels for my PR (at least, for category and component).
[x] PR title and description are clear and intelligible.
[x] I've added enough comments to my code, particularly in hard-to-understand areas.
[ ] The functionality I've repaired, changed or added is covered with automated tests.
[x] Manual tests have been provided optionally.
[x] The documentation for the functionality I've been working on is up-to-date.
Description
The
generateFuzzerBasedSummariesForTests
method returned an emptyclustersToReturn
whenmethodDescriptionSource == SYMBOLIC
. And all symbolic tests were lost when at least one fuzzer test was generated.Self-check list