Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Fix some tests after https://github.com/dotnet/coreclr/pull/14864 #25144

Merged
merged 1 commit into from
Nov 9, 2017

Conversation

kouvel
Copy link
Member

@kouvel kouvel commented Nov 9, 2017

Fix for some test failures in #25131

@kouvel kouvel added this to the 2.1.0 milestone Nov 9, 2017
@kouvel kouvel self-assigned this Nov 9, 2017
@@ -168,8 +167,8 @@ public static void SetMinMaxThreadsTest_ChangedInDotNetCore()
try
{
Assert.True(ThreadPool.SetMinThreads(0, 0));
VerifyMinThreads(0, 0);
Copy link
Member

Choose a reason for hiding this comment

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

Should we do VerifyMinThreads(1, 1) instead?

Copy link
Member Author

Choose a reason for hiding this comment

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

I'll go ahead and add that to #25061, as that is tied to the same CoreCLR change and both would have to go in afterwards

@kouvel
Copy link
Member Author

kouvel commented Nov 9, 2017

@dotnet-bot test OSX x64 Debug Build

kouvel added a commit to kouvel/corefx that referenced this pull request Nov 9, 2017
@stephentoub stephentoub merged commit 6e39d49 into dotnet:master Nov 9, 2017
@kouvel kouvel deleted the TestFix branch November 9, 2017 20:00
kouvel added a commit to kouvel/corefx that referenced this pull request Nov 9, 2017
stephentoub pushed a commit that referenced this pull request Nov 15, 2017
* Add test for setting min worker threads in thread pool to 0

Related to https://github.com/dotnet/coreclr/issues/14239
Depends on dotnet/coreclr#14864

* Add a verification removed in #25144

* Address feedback
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
…orefx#25061)

* Add test for setting min worker threads in thread pool to 0

Related to https://github.com/dotnet/coreclr/issues/14239
Depends on dotnet/coreclr#14864

* Add a verification removed in dotnet/corefx#25144

* Address feedback


Commit migrated from dotnet/corefx@42720da
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants