Skip to content

Changing NewDebugAdapter experiment to be on for 50% of insiders users #8267

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

Merged
merged 4 commits into from
Oct 31, 2019

Conversation

luabud
Copy link
Member

@luabud luabud commented Oct 28, 2019

#8218

  • Pull request represents a single change (i.e. not fixing disparate/unrelated things in a single PR)
  • Title summarizes what is changing
  • Has a news entry file (remember to thank yourself!)
  • Appropriate comments and documentation strings in the code
  • Has sufficient logging.
  • Has telemetry for enhancements.
  • Unit tests & system/integration tests are added/updated
  • Test plan is updated as appropriate
  • package-lock.json has been regenerated by running npm install (if dependencies have changed)
  • The wiki is updated with any design decisions/details.

@luabud luabud added the no-changelog No news entry required label Oct 28, 2019
@codecov-io
Copy link

codecov-io commented Oct 29, 2019

Codecov Report

Merging #8267 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #8267   +/-   ##
=======================================
  Coverage   59.32%   59.32%           
=======================================
  Files         504      504           
  Lines       23087    23087           
  Branches     3736     3736           
=======================================
  Hits        13697    13697           
  Misses       8498     8498           
  Partials      892      892
Impacted Files Coverage Δ
src/client/common/experimentGroups.ts 100% <100%> (ø) ⬆️

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 d17206c...4114109. Read the comment docs.

@@ -23,31 +23,31 @@ suite('Extension API Debugger', () => {
const ptvsdPath = path.join('path', 'to', 'ptvsd');

let experimentsManager: IExperimentsManager;
let debugAdapterFactory: IDebugAdapterDescriptorFactory;
let debugAdapterFactoryInsiders: IDebugAdapterDescriptorFactory;
Copy link
Member

Choose a reason for hiding this comment

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

you don't need to change these. Revert changes in this file.

Copy link

@ericsnowcurrently ericsnowcurrently left a comment

Choose a reason for hiding this comment

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

mostly LGTM

However, how is this meant to apply only to insiders users?

@luabud
Copy link
Member Author

luabud commented Oct 30, 2019

@ericsnowcurrently Since the experiment is new, users on stable version won't get anything, only insiders users will. Does that make sense?

Copy link

@ericsnowcurrently ericsnowcurrently left a comment

Choose a reason for hiding this comment

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

Ah, okay. As long as you weren't expecting it to only apply to insiders users indefinitely. :)

@luabud luabud marked this pull request as ready for review October 30, 2019 23:01
@luabud luabud merged commit 19f64ea into microsoft:master Oct 31, 2019
@luabud luabud deleted the test-master branch November 4, 2019 03:49
@lock lock bot locked as resolved and limited conversation to collaborators Nov 11, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
no-changelog No news entry required
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants