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 exception
System.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 144
Above exception occurred when failed with 2. or 3.
DotMemorySmokeTestandDotTraceSmokeTestare frequently failed on CI.As far as I've confirmed it failed with following errors.
UseCustomResponseTimeout)4. Failed with following exception2.or3.