8000 Clear extensions cache after discover/execution complete. by Faizan2304 · Pull Request #853 · microsoft/vstest · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Clear extensions cache after discover/execution complete. #853

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 10 commits into from
Jun 15, 2017

Conversation

Faizan2304
Copy link
Contributor

No description provided.

@Faizan2304
Copy link
Contributor Author

@dotnet-bot test Windows_NT / Release Build

1 similar comment
@Faizan2304
Copy link
Contributor Author

@dotnet-bot test Windows_NT / Release Build

@@ -225,6 +226,7 @@ public void HandleDiscoveryComplete(long totalTests, IEnumerable<TestCase> lastC
}
finally
{
TestPluginCache.Instance.ClearExtentions();
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: API spelling is incorrect.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed!!

@Faizan2304
Copy link
Contributor Author

@dotnet-bot test this please

@@ -8,6 +8,7 @@ namespace Microsoft.VisualStudio.TestPlatform.Client.Discovery
using System.Linq;
using System.Threading;

using Microsoft.VisualStudio.TestPlatform.Common.ExtensionFramework;
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: is this used in the code? There is not new addition in the file.

@codito
Copy link
Contributor
codito commented Jun 15, 2017

@dotnet-bot test this please

@Faizan2304
Copy link
Contributor Author

@dotnet-bot test Windows_NT / Debug Build please

@Faizan2304 Faizan2304 merged commit 0eef86b into microsoft:master Jun 15, 2017
@Faizan2304 Faizan2304 deleted the clearCache branch June 15, 2017 10:55
Faizan2304 added a commit to Faizan2304/vstest that referenced this pull request Jun 15, 2017
)

* Clear cache after discover/execution complete.

* Sort usings

* Fix for issue:
1) microsoft#632
2) microsoft#844

* nitpick: Spelling

* Addressed PR comment

* spelling correction

* nitpick: function name

* Removed unused usings

(cherry picked from commit 0eef86b)
Faizan2304 added a commit that referenced this pull request Jun 15, 2017
* Clear extensions cache after discover/execution complete. (#853)

* Clear cache after discover/execution complete.

* Sort usings

* Fix for issue:
1) #632
2) #844

* nitpick: Spelling

* Addressed PR comment

* spelling correction

* nitpick: function name

* Removed unused usings

(cherry picked from commit 0eef86b)

* Add portable pdb support for net46. (#856)

(cherry picked from commit c70c0c8)

* Install shared farmework compatible with particular version of CLI (#857)

(cherry picked from commit 322bf71)
Faizan2304 pushed a commit to Faizan2304/vstest that referenced this pull request Jun 17, 2017
Faizan2304 pushed a commit to Faizan2304/vstest that referenced this pull request Jun 18, 2017
Faizan2304 added a commit that referenced this pull request Jun 18, 2017
…#876)

* Revert "Clear extensions cache after discover/execution complete. (#853)"

This reverts commit 0eef86b.

(cherry picked from commit a0eee76)

* Don’t send any adapter other than source directory for netcoreapp

(cherry picked from commit 4aaaca3)

* Address PR comment

(cherry picked from commit 8395c7e)

* Add comment

(cherry picked from commit 4dcb465)
Faizan2304 added a commit that referenced this pull request Jun 18, 2017
…#875)

* Revert "Clear extensions cache after discover/execution complete. (#853)"

This reverts commit 0eef86b.

* Don’t send any adapter other than source directory for netcoreapp

* Address PR comment

* Add comment
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.

3 participants
0