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

Potential MTP pipe bug #4774

Open
Evangelink opened this issue Jan 24, 2025 · 0 comments
Open

Potential MTP pipe bug #4774

Evangelink opened this issue Jan 24, 2025 · 0 comments

Comments

@Evangelink
Copy link
Member

Flakiness

Tests failed: .NET Testing Platform v1.5.1+0ed409d401 (UTC 01/13/2025) [linux-x64 - net8.0] [/__w/1/s/tests/MyProject.Tests/MyProject.Tests.csproj]
Telemetry [/__w/1/s/tests/MyProject.Tests/MyProject.Tests.csproj]
--------- [/__w/1/s/tests/MyProject.Tests/MyProject.Tests.csproj]
Microsoft Testing Platform collects usage data in order to help us improve your experience. The data is collected by Microsoft and are not shared with anyone. [/__w/1/s/tests/MyProject.Tests/MyProject.Tests.csproj]
You can opt-out of telemetry by setting the TESTINGPLATFORM_TELEMETRY_OPTOUT or DOTNET_CLI_TELEMETRY_OPTOUT environment variable to '1' or 'true' using your favorite shell. [/__w/1/s/tests/MyProject.Tests/MyProject.Tests.csproj]
 [/__w/1/s/tests/MyProject.Tests/MyProject.Tests.csproj]
Read more about Microsoft Testing Platform telemetry: https://aka.ms/testingplatform/telemetry [/__w/1/s/tests/MyProject.Tests/MyProject.Tests.csproj]
Unhandled exception. System.OperationCanceledException: The operation was canceled. [/__w/1/s/tests/MyProject.Tests/MyProject.Tests.csproj]
   at System.Threading.CancellationToken.ThrowOperationCanceledException() [/__w/1/s/tests/MyProject.Tests/MyProject.Tests.csproj]
   at System.Threading.CancellationToken.ThrowIfCancellationRequested() [/__w/1/s/tests/MyProject.Tests/MyProject.Tests.csproj]
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) [/__w/1/s/tests/MyProject.Tests/MyProject.Tests.csproj]
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Net.Sockets.Socket>.GetResult(Int16 token) [/__w/1/s/tests/MyProject.Tests/MyProject.Tests.csproj]
   at System.IO.Pipes.NamedPipeServerStream.<>c__DisplayClass25_0.<<WaitForConnectionAsync>g__WaitForConnectionAsyncCore|0>d.MoveNext() [/__w/1/s/tests/MyProject.Tests/MyProject.Tests.csproj]
--- End of stack trace from previous location --- [/__w/1/s/tests/MyProject.Tests/MyProject.Tests.csproj]
   at Microsoft.Testing.Platform.IPC.NamedPipeServer.WaitConnectionAsync(CancellationToken cancellationToken) in /_/src/Platform/Microsoft.Testing.Platform/IPC/NamedPipeServer.cs:line 81 [/__w/1/s/tests/MyProject.Tests/MyProject.Tests.csproj]
   at Microsoft.Testing.Platform.Hosts.TestHostControllersTestHost.InternalRunAsync() in /_/src/Platform/Microsoft.Testing.Platform/Hosts/TestHostControllersTestHost.cs:line 258 [/__w/1/s/tests/MyProject.Tests/MyProject.Tests.csproj]
   at Microsoft.Testing.Platform.Hosts.TestHostControllersTestHost.InternalRunAsync() in /_/src/Platform/Microsoft.Testing.Platform/Hosts/TestHostControllersTestHost.cs:line 333 [/__w/1/s/tests/MyProject.Tests/MyProject.Tests.csproj]
   at Microsoft.Testing.Platform.Hosts.CommonTestHost.RunTestAppAsync(CancellationToken testApplicationCancellationToken) in /_/src/Platform/Microsoft.Testing.Platform/Hosts/CommonTestHost.cs:line 110 [/__w/1/s/tests/MyProject.Tests/MyProject.Tests.csproj]
   at Microsoft.Testing.Platform.Hosts.CommonTestHost.RunAsync() in /_/src/Platform/Microsoft.Testing.Platform/Hosts/CommonTestHost.cs:line 34 [/__w/1/s/tests/MyProject.Tests/MyProject.Tests.csproj]
   at Microsoft.Testing.Platform.Hosts.CommonTestHost.RunAsync() in /_/src/Platform/Microsoft.Testing.Platform/Hosts/CommonTestHost.cs:line 71 [/__w/1/s/tests/MyProject.Tests/MyProject.Tests.csproj]
   at Microsoft.Testing.Platform.Builder.TestApplication.RunAsync() in /_/src/Platform/Microsoft.Testing.Platform/Builder/TestApplication.cs:line 244 [/__w/1/s/tests/MyProject.Tests/MyProject.Tests.csproj]
   at TestingPlatformEntryPoint.Main(String[] args) in /_/artifacts/obj/MyProject.Tests/release/TestPlatformEntryPoint.cs:line 16 [/__w/1/s/tests/MyProject.Tests/MyProject.Tests.csproj]
   at TestingPlatformEntryPoint.<Main>(String[] args) [/__w/1/s/tests/MyProject.Tests/MyProject.Tests.csproj] 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant