Skip to content

Go. Run all functions under test in one process #1810

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

Closed
alisevych opened this issue Feb 17, 2023 · 0 comments · Fixed by #1895
Closed

Go. Run all functions under test in one process #1810

alisevych opened this issue Feb 17, 2023 · 0 comments · Fixed by #1895
Assignees
Labels
ctg-enhancement New feature, improvement or change request lang-go Issue is related to Go support spec-performance Performance-related issue

Comments

@alisevych
Copy link
Member

Description

Now Each function is executed in a separate process.
This process can start for seconds (20 sec sometimes).

Expected behavior

Can this be done better?
Please consider to start all functions in one process to save time for initiating each process.

Environment

IntelliJ IDEA 2022.1 - 2022.2 Ultimate/Community
GoLand 2022.2

Potential alternatives

Context

Plugin test generation for Go-files.

@alisevych alisevych added ctg-enhancement New feature, improvement or change request spec-performance Performance-related issue lang-go Issue is related to Go support labels Feb 17, 2023
@alisevych alisevych added this to the 2023.03 Release milestone Mar 2, 2023
@github-project-automation github-project-automation bot moved this from Todo to Done in UTBot Java Mar 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ctg-enhancement New feature, improvement or change request lang-go Issue is related to Go support spec-performance Performance-related issue
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants