-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Open
Description
DotMemorySmokeTest and DotTraceSmokeTest are frequently failed on CI.
As far as I've confirmed it failed with following errors.
- VSTest process crashed by unknown reason. (No exception is recorded)
- Failed to download dependencies.
- Failed with attach/detach timeout error. (Default: 30 seconds that can be customized with
UseCustomResponseTimeout)
4. Failed with following exceptionAbove exception occurred when failed withSystem.InvalidOperationException: The profiling session isn't active: forgot to call Attach()? at JetBrains.Profiler.SelfApi.DotMemory.GetSnapshot(String name) at BenchmarkDotNet.Diagnosers.SnapshotProfilerBase.Stop(ILogger logger) in /_/src/BenchmarkDotNet/Diagnosers/SnapshotProfilerBase.cs:line 1442.or3.
Metadata
Metadata
Assignees
Labels
No labels