Open stevozilik opened 2 months ago
Started experiencing exactly this some time ago and couldn't find the problem either. Gonna try to dump the logs in a file next run and see what I find
Sorry for not commenting on this earlier.
This is very hard to give any helpful comment on, there is too little information to go on.
Some questions:
Does the issue remain if you reduce the code to a single test (or just a few)? See the Specflow is involved. Does the same happens without specflow? Does it work locally ? Have you enabled the dumps in the NUnit3TestAdapter (see config options for a runsettings file) Have you checked the different possible timeout values and are you within those limits? Can you produce a repro solution ? Enabling diagnostic logs as you mention is a very good idea.
Thank you for commenting as early as you did. Very good questions all of them, I am going to try and come back with a result.
Hi,
I've been experiencing NUnit tests getting stuck when running in Azure Devops yml pipeline using the dotnet test ... command
Background:
Observed Behavior (test logs):
It looks like something gets stuck and I'm struggling to figure out where to even begin
similar dotnet test ... command testing the same assembly locally works consistently ok
I'd like to ask for help how to diagnose this to get to the bottom of why it gets stuck
I've tried adding --verbosity diag --logger "console;verbosity=detailed" -- "NUnit.Consoleout=1 NUnit.InternalTraceLevel=Debug NUnit.Verbosity=5" to the dotnet test ... command but nothing jumps out as helpful