Skip to content
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

Age and Missing Branches data missing for MonotonicGA algorithm #248

Open
ongaaron96 opened this issue Feb 26, 2021 · 0 comments
Open

Age and Missing Branches data missing for MonotonicGA algorithm #248

ongaaron96 opened this issue Feb 26, 2021 · 0 comments

Comments

@ongaaron96
Copy link
Collaborator

Context

Some data is not recorded when using MonotonicGA algorithm - Age is always 0 and Missing Branches is always empty

Steps to Reproduce

Run Evosuite with the following options:

-Dsearch_budget 100 -Dinstrument_context true -Dp_test_delete 0 -Dp_test_change 0.9 -Dp_test_insert 0.3
-Dp_change_parameter 0.6 -Dp_functional_mocking 0 -Dmock_if_no_generator false -Dfunctional_mocking_percent 0 
-Dprimitive_reuse_probability 0 -Dmin_initial_tests 10 -Dmax_initial_tests 20 -Ddse_probability 0 
-Dinstrument_libraries true -Dinstrument_parent true -Dmax_attempts 100 -Dassertions false -Delite 10 
-Ddynamic_pool 0.5 -Dprimitive_pool 0.5 -Djunit_check false -Dadopt_smart_mutation false 
-Dapply_object_rule false -generateSuite -Dstrategy Evosuite -Dalgorithm MONOTONIC_GA -criterion branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant