Description
Description
At the moment, logs that are created by concrete execution don't contains printed exception anymore, but have too much info about data transfer between main process and child process.
To Reproduce
- Enable logs using
~/.utbot/settings.properties
:logConcreteExecutionErrors=true
- Run any test generation which leads to concrete execution failure. For example, Concrete execution fails when Fuzzing tries to initialize Date with String #739
- Find logs in temp folder:
~\AppData\Local\Temp\UTBot\utbot-childprocess-errors
- Open it.
Expected behavior
Log should contain some system information and an exception that is translated into broken test in main process.
Actual behavior
Log contains some child process problem (#848), many lines like this one:
16:59:27.308 | sent cmd: org.utbot.framework.concrete.UtConcreteExecutionResult@2efe6272
and no information about exception.
Additional context
Looks like this behavior was introduces with #748
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done