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

Cancel/Abort is not honored when triggered before a custom host is launched. #1540

Closed
AbhitejJohn opened this issue Apr 10, 2018 · 0 comments
Assignees
Labels

Comments

@AbhitejJohn
Copy link
Contributor

Description

When a Cancel/Abort is sent to the DesignModeClient before the custom host is launched(for debugging let's say) we tend to ignore this and continue on with sending out requests to the client to launch the custom host and continue with the workflow.

Steps to reproduce

  1. Open a solution with some tests
  2. Open Test Explorer
  3. Run all tests, quickly cancel before tests are run.
  4. From Test menu, Debug All, again quickly cancel in Test Explorer

Expected behavior

The test run should cancel even before the launch custom host is triggered.

Actual behavior

The workflow ignores the cancel/abort operations and continues on.

Environment

latest 15.7 dogfood build of VS.

Repro project: ManualTest_CSharp1.zip

Tracking bug in VS: https://devdiv.visualstudio.com/DevDiv/_workitems/edit/595438

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants