Commit a8040317 authored by Marc Gravell's avatar Marc Gravell

the sharedconnectionfixture should just *log* ambient exceptions; the testbase already checks them

parent 91daba50
...@@ -324,7 +324,7 @@ public void Teardown(TextWriter output) ...@@ -324,7 +324,7 @@ public void Teardown(TextWriter output)
} }
privateExceptions.Clear(); privateExceptions.Clear();
} }
Assert.True(false, $"There were {privateFailCount} private ambient exceptions."); //Assert.True(false, $"There were {privateFailCount} private ambient exceptions.");
} }
TestBase.Log(output, $"Service Counts: (Scheduler) Queue: {SocketManager.Shared?.SchedulerPool?.TotalServicedByQueue.ToString()}, Pool: {SocketManager.Shared?.SchedulerPool?.TotalServicedByPool.ToString()}, (Completion) Queue: {SocketManager.Shared?.CompletionPool?.TotalServicedByQueue.ToString()}, Pool: {SocketManager.Shared?.CompletionPool?.TotalServicedByPool.ToString()}"); TestBase.Log(output, $"Service Counts: (Scheduler) Queue: {SocketManager.Shared?.SchedulerPool?.TotalServicedByQueue.ToString()}, Pool: {SocketManager.Shared?.SchedulerPool?.TotalServicedByPool.ToString()}, (Completion) Queue: {SocketManager.Shared?.CompletionPool?.TotalServicedByQueue.ToString()}, Pool: {SocketManager.Shared?.CompletionPool?.TotalServicedByPool.ToString()}");
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment