Uh oh!
There was an error while loading. Please reload this page.
Rd & logs refactoring - #1399
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Domonion
commented
Nov 25, 2022
@denis-fokin@sergeypospelov@olganaumenko please, read design docs |
b79d242 to
f02b9f2Comparef02b9f2 to
14ad3dbCompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
da2882e to
d211adfCompareMultiple refactorings and enhacements for process starting. Removed UtSettings.logConcreteExecutionErrors and UtSettings.engineProcessLogLevel switches. Logs for engine and concrete executor processes are always enabled. Switched log configuration to utbot-intellij/log4j2.xml. Use UtSettings#getIdeaProcessLogConfigFile from ~/.utbot/settings.properties to configure logs for engine and concrete executor processes without rebuilding plugin.
Enabling suspend and port choosing by utsettings Run configurations for debugging Instant process death detection Orphan processes termination system Some text loading optimization ChildProcess -> InstrumentedProcess Rd-based UtSettings for InstrumentedProcess
Rd version bump, model regeneration typos and small adjustments
Rewriting design docs for inter process debugging and rd. Completely new design doc go inter process logging
review fix
review fix
d211adf to
c7b4b9bComparedebug run configurations fix
| UtBot consists of 3 different processes: | ||
| 1. `IDEA process` - the one where plugin part executes. Also can be called `plugin process`, `IDE process`. | ||
| 2. `Engine process` - process where unit test generation engine executes. | ||
| 3. `InstrumentedProces` - process where concrete execution takes place. |
There was a problem hiding this comment.
| 3.`InstrumentedProces` - process where concrete execution takes place. | |
| 3.`InstrumentedProcess` - process where concrete execution takes place. |
Description
Multiple refactorings and enhacements for process starting.
Removed
UtSettings.logConcreteExecutionErrorsandUtSettings.engineProcessLogLevelswitches.Logs for engine and concrete executor processes are always enabled.
Switched log configuration to
utbot-intellij/log4j2.xml.Use
UtSettings#getIdeaProcessLogConfigFilefrom~/.utbot/settings.propertiesto configure logs for engine and concrete executor processes without rebuilding plugin.Enabling suspend and port choosing by utsettings.
Run configurations for debugging.
Instant process death detection.
Orphan processes termination system.
Some text loading optimization.
ChildProcess -> InstrumentedProcess.
Rd-based UtSettings for InstrumentedProcess.
partially solves #1365
fix#1427
Type of Change
How Has This Been Tested?
CI