Skip to content

Implement properly streams closure after running cmd in JavaScript#1768

Merged
rudolf101 merged 4 commits into
mainfrom
vladislav/js-cmd-execution-ref
Feb 3, 2023
Merged

Implement properly streams closure after running cmd in JavaScript#1768
rudolf101 merged 4 commits into
mainfrom
vladislav/js-cmd-execution-ref

Conversation

@rudolf101

Copy link
Copy Markdown
Member

Description

After running cmd execution for JS, the received inputStream and errorStream are closed properly.

Fixes #1591

Type of Change

  • Bug fix (non-breaking change which fixes an issue)

How Has This Been Tested?

Manually

Checklist:

  • The change followed the style guidelines of the UTBot project
  • Self-review of the code is passed
  • No new warnings
  • All tests pass locally with my changes

@rudolf101 rudolf101 added lang-javascript Issue is related to JavaScript support ctg-bug-fix PR is fixing a bug labels Feb 3, 2023
@rudolf101 rudolf101 requested a review from Markoutte February 3, 2023 09:50
@rudolf101 rudolf101 self-assigned this Feb 3, 2023
@rudolf101 rudolf101 merged commit a7fb7ad into main Feb 3, 2023
@rudolf101 rudolf101 deleted the vladislav/js-cmd-execution-ref branch February 3, 2023 11:56
tamarinvs19 pushed a commit that referenced this pull request Feb 6, 2023
…1768)

* Implemented properly streams closure for JsCmdExec

* Fix after update

* Update logger info about output absolute path

* Add logger for coverage report generation
@alisevych alisevych added this to the 2023.03 Release milestone Mar 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ctg-bug-fix PR is fixing a bug lang-javascript Issue is related to JavaScript support

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Proper streams closure after running cmd in JavaScript

3 participants