Reuben Bond
Reuben Bond
Do you collect any metrics for the processes by the way? If so, what are the thread pool sizes & queue lengths, lock contention rates, exception rates, etc?
Hi @mkstephenson, I don't quite understand - how should this behave?
There's a similar issue here: https://github.com/dotnet/orleans/issues/8420 The ability to apply ordering to source generators is tracked here: https://github.com/dotnet/roslyn/issues/57239 I recall that there was a hack to impose ordering, maybe it's...
@veikkoeeva what happens if we add the test categories into the mix? Functional, SlowBVT, and BVT are the categories we use. GitHub Actions seems to struggle with these - loading...
Is this still a work-in-progress? I don't mind leaving it open for now
Closing for now - feel free to re-open if you see fit
> Just to note: I'm not quite happy with adding the GetRunningRequestsCount method to IRuntimeClient only for testing purposes, and I'm not sure that this leak should be tested at...
Orleans doesn't yet fully support testing with a fake `TimeProvider`. There are some places in the runtime where we have added support for `TimeProvider`, but it's not everywhere yet.
@zeinali-ali perhaps Keyed DI would be useful in the interim before all timers are replaced. For now, are you able to use keyed DI to inject your fake time provider...