You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
~/.utbot/settings.properties:logConcreteExecutionErrors=true~\AppData\Local\Temp\UTBot\utbot-childprocess-errorsExpected 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:
and no information about exception.
Additional context
Looks like this behavior was introduces with #748