Hi Remco,
I'm currently getting a number of NullReferenceExceptions thrown on my grid nodes and the corner spinning wheel reports about 11.459 tests being queued (whereas the test window states that it monitors about 5897 tests).
In addition it seems that nothing is going on anymore, the spinning wheel just loops forever without any progress. The tooltip also states that I have 48 test runs whereas my grid has only a capacity of 40.
The exception's stack traces are:
System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
bei nCrunch.Core.Processing.RuntimeTaskFacilitator.()
bei nCrunch.Core.Processing.TestExecutionTaskLogic.PrepareForProcessing()
bei nCrunch.Common.ErrorHandler.DoWithErrorHandling(Action action, Object context)
Another exception is:
System.InvalidOperationException: Die Sequenz enthält kein übereinstimmendes Element.
bei System.Linq.Enumerable.First[TSource](IEnumerable`1 source, Func`2 predicate)
bei nCrunch.GridNode.ServerNode..()
bei nCrunch.Common.ErrorHandler.DoWithErrorHandling(Action action, Object context)
And another is:
System.NullReferenceException: Object reference not set to an instance of an object.
at nCrunch.Core.Processing.TestExecutionTaskLogic.(SnapshotComponent )
at System.Linq.Enumerable.<SelectManyIterator>d__14`2.MoveNext()
at System.Linq.Enumerable.ToDictionary[TSource,TKey,TElement](IEnumerable`1 source, Func`2 keySelector, Func`2 elementSelector, IEqualityComparer`1 comparer)
at System.Linq.Enumerable.ToDictionary[TSource,TKey,TElement](IEnumerable`1 source, Func`2 keySelector, Func`2 elementSelector)
at nCrunch.GridNode.ServerNode..()
at nCrunch.Common.ErrorHandler.DoWithErrorHandling(Action action, Object context)
BR,
Ralf