You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The test System.Diagnostics.Tests.ProcessTests/GetProcesses_RemoteMachinePath_ReturnsExpected has failed.
Failure Message:
System.Security.Authentication.AuthenticationException : The user name or password is incorrect.\r
---- System.DirectoryServices.DirectoryServicesCOMException : The user name or password is incorrect.
Stack Trace:
at System.DirectoryServices.ActiveDirectory.PropertyManager.GetPropertyValue(DirectoryContext context, DirectoryEntry directoryEntry, String propertyName) in F:\workspace\_work\1\s\src\System.DirectoryServices\src\System\DirectoryServices\ActiveDirectory\PropertyManager.cs:line 155
at System.DirectoryServices.ActiveDirectory.Domain.GetDomain(DirectoryContext context) in F:\workspace\_work\1\s\src\System.DirectoryServices\src\System\DirectoryServices\ActiveDirectory\Domain.cs:line 110
at System.Diagnostics.Tests.ProcessTests.GetProcesses_RemoteMachinePath_ReturnsExpected() in F:\workspace\_work\1\s\src\System.Diagnostics.Process\tests\ProcessTests.cs:line 1069
----- Inner Stack Trace -----
at System.DirectoryServices.DirectoryEntry.Bind(Boolean throwIfFail) in F:\workspace\_work\1\s\src\System.DirectoryServices\src\System\DirectoryServices\DirectoryEntry.cs:line 526
at System.DirectoryServices.PropertyValueCollection.PopulateList() in F:\workspace\_work\1\s\src\System.DirectoryServices\src\System\DirectoryServices\PropertyValueCollection.cs:line 189
at System.DirectoryServices.PropertyValueCollection..ctor(DirectoryEntry entry, String propertyName) in F:\workspace\_work\1\s\src\System.DirectoryServices\src\System\DirectoryServices\PropertyValueCollection.cs:line 33
at System.DirectoryServices.PropertyCollection.get_Item(String propertyName) in F:\workspace\_work\1\s\src\System.DirectoryServices\src\System\DirectoryServices\PropertyCollection.cs:line 42
at System.DirectoryServices.ActiveDirectory.PropertyManager.GetPropertyValue(DirectoryContext context, DirectoryEntry directoryEntry, String propertyName) in F:\workspace\_work\1\s\src\System.DirectoryServices\src\System\DirectoryServices\ActiveDirectory\PropertyManager.cs:line 141
It just so happens that this test in System.Diagnostics.Process is the only place in the repo where we call GetComputerDomain(). Moving this to DirectoryServices.
Opened on behalf of @AriNuer
The test
System.Diagnostics.Tests.ProcessTests/GetProcesses_RemoteMachinePath_ReturnsExpected
has failed.Failure Message:
Stack Trace:
Build : 3.0 - 20190421.5 (Core Tests)
Failing configurations:
Details:
https://mc.dot.net/#/product/netcore/30/source/official~2Fdotnet~2Fcorefx~2Frefs~2Fheads~2Fmaster/type/test~2Ffunctional~2Fcli~2F/build/20190421.5/workItem/System.Diagnostics.Process.Tests/analysis/xunit/System.Diagnostics.Tests.ProcessTests~2FGetProcesses_RemoteMachinePath_ReturnsExpected
The text was updated successfully, but these errors were encountered: