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

Update VS telemetry for devkit #72894

Merged
merged 3 commits into from
Apr 8, 2024

Update unit tests to set required VSTelemetry environment variable

b151a6d
Select commit
Loading
Failed to load commit list.
Merged

Update VS telemetry for devkit #72894

Update unit tests to set required VSTelemetry environment variable
b151a6d
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis succeeded Apr 8, 2024 in 0s

.NET Result Analysis

Details

All checks completed

[roslyn-CI]

[roslyn-integration-corehost]

[roslyn-integration-CI]

Build Rerun

✔️ Build passed after 1 retries.

(Attempt #1) [link to build]

roslyn-CI / Windows_Debug_Desktop / Test_Windows_Desktop_Debug_64 / Run Unit Tests

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌(NETCORE_ENGINEERING_TELEMETRY=Test) Tests failed
    ❌PowerShell exited with code '1'.

roslyn-CI / Windows_Debug_CoreClr / Test_Windows_CoreClr_IOperation_Debug / Run Unit Tests

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌(NETCORE_ENGINEERING_TELEMETRY=Test) Tests failed
    ❌PowerShell exited with code '1'.

Non-Deterministic Test Failures Detected

Microsoft.CodeAnalysis.UnitTests_Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests_26.WorkItemExecution [Console] [Details] [Artifacts] [0.39% failure rate]
[ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]
This is a helix work item crash with status: BadExit. To investigate look the [Console log] / navigate to [Helix Artifacts]

Failing Configuration

Microsoft.VisualStudio.LanguageServices.UnitTests_Roslyn.Compilers.VisualBasic.IOperation.UnitTests_Roslyn.VisualStudio.Next.UnitTests_SemanticSearch...._81.WorkItemExecution [Console] [Details] [Artifacts] [2.17% failure rate]
[ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]
This is a helix work item crash with status: BadExit. To investigate look the [Console log] / navigate to [Helix Artifacts]

Failing Configuration

Roslyn.VisualStudio.Next.UnitTests.Remote.SolutionAssetCacheTests.TestSolutionKeepsAssetPinned [Console] [Details] [Artifacts] [0.05% failure rate]
[ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

Failing Configuration

Exception Message
asset not cleaned up
CallStack
   at Roslyn.Test.Utilities.AssertEx.Fail(String message) in /_/src/Compilers/Test/Core/Assert/AssertEx.cs:line 538
   at Roslyn.VisualStudio.Next.UnitTests.Remote.SolutionAssetCacheTests.<TestSolutionKeepsAssetPinned>d__2.MoveNext() in /_/src/VisualStudio/Core/Test.Next/Services/SolutionAssetCacheTests.cs:line 115
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

Was this helpful? Yes No