Skip to content

Fix the child process logging #1287 #1318

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

Merged
merged 1 commit into from
Nov 8, 2022

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
2 participants