konveyor/tackle-test-generator-cli

Tackle creates a lot of folders under tkltest-output-unit-<projectname>

Closed this issue · 5 comments

Describe the bug
-Executed tackle cli - generate command and at the end of it I have got a good bunch of test cases. However i see that tackle creates a lot of unwanted folders during generate command execution.

Attachments
image

To help us diagnose the failure, please add these attachments to the issue, as appropriate:
tkltest_config.txt

  • The toml file containing the configuration information used

Environment information

  • CLI version - tackle-test-generator-unit-1.1.0
  • OS: [ Windows]

Screenshots

Added above

Additional context

@familrodrigues all folders that do not start with the application name should be automatically deleted when the generate command ends (assuming it ends successfully). This was added in PR #87 (release 1.0.0) so please make sure you are running an up-to-date version of the code. Please let us know if this is still not working despite using a version that includes this PR.

As for the other folders, <app-name>-tkltest-reports is an output folder of TackleTest, containing junit and Jacoco reports. We also need to keep <app-name>-evosuite-tests for reuse of the generation results in later generate commands (in case you will want to run with -rbt flag). We'll look into the effect of removing the remaining three folders and keep you updated.

Hello @rachelt44, Thanks for getting back.. Ill test with the updated version of the code and revert with my findings.

Unable to test with updated version. raised issue - #224

@familrodrigues ok to close this issue?

Yes this can be closed, I verified with the latest version and it looks good