Iman Biglari

Results 16 comments of Iman Biglari

@jakubch1 Now this is funny. If I add ` /Blame:"CollectDump;DumpType=Full;CollectHangDump;TestTimeout=30min;HangDumpType=Full"` to the command line parameters for `VSTest@2` task it doesn't crash. I can only guess this parameter changes the internal...

@jakubch1 Disregard previous comment. Test host crashed again, and this time this message was added to execution log: `Data collector 'Blame' message: procdump.exe could not be found, please make sure...

@jakubch1 Found an easier way. However, this meant the test ran for 40 minutes instead of 9 minutes, and then the pipeline timed out. Is that to be expected when...

@jakubch1 After adjusting job's timeout, I can confirm test host does not crash when proc dump is attached to it. However, once the test method is finished, there is a...

@jakubch1 Will advise. I was installing procdump using a PowerShell task: ``` - powershell: | choco install procdump -y displayName: Install Procdump condition: and(succeeded(), eq(variables['Agent.OS'], 'Windows_NT')) ``` I guess I...

@jakubch1 Just an update, I have not been able to replicate the crash for the past week. The random nature of this crash makes it rather hard to investigate, but...