-
Notifications
You must be signed in to change notification settings - Fork 45
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
Introduce inter-process communication between utbot
and utbot-spring-analyzer
#2085
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
IlyaMuravjov
added
ctg-enhancement
New feature, improvement or change request
comp-rd
Issue is related RD
comp-spring
Issue is related to Spring projects support
labels
Mar 31, 2023
IlyaMuravjov
changed the title
Add SpringAnalyzerProcess with RD
Introduce inter-process communication between Mar 31, 2023
utbot
and utbot-spring-analyzer
IlyaMuravjov
force-pushed
the
ilya_m/spring_analyzer_rd
branch
from
April 3, 2023 19:56
102c652
to
8ffdeb4
Compare
IlyaMuravjov
commented
Apr 3, 2023
utbot-framework/src/main/kotlin/org/utbot/framework/codegen/domain/Domain.kt
Show resolved
Hide resolved
utbot-framework/src/main/kotlin/org/utbot/framework/process/SpringAnalyzerProcess.kt
Outdated
Show resolved
Hide resolved
Domonion
requested changes
Apr 4, 2023
utbot-core/src/main/kotlin/org/utbot/common/StandardStreamUtil.kt
Outdated
Show resolved
Hide resolved
utbot-framework-api/src/main/kotlin/org/utbot/framework/process/CommonProcessArgs.kt
Outdated
Show resolved
Hide resolved
...strumentation/src/main/kotlin/org/utbot/instrumentation/process/InstrumentedProcessRunner.kt
Outdated
Show resolved
Hide resolved
utbot-intellij/src/main/kotlin/org/utbot/intellij/plugin/models/GenerateTestsModel.kt
Show resolved
Hide resolved
utbot-intellij/src/main/kotlin/org/utbot/intellij/plugin/process/EngineProcess.kt
Show resolved
Hide resolved
utbot-rd/src/main/kotlin/org/utbot/rd/loggers/RDApacheCommonsLogFactory.kt
Outdated
Show resolved
Hide resolved
utbot-framework/src/main/kotlin/org/utbot/framework/process/SpringAnalyzerProcess.kt
Outdated
Show resolved
Hide resolved
IlyaMuravjov
force-pushed
the
ilya_m/spring_analyzer_rd
branch
from
April 5, 2023 13:04
723e27d
to
0a85c54
Compare
Fixing gradle and rd builds
Domonion
force-pushed
the
ilya_m/spring_analyzer_rd
branch
from
April 7, 2023 14:10
fde68bf
to
1bcd321
Compare
Domonion
requested changes
Apr 7, 2023
utbot-framework-api/src/main/kotlin/org/utbot/framework/process/AbstractRDProcessCompanion.kt
Outdated
Show resolved
Hide resolved
utbot-intellij/src/main/kotlin/org/utbot/intellij/plugin/process/EngineProcess.kt
Outdated
Show resolved
Hide resolved
utbot-spring-analyzer/src/main/kotlin/org/utbot/spring/process/SpringAnalyzerProcess.kt
Outdated
Show resolved
Hide resolved
utbot-instrumentation/src/main/kotlin/org/utbot/instrumentation/rd/InstrumentedProcess.kt
Show resolved
Hide resolved
Refactoring of ClientProtocolBuilder
Domonion
approved these changes
Apr 7, 2023
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
comp-rd
Issue is related RD
comp-spring
Issue is related to Spring projects support
ctg-enhancement
New feature, improvement or change request
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Fixes #2039, #2038
SpringAnalyzerProcess
using RD and corresponding run configurations for debuggingSpringAnalyzerProcess
,EngineProcess
, andInstrumentedProcess
utbot-spring-analyzer
shadow jar toutbot-framework
resourcesCurrently, call to
utbot-spring-analyzer
is disabled withuseSpringAnalyzer
flag inGenerateTestsModel
sinceutbot-spring-analyzer
API is expected to get changed soon, in particular, instead of receiving.properties
and.xml
file paths it should receive project path and infer these paths on its own. As of now, empty lists are passed.Markdown docs are to be updated once the implementation is agreed upon.
How to test
Should not be tested standalone, just as a part of Spring support 1st phase.
Self-check list