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

System.IO.Pipes.Tests.NamedPipeTest_CurrentUserOnly_Windows.Connection_UnderDifferentUsers_BehavesAsExpected test failure #79052

Closed
jkotas opened this issue Nov 30, 2022 · 1 comment · Fixed by #79071
Assignees
Labels
area-System.IO blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' Known Build Error Use this to report build issues in the .NET Helix tab
Milestone

Comments

@jkotas
Copy link
Member

jkotas commented Nov 30, 2022

 Starting:    System.IO.Pipes.Tests (parallel test collections = on, max threads = 2)
    System.IO.Pipes.Tests.NamedPipeTest_CurrentUserOnly_Windows.Connection_UnderDifferentUsers_BehavesAsExpected(serverPipeOptions: None, clientPipeOptions: CurrentUserOnly, clientDirection: In) [FAIL]
      Assert.True() Failure
      Expected: True
      Actual:   False
      Stack Trace:
        /_/src/libraries/System.IO.Pipes/tests/NamedPipeTests/NamedPipeTest.CurrentUserOnly.Windows.cs(200,0): at System.IO.Pipes.Tests.NamedPipeTest_CurrentUserOnly_Windows.Connection_UnderDifferentUsers_BehavesAsExpected(PipeOptions serverPipeOptions, PipeOptions clientPipeOptions, PipeDirection clientDirection)
           at InvokeStub_NamedPipeTest_CurrentUserOnly_Windows.Connection_UnderDifferentUsers_BehavesAsExpected(Object, Object, IntPtr*)
           at System.Reflection.MethodInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr)

Build Information

Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=97758
Build error leg or test failing: System.IO.Pipes.Tests.NamedPipeTest_CurrentUserOnly_Windows.Connection_UnderDifferentUsers_BehavesAsExpected
Pull request: #79035

Error Message

{
  "ErrorMessage": "System.IO.Pipes.Tests.NamedPipeTest_CurrentUserOnly_Windows.Connection_UnderDifferentUsers_BehavesAsExpected(serverPipeOptions: None, clientPipeOptions: CurrentUserOnly, clientDirection: In) [FAIL]",
  "BuildRetry": false
}

Report

Build Definition Test Pull Request
100144 dotnet/runtime System.IO.Pipes.Tests.NamedPipeTest_CurrentUserOnly_Windows.Connection_UnderDifferentUsers_BehavesAsExpected #78020
99993 dotnet/runtime System.IO.Pipes.Tests.NamedPipeTest_CurrentUserOnly_Windows.Connection_UnderDifferentUsers_BehavesAsExpected #78790
99987 dotnet/runtime System.IO.Pipes.Tests.NamedPipeTest_CurrentUserOnly_Windows.Allow_Connection_UnderDifferentUsers_ForClientReading
99974 dotnet/runtime System.IO.Pipes.Tests.NamedPipeTest_CurrentUserOnly_Windows.Connection_UnderDifferentUsers_BehavesAsExpected
99844 dotnet/runtime System.IO.Pipes.Tests.NamedPipeTest_CurrentUserOnly_Windows.Connection_UnderDifferentUsers_BehavesAsExpected #78927
99805 dotnet/runtime System.IO.Pipes.Tests.NamedPipeTest_CurrentUserOnly_Windows.Connection_UnderDifferentUsers_BehavesAsExpected #79120
99770 dotnet/runtime System.IO.Pipes.Tests.NamedPipeTest_CurrentUserOnly_Windows.Connection_UnderDifferentUsers_BehavesAsExpected #79129
99556 dotnet/runtime System.IO.Pipes.Tests.NamedPipeTest_CurrentUserOnly_Windows.Connection_UnderDifferentUsers_BehavesAsExpected #79120
99355 dotnet/runtime System.IO.Pipes.Tests.NamedPipeTest_CurrentUserOnly_Windows.Connection_UnderDifferentUsers_BehavesAsExpected #78995
99272 dotnet/runtime System.IO.Pipes.Tests.NamedPipeTest_CurrentUserOnly_Windows.Connection_UnderDifferentUsers_BehavesAsExpected #77944
99173 dotnet/runtime System.IO.Pipes.Tests.NamedPipeTest_CurrentUserOnly_Windows.Connection_UnderDifferentUsers_BehavesAsExpected #78646
98991 dotnet/runtime System.IO.Pipes.Tests.NamedPipeTest_CurrentUserOnly_Windows.Connection_UnderDifferentUsers_BehavesAsExpected #78646
98796 dotnet/runtime System.IO.Pipes.Tests.NamedPipeTest_CurrentUserOnly_Windows.Connection_UnderDifferentUsers_BehavesAsExpected #79084
98688 dotnet/runtime System.IO.Pipes.Tests.NamedPipeTest_CurrentUserOnly_Windows.Allow_Connection_UnderDifferentUsers_ForClientReading
98678 dotnet/runtime System.IO.Pipes.Tests.NamedPipeTest_CurrentUserOnly_Windows.Connection_UnderDifferentUsers_BehavesAsExpected #78852
98639 dotnet/runtime System.IO.Pipes.Tests.NamedPipeTest_CurrentUserOnly_Windows.Connection_UnderDifferentUsers_BehavesAsExpected #79074
98594 dotnet/runtime System.IO.Pipes.Tests.NamedPipeTest_CurrentUserOnly_Windows.Connection_UnderDifferentUsers_BehavesAsExpected #79048
98140 dotnet/runtime System.IO.Pipes.Tests.NamedPipeTest_CurrentUserOnly_Windows.Allow_Connection_UnderDifferentUsers_ForClientReading
98088 dotnet/runtime System.IO.Pipes.Tests.NamedPipeTest_CurrentUserOnly_Windows.Connection_UnderDifferentUsers_BehavesAsExpected #79024
98062 dotnet/runtime System.IO.Pipes.Tests.NamedPipeTest_CurrentUserOnly_Windows.Connection_UnderDifferentUsers_BehavesAsExpected
97862 dotnet/runtime System.IO.Pipes.Tests.NamedPipeTest_CurrentUserOnly_Windows.Connection_UnderDifferentUsers_BehavesAsExpected #79044
97758 dotnet/runtime System.IO.Pipes.Tests.NamedPipeTest_CurrentUserOnly_Windows.Connection_UnderDifferentUsers_BehavesAsExpected #79035
97680 dotnet/runtime System.IO.Pipes.Tests.NamedPipeTest_CurrentUserOnly_Windows.Connection_UnderDifferentUsers_BehavesAsExpected #78020

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
11 23 23
@jkotas jkotas added blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' Known Build Error Use this to report build issues in the .NET Helix tab labels Nov 30, 2022
@ghost ghost added the untriaged New issue has not been triaged by the area owner label Nov 30, 2022
@ghost
Copy link

ghost commented Nov 30, 2022

Tagging subscribers to this area: @dotnet/area-system-io
See info in area-owners.md if you want to be subscribed.

Issue Details
 Starting:    System.IO.Pipes.Tests (parallel test collections = on, max threads = 2)
    System.IO.Pipes.Tests.NamedPipeTest_CurrentUserOnly_Windows.Connection_UnderDifferentUsers_BehavesAsExpected(serverPipeOptions: None, clientPipeOptions: CurrentUserOnly, clientDirection: In) [FAIL]
      Assert.True() Failure
      Expected: True
      Actual:   False
      Stack Trace:
        /_/src/libraries/System.IO.Pipes/tests/NamedPipeTests/NamedPipeTest.CurrentUserOnly.Windows.cs(200,0): at System.IO.Pipes.Tests.NamedPipeTest_CurrentUserOnly_Windows.Connection_UnderDifferentUsers_BehavesAsExpected(PipeOptions serverPipeOptions, PipeOptions clientPipeOptions, PipeDirection clientDirection)
           at InvokeStub_NamedPipeTest_CurrentUserOnly_Windows.Connection_UnderDifferentUsers_BehavesAsExpected(Object, Object, IntPtr*)
           at System.Reflection.MethodInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr)

Build Information

Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=97758
Build error leg or test failing: System.IO.Pipes.Tests.NamedPipeTest_CurrentUserOnly_Windows.Connection_UnderDifferentUsers_BehavesAsExpected
Pull request: #79035

Error Message

{
  "ErrorMessage": "System.IO.Pipes.Tests.NamedPipeTest_CurrentUserOnly_Windows.Connection_UnderDifferentUsers_BehavesAsExpected(serverPipeOptions: None, clientPipeOptions: CurrentUserOnly, clientDirection: In) [FAIL]",
  "BuildRetry": false
}
Author: jkotas
Assignees: -
Labels:

area-System.IO, blocking-clean-ci, Known Build Error

Milestone: -

@jozkee jozkee self-assigned this Dec 1, 2022
@ghost ghost added the in-pr There is an active PR which will close this issue when it is merged label Dec 1, 2022
@jozkee jozkee added this to the 8.0.0 milestone Dec 1, 2022
@ghost ghost added in-pr There is an active PR which will close this issue when it is merged and removed untriaged New issue has not been triaged by the area owner in-pr There is an active PR which will close this issue when it is merged labels Dec 1, 2022
@ghost ghost removed the in-pr There is an active PR which will close this issue when it is merged label Dec 2, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Jan 1, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-System.IO blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' Known Build Error Use this to report build issues in the .NET Helix tab
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants