Skip to content
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

Make the CLI run generate/output in serial #3201

Merged
merged 1 commit into from Oct 31, 2019

Conversation

marijnh
Copy link
Contributor

@marijnh marijnh commented Oct 29, 2019

As a temporary workaround for concurrency issues in the plugin
driver.

See issue #3174

This PR contains:

  • bugfix
  • feature
  • refactor
  • documentation
  • other

Are tests included?

  • yes (bugfixes and features will not be merged without tests)
  • no

Breaking Changes?

  • yes (breaking changes will not be merged unless absolutely necessary)
  • no

List any relevant issue numbers: #3174

Description

Until the plugin driver code is updated to handle concurrent use, this makes the CLI tool avoid concurrency to sidestep these problems. This does not help for client code written directly against the programming API, and is intended only to make symptoms less bad until a proper solution is available.

As a temporary workaround for concurrency issues in the plugin
driver.

See issue rollup#3174
@codecov
Copy link

codecov bot commented Oct 29, 2019

Codecov Report

Merging #3201 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3201      +/-   ##
==========================================
+ Coverage   90.63%   90.63%   +<.01%     
==========================================
  Files         167      167              
  Lines        5905     5906       +1     
  Branches     1792     1792              
==========================================
+ Hits         5352     5353       +1     
  Misses        336      336              
  Partials      217      217
Impacted Files Coverage Δ
cli/run/build.ts 80.95% <100%> (+0.46%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 53fb6fe...31a2c2a. Read the comment docs.

Copy link
Member

@lukastaegert lukastaegert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot! I hope to make progress with the proper solution soon, I already started, but you know, life…

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.

None yet

2 participants