Michael Baker

Results 3 comments of Michael Baker

The problem appears to be a deadlock inside Ionic.Zlib.ParallelDeflateOutputStream.EmitPendingBuffers. A thread will get stuck on _newlyCompressedBlob.WaitOne() forever which is why the process hangs.

+1 Strong naming would great simplify our CD/CI pipeline.

My assumption is you should get a separate ```Out``` directory per test process to avoid race conditions. This would mean repeating deployments which has a performance cost but I don't...