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

[test] Method not found Xunit.Sdk.XunitException..ctor #4655

Open
mdh1418 opened this issue May 7, 2024 · 0 comments
Open

[test] Method not found Xunit.Sdk.XunitException..ctor #4655

mdh1418 opened this issue May 7, 2024 · 0 comments

Comments

@mdh1418
Copy link
Member

mdh1418 commented May 7, 2024

Test: AssemblyLoad_ProducesEvents
Error Message: System.MissingMethodException : Method not found: 'Void Xunit.Sdk.XunitException..ctor(System.String, System.String)'.
Configuration: Ubuntu_20_04_x64_Debug

Stack Trace:

   at Microsoft.DotNet.RemoteExecutor.RemoteExecutionException..ctor(String stackTrace)
   at Microsoft.DotNet.RemoteExecutor.RemoteInvokeHandle.Dispose(Boolean disposing) in /_/src/Microsoft.DotNet.RemoteExecutor/src/RemoteInvokeHandle.cs:line 231
   at Microsoft.DotNet.RemoteExecutor.RemoteInvokeHandle.Dispose() in /_/src/Microsoft.DotNet.RemoteExecutor/src/RemoteInvokeHandle.cs:line 57
   at EventPipe.UnitTests.Common.RemoteTestExecutorHelper.RunTestCaseAsync(Action testCase, ITestOutputHelper output) in /__w/1/s/src/tests/eventpipe/common/RemoteTestExecutorHelper.cs:line 34
   at EventPipe.UnitTests.LoaderEventsValidation.LoaderEventsTests.AssemblyLoad_ProducesEvents() in /__w/1/s/src/tests/eventpipe/LoaderEvents.cs:line 37
   at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__128_0(Object state)

Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=668134&view=ms.vss-test-web.build-test-results-tab&runId=16576362&resultId=100111&paneView=debug

PullRequest where test is failing #4616 seems unrelated, probably a flakey test that hadn't failed in neighboring builds

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

3 participants