-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
CI failure in profiler.elt.XUnitWrapper test #60790
Comments
Tagging subscribers to this area: @tommcdon Issue DetailsDescriptionhttps://dev.azure.com/dnceng/public/_build/results?buildId=1436616&view=logs&jobId=f5bbf73d-4d5d-5c21-6748-018818b1d8ec&j=f5bbf73d-4d5d-5c21-6748-018818b1d8ec&t=49b7db0f-7ab2-56d3-55e4-df171e8b3dbb Microsoft.DotNet.XUnitConsoleRunner v2.5.0 (64-bit .NET 6.0.0-rc.1.21430.1) Reproduction StepsCI Run Expected behaviorTest passes Actual behaviorTest is failing Regression?No response Known WorkaroundsNo response ConfigurationNo response Other informationNo response
|
Looks so, my search didn't trigger #60018. I'll close this one. Thanks! |
Description
https://dev.azure.com/dnceng/public/_build/results?buildId=1436616&view=logs&jobId=f5bbf73d-4d5d-5c21-6748-018818b1d8ec&j=f5bbf73d-4d5d-5c21-6748-018818b1d8ec&t=49b7db0f-7ab2-56d3-55e4-df171e8b3dbb
https://helixre8s23ayyeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-60776-merge-5e37e1c88fc8446f8a/profiler.elt/1/console.29492b65.log?sv=2019-07-07&se=2021-11-11T19%3A36%3A04Z&sr=c&sp=rl&sig=ZgxVVA1E7AV6Rh%2BBlW%2FKlRYdum%2BS%2B0qBgxbvst1k3Lk%3D
Microsoft.DotNet.XUnitConsoleRunner v2.5.0 (64-bit .NET 6.0.0-rc.1.21430.1)$ExePath "$ {CLRTestExecutionArguments[@]}"
Discovering: profiler.elt.XUnitWrapper (method display = ClassAndMethod, method display options = None)
Discovered: profiler.elt.XUnitWrapper (found 2 test cases)
Starting: profiler.elt.XUnitWrapper (parallel test collections = on, max threads = 2)
profiler/elt/slowpatheltenter/slowpatheltenter.sh [FAIL]
Unhandled exception. System.Exception: Profiler tests are expected to contain the text 'PROFILER TEST PASSES' in the console output of the profilee app to indicate a passing test. Usually it is printed from the Shutdown() method of the profiler implementation. This text was not found in the output above.
at Profiler.Tests.ProfilerTestRunner.FailFastWithMessage(String error)
at Profiler.Tests.ProfilerTestRunner.Run(String profileePath, String testName, Guid profilerClsid, String profileeArguments, ProfileeOptions profileeOptions, Dictionary`2 envVars, String reverseServerName, Boolean loadAsNotification, Int32 notificationCopies)
at SlowPathELTTests.SlowPathELTEnter.Main(String[] args)
/datadisks/disk1/work/AD0D0933/w/AA8B0973/e/profiler/elt/slowpatheltenter/slowpatheltenter.sh: line 386: 3827 Aborted (core dumped) $LAUNCHER
Reproduction Steps
CI Run
Expected behavior
Test passes
Actual behavior
Test is failing
Regression?
No response
Known Workarounds
No response
Configuration
No response
Other information
No response
The text was updated successfully, but these errors were encountered: