Skip to content

Conversation

@sergeypospelov
Copy link
Member

Description

RD sends all errors occurred during a request processing to the caller.
If an error happened in the child process, the child process was returning the error to the caller, that is, the main process, without explicitly printing to the log file.

  • Added explicit printing of the error to the log
  • Moved runIdeaProcessWithDebug flag to UtSettings.

Fixes #1287

Type of Change

Please delete options that are not relevant.

  • Minor bug fix (non-breaking small changes)

How Has This Been Tested?

Manual Scenario

To Reproduce section from #1287 passes.

Checklist:

  • The change followed the style guidelines of the UTBot project
  • Self-review of the code is passed
  • The change contains enough commentaries, particularly in hard-to-understand areas
  • No new warnings
  • All tests pass locally with my changes

@sergeypospelov sergeypospelov merged commit 1da7c20 into main Nov 8, 2022
@sergeypospelov sergeypospelov deleted the sergey/fix_child_process_logging branch November 8, 2022 02:15
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

Successfully merging this pull request may close these issues.

Logs of Concrete Executor should contain Exception with stack trace

3 participants