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

Copy __ENV so that 2 VUs don't share the same one #1329

Merged
merged 1 commit into from
Feb 17, 2020
Merged

Conversation

mstoykov
Copy link
Contributor

as in #799(which was about the same issue with setup data), we
don't actually have problems with a VU seeing changes from
previous iterations. It will be too expensive to constantly copy, it
won't panic and there are no issues with distributed execution.

fixes #1328

@mstoykov mstoykov requested review from imiric and na-- February 11, 2020 14:09
as in #799(which was about the same issue with setup data), we
don't actually have problems with a VU seeing changes from
previous iterations. It will be too expensive to constantly copy, it
won't panic and there are no issues with distributed execution.
@codecov-io
Copy link

codecov-io commented Feb 11, 2020

Codecov Report

Merging #1329 into master will decrease coverage by 0.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1329      +/-   ##
==========================================
- Coverage   75.44%   75.43%   -0.02%     
==========================================
  Files         150      150              
  Lines       10885    10888       +3     
==========================================
+ Hits         8212     8213       +1     
- Misses       2207     2209       +2     
  Partials      466      466
Impacted Files Coverage Δ
js/bundle.go 85.5% <100%> (+0.32%) ⬆️
stats/cloud/collector.go 76.99% <0%> (-0.62%) ⬇️

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 7b6b2a6...97d1ea8. Read the comment docs.

@mstoykov mstoykov changed the base branch from master to new-schedulers February 11, 2020 14:24
@mstoykov mstoykov changed the base branch from new-schedulers to master February 17, 2020 08:43
Copy link
Contributor

@imiric imiric left a comment

Choose a reason for hiding this comment

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

👍

@mstoykov mstoykov merged commit fac336d into master Feb 17, 2020
@mstoykov mstoykov deleted the fixENVBeingShared branch February 17, 2020 08:57
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.

__ENV should not be shared between VUs
4 participants