József Horváth

Results 12 comments of József Horváth

Hi @rosolko , Thank you!

@lampersky I'll check this again. One more important piece of info, I called `workflowHttpEventUrlResolve` from a setup recipe.

You are right, this issue was 5 months before, I remembered wrong. Sorry for this. I'll check this again and let you know.

I can reproduce this with the code(see: https://github.com/OrchardCMS/OrchardCore/issues/11764#issuecomment-1246882597) provided by @lampersky in my environment. I need more time to check and give information about the context to reproduce.

> On the next commit, UI testing will break if you don't merge from `dev` beforehand. #258 , Thank you.

Twice in a line, it was really rare. I can say. As I see in the dump, the `AsyncStreamReader.ReadBufferAsync` is waiting to read something from `stdout` or `stderr` of the...

You can turn on the `Tasks` window by selecting `Debug/Windows/Tasks` item. See: ![image](https://github.com/Lombiq/Open-Source-Orchard-Core-Extensions/assets/15349881/faf47a5f-8548-4d92-84d9-9e4237ae3fb7) Once you have the `Tasks` window double click on the line selected below: ![image](https://github.com/Lombiq/Open-Source-Orchard-Core-Extensions/assets/15349881/e1cb5cb6-bfa2-4ceb-b5b0-be650fb27d24) Also `Threads`, `Watch...

> I think why hangs became more frequent, also generally, is because we switched from GitRunners to GitHub Windows runners after the former shut down. And the performance of these...

Yes, i faced deadlock in NuGetTests some times on TC, but newer GHA. I investigated it, and replaced all `lock()` statements inside `async` methods using `SemaphorSlim` and thread safe collections....

> So you could repro by basically running dotnet test for all test DLLs (what TC did)? Yes exactly.